public class CreateVSwitchResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
vSwitchId
The ID of the vSwitch.
|
构造器和说明 |
---|
CreateVSwitchResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateVSwitchResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getVSwitchId() |
CreateVSwitchResponseBody |
setRequestId(String requestId) |
CreateVSwitchResponseBody |
setVSwitchId(String vSwitchId) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:0ED8D006-F706-4D23-88ED-E11ED28DCAC0
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch.
example:vsw-25navfgbue4g****
public static CreateVSwitchResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateVSwitchResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateVSwitchResponseBody setVSwitchId(String vSwitchId)
public String getVSwitchId()
Copyright © 2024. All rights reserved.