@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
List<TagSpecification> |
getTagSpecifications()
The tags to assign to the local gateway route table VPC association.
|
String |
getVpcId()
The ID of the VPC.
|
int |
hashCode() |
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the local gateway route table VPC association.
|
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 |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the local gateway route table VPC association.
|
CreateLocalGatewayRouteTableVpcAssociationRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the local gateway route table VPC association.
|
CreateLocalGatewayRouteTableVpcAssociationRequest |
withVpcId(String vpcId)
The ID of the VPC.
|
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 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 List<TagSpecification> getTagSpecifications()
The tags to assign to the local gateway route table VPC association.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the local gateway route table VPC association.
tagSpecifications
- The tags to assign to the local gateway route table VPC association.public CreateLocalGatewayRouteTableVpcAssociationRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the local gateway route table VPC association.
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 local gateway route table VPC association.public CreateLocalGatewayRouteTableVpcAssociationRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the local gateway route table VPC association.
tagSpecifications
- The tags to assign to the local gateway route table VPC association.public Request<CreateLocalGatewayRouteTableVpcAssociationRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateLocalGatewayRouteTableVpcAssociationRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateLocalGatewayRouteTableVpcAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()