@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest>
NOOP
Constructor and Description |
---|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
String |
getLocalGatewayVirtualInterfaceGroupId()
The ID of the local gateway route table virtual interface group association.
|
List<TagSpecification> |
getTagSpecifications()
The tags assigned to the local gateway route table virtual interface group association.
|
int |
hashCode() |
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
void |
setLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the local gateway route table virtual interface group association.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags assigned to the local gateway route table virtual interface group association.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest |
withLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the local gateway route table virtual interface group association.
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags assigned to the local gateway route table virtual interface group association.
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags assigned to the local gateway route table virtual interface group association.
|
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 CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest()
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 CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public void setLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the local gateway route table virtual interface group association.
localGatewayVirtualInterfaceGroupId
- The ID of the local gateway route table virtual interface group association.public String getLocalGatewayVirtualInterfaceGroupId()
The ID of the local gateway route table virtual interface group association.
public CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest withLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the local gateway route table virtual interface group association.
localGatewayVirtualInterfaceGroupId
- The ID of the local gateway route table virtual interface group association.public List<TagSpecification> getTagSpecifications()
The tags assigned to the local gateway route table virtual interface group association.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags assigned to the local gateway route table virtual interface group association.
tagSpecifications
- The tags assigned to the local gateway route table virtual interface group association.public CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags assigned to the local gateway route table virtual interface group 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 assigned to the local gateway route table virtual interface group association.public CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags assigned to the local gateway route table virtual interface group association.
tagSpecifications
- The tags assigned to the local gateway route table virtual interface group association.public Request<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()