@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayRouteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateTransitGatewayRouteTableRequest>
NOOP
Constructor and Description |
---|
CreateTransitGatewayRouteTableRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayRouteTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<CreateTransitGatewayRouteTableRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<TagSpecification> |
getTagSpecifications()
The tags to apply to the transit gateway route table.
|
String |
getTransitGatewayId()
The ID of the transit gateway.
|
int |
hashCode() |
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway route table.
|
void |
setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransitGatewayRouteTableRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway route table.
|
CreateTransitGatewayRouteTableRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway route table.
|
CreateTransitGatewayRouteTableRequest |
withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
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 CreateTransitGatewayRouteTableRequest()
public void setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId
- The ID of the transit gateway.public String getTransitGatewayId()
The ID of the transit gateway.
public CreateTransitGatewayRouteTableRequest withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId
- The ID of the transit gateway.public List<TagSpecification> getTagSpecifications()
The tags to apply to the transit gateway route table.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway route table.
tagSpecifications
- The tags to apply to the transit gateway route table.public CreateTransitGatewayRouteTableRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway route table.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags to apply to the transit gateway route table.public CreateTransitGatewayRouteTableRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway route table.
tagSpecifications
- The tags to apply to the transit gateway route table.public Request<CreateTransitGatewayRouteTableRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateTransitGatewayRouteTableRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateTransitGatewayRouteTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()