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