@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTransitGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteTransitGatewayRequest>
NOOP| Constructor and Description | 
|---|
| DeleteTransitGatewayRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteTransitGatewayRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Request<DeleteTransitGatewayRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getTransitGatewayId()
 The ID of the transit gateway. | 
| int | hashCode() | 
| void | setTransitGatewayId(String transitGatewayId)
 The ID of the transit gateway. | 
| String | toString()Returns a string representation of this object. | 
| DeleteTransitGatewayRequest | withTransitGatewayId(String transitGatewayId)
 The ID 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, withSdkRequestTimeoutpublic void setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.public String getTransitGatewayId()
The ID of the transit gateway.
public DeleteTransitGatewayRequest withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.public Request<DeleteTransitGatewayRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteTransitGatewayRequest>public String toString()
toString in class ObjectObject.toString()public DeleteTransitGatewayRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()