@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterTransitGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeregisterTransitGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterTransitGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGlobalNetworkId()
The ID of the global network.
|
String |
getTransitGatewayArn()
The Amazon Resource Name (ARN) of the transit gateway.
|
int |
hashCode() |
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setTransitGatewayArn(String transitGatewayArn)
The Amazon Resource Name (ARN) of the transit gateway.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterTransitGatewayRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
DeregisterTransitGatewayRequest |
withTransitGatewayArn(String transitGatewayArn)
The Amazon Resource Name (ARN) of the transit gateway.
|
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, withSdkRequestTimeout
public 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 DeregisterTransitGatewayRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setTransitGatewayArn(String transitGatewayArn)
The Amazon Resource Name (ARN) of the transit gateway.
transitGatewayArn
- The Amazon Resource Name (ARN) of the transit gateway.public String getTransitGatewayArn()
The Amazon Resource Name (ARN) of the transit gateway.
public DeregisterTransitGatewayRequest withTransitGatewayArn(String transitGatewayArn)
The Amazon Resource Name (ARN) of the transit gateway.
transitGatewayArn
- The Amazon Resource Name (ARN) of the transit gateway.public String toString()
toString
in class Object
Object.toString()
public DeregisterTransitGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()