@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateCustomerGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateCustomerGatewayRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateCustomerGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCustomerGatewayArn()
The Amazon Resource Name (ARN) of the customer gateway.
|
String |
getGlobalNetworkId()
The ID of the global network.
|
int |
hashCode() |
void |
setCustomerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateCustomerGatewayRequest |
withCustomerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
DisassociateCustomerGatewayRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.public String getGlobalNetworkId()
The ID of the global network.
public DisassociateCustomerGatewayRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.public void setCustomerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway.public String getCustomerGatewayArn()
The Amazon Resource Name (ARN) of the customer gateway.
public DisassociateCustomerGatewayRequest withCustomerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway.public String toString()
toString in class ObjectObject.toString()public DisassociateCustomerGatewayRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()