public class CreateTrafficMirrorSessionResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
resourceGroupId
The ID of the resource group to which the mirrored traffic belongs.
|
String |
trafficMirrorSessionId
The ID of the traffic mirror session.
|
构造器和说明 |
---|
CreateTrafficMirrorSessionResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateTrafficMirrorSessionResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getResourceGroupId() |
String |
getTrafficMirrorSessionId() |
CreateTrafficMirrorSessionResponseBody |
setRequestId(String requestId) |
CreateTrafficMirrorSessionResponseBody |
setResourceGroupId(String resourceGroupId) |
CreateTrafficMirrorSessionResponseBody |
setTrafficMirrorSessionId(String trafficMirrorSessionId) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:0ED8D006-F706-4D23-88ED-E11ED28DCAC0
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the mirrored traffic belongs.
example:rg-bp67acfmxazb4ph****
@NameInMap(value="TrafficMirrorSessionId") public String trafficMirrorSessionId
The ID of the traffic mirror session.
example:tms-j6ce5di4w7nvigfjz****
public static CreateTrafficMirrorSessionResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateTrafficMirrorSessionResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateTrafficMirrorSessionResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public CreateTrafficMirrorSessionResponseBody setTrafficMirrorSessionId(String trafficMirrorSessionId)
public String getTrafficMirrorSessionId()
Copyright © 2024. All rights reserved.