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