@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocalGatewayRouteTableVpcAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateLocalGatewayRouteTableVpcAssociationRequest>
NOOP| Constructor and Description |
|---|
CreateLocalGatewayRouteTableVpcAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateLocalGatewayRouteTableVpcAssociationRequest |
clone() |
boolean |
equals(Object obj) |
Request<CreateLocalGatewayRouteTableVpcAssociationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
String |
getVpcId()
The ID of the VPC.
|
int |
hashCode() |
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
void |
setVpcId(String vpcId)
The ID of the VPC.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocalGatewayRouteTableVpcAssociationRequest |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CreateLocalGatewayRouteTableVpcAssociationRequest |
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 CreateLocalGatewayRouteTableVpcAssociationRequest()
public void setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.public String getLocalGatewayRouteTableId()
The ID of the local gateway route table.
public CreateLocalGatewayRouteTableVpcAssociationRequest withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.public void setVpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.public String getVpcId()
The ID of the VPC.
public CreateLocalGatewayRouteTableVpcAssociationRequest withVpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.public Request<CreateLocalGatewayRouteTableVpcAssociationRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreateLocalGatewayRouteTableVpcAssociationRequest>public String toString()
toString in class ObjectObject.toString()public CreateLocalGatewayRouteTableVpcAssociationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.