@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRouteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateRouteTableRequest>
Contains the parameters for CreateRouteTable.
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.
|
String |
getVpcId()
The ID of the VPC.
|
int |
hashCode() |
void |
setVpcId(String vpcId)
The ID of the VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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, 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 Request<CreateRouteTableRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreateRouteTableRequest>public String toString()
toString in class ObjectObject.toString()public CreateRouteTableRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.