@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayPolicyTableAssociation extends Object implements Serializable, Cloneable
Describes a transit gateway policy table association.
Constructor and Description |
---|
TransitGatewayPolicyTableAssociation() |
Modifier and Type | Method and Description |
---|---|
TransitGatewayPolicyTableAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
The resource ID of the transit gateway attachment.
|
String |
getResourceType()
The resource type for the transit gateway policy table association.
|
String |
getState()
The state of the transit gateway policy table association.
|
String |
getTransitGatewayAttachmentId()
The ID of the transit gateway attachment.
|
String |
getTransitGatewayPolicyTableId()
The ID of the transit gateway policy table.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The resource ID of the transit gateway attachment.
|
void |
setResourceType(String resourceType)
The resource type for the transit gateway policy table association.
|
void |
setState(String state)
The state of the transit gateway policy table association.
|
void |
setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
|
void |
setTransitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayPolicyTableAssociation |
withResourceId(String resourceId)
The resource ID of the transit gateway attachment.
|
TransitGatewayPolicyTableAssociation |
withResourceType(String resourceType)
The resource type for the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation |
withResourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type for the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation |
withState(String state)
The state of the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation |
withState(TransitGatewayAssociationState state)
The state of the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation |
withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
|
TransitGatewayPolicyTableAssociation |
withTransitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
|
public TransitGatewayPolicyTableAssociation()
public void setTransitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
transitGatewayPolicyTableId
- The ID of the transit gateway policy table.public String getTransitGatewayPolicyTableId()
The ID of the transit gateway policy table.
public TransitGatewayPolicyTableAssociation withTransitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
transitGatewayPolicyTableId
- The ID of the transit gateway policy table.public void setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
transitGatewayAttachmentId
- The ID of the transit gateway attachment.public String getTransitGatewayAttachmentId()
The ID of the transit gateway attachment.
public TransitGatewayPolicyTableAssociation withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
transitGatewayAttachmentId
- The ID of the transit gateway attachment.public void setResourceId(String resourceId)
The resource ID of the transit gateway attachment.
resourceId
- The resource ID of the transit gateway attachment.public String getResourceId()
The resource ID of the transit gateway attachment.
public TransitGatewayPolicyTableAssociation withResourceId(String resourceId)
The resource ID of the transit gateway attachment.
resourceId
- The resource ID of the transit gateway attachment.public void setResourceType(String resourceType)
The resource type for the transit gateway policy table association.
resourceType
- The resource type for the transit gateway policy table association.TransitGatewayAttachmentResourceType
public String getResourceType()
The resource type for the transit gateway policy table association.
TransitGatewayAttachmentResourceType
public TransitGatewayPolicyTableAssociation withResourceType(String resourceType)
The resource type for the transit gateway policy table association.
resourceType
- The resource type for the transit gateway policy table association.TransitGatewayAttachmentResourceType
public TransitGatewayPolicyTableAssociation withResourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type for the transit gateway policy table association.
resourceType
- The resource type for the transit gateway policy table association.TransitGatewayAttachmentResourceType
public void setState(String state)
The state of the transit gateway policy table association.
state
- The state of the transit gateway policy table association.TransitGatewayAssociationState
public String getState()
The state of the transit gateway policy table association.
TransitGatewayAssociationState
public TransitGatewayPolicyTableAssociation withState(String state)
The state of the transit gateway policy table association.
state
- The state of the transit gateway policy table association.TransitGatewayAssociationState
public TransitGatewayPolicyTableAssociation withState(TransitGatewayAssociationState state)
The state of the transit gateway policy table association.
state
- The state of the transit gateway policy table association.TransitGatewayAssociationState
public String toString()
toString
in class Object
Object.toString()
public TransitGatewayPolicyTableAssociation clone()
Copyright © 2022. All rights reserved.