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