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