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