public class DisassociateDirectConnectGatewayNatGatewayRequest extends AbstractModel
Constructor and Description |
---|
DisassociateDirectConnectGatewayNatGatewayRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DisassociateDirectConnectGatewayNatGatewayRequest()
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 © 2020. All rights reserved.