public class DisassociateDirectConnectGatewayNatGatewayRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DisassociateDirectConnectGatewayNatGatewayRequest() |
DisassociateDirectConnectGatewayNatGatewayRequest(DisassociateDirectConnectGatewayNatGatewayRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDirectConnectGatewayId()
Get The ID of the VPC instance, which can be obtained from the `VpcId` field in response of the `DescribeVpcs` API.
|
String |
getNatGatewayId()
Get The NAT Gateway ID.
|
String |
getVpcId()
Get The direct connect gateway ID.
|
void |
setDirectConnectGatewayId(String DirectConnectGatewayId)
Set The ID of the VPC instance, which can be obtained from the `VpcId` field in response of the `DescribeVpcs` API.
|
void |
setNatGatewayId(String NatGatewayId)
Set The NAT Gateway ID.
|
void |
setVpcId(String VpcId)
Set The direct connect gateway ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DisassociateDirectConnectGatewayNatGatewayRequest()
public DisassociateDirectConnectGatewayNatGatewayRequest(DisassociateDirectConnectGatewayNatGatewayRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- The direct connect gateway ID.public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- The NAT Gateway ID.public String getDirectConnectGatewayId()
public void setDirectConnectGatewayId(String DirectConnectGatewayId)
DirectConnectGatewayId
- The ID of the VPC instance, which can be obtained from the `VpcId` field in response of the `DescribeVpcs` API.Copyright © 2024. All rights reserved.