@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRouteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateRouteTableRequest>
NOOP| Constructor and Description | 
|---|
| CreateRouteTableRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateRouteTableRequest | clone() | 
| boolean | equals(Object obj) | 
| Request<CreateRouteTableRequest> | getDryRunRequest()This method is intended for internal use only. | 
| List<TagSpecification> | getTagSpecifications()
 The tags to assign to the route table. | 
| String | getVpcId()
 The ID of the VPC. | 
| int | hashCode() | 
| void | setTagSpecifications(Collection<TagSpecification> tagSpecifications)
 The tags to assign to the route table. | 
| void | setVpcId(String vpcId)
 The ID of the VPC. | 
| String | toString()Returns a string representation of this object. | 
| CreateRouteTableRequest | withTagSpecifications(Collection<TagSpecification> tagSpecifications)
 The tags to assign to the route table. | 
| CreateRouteTableRequest | withTagSpecifications(TagSpecification... tagSpecifications)
 The tags to assign to the route table. | 
| CreateRouteTableRequest | withVpcId(String vpcId)
 The ID of the VPC. | 
addHandlerContext, copyBaseTo, 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 void setVpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.public String getVpcId()
The ID of the VPC.
public CreateRouteTableRequest withVpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.public List<TagSpecification> getTagSpecifications()
The tags to assign to the route table.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the route table.
tagSpecifications - The tags to assign to the route table.public CreateRouteTableRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the 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 assign to the route table.public CreateRouteTableRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the route table.
tagSpecifications - The tags to assign to the route table.public Request<CreateRouteTableRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreateRouteTableRequest>public String toString()
toString in class ObjectObject.toString()public CreateRouteTableRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.