@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayRouteTablePropagation extends Object implements Serializable, Cloneable
Describes a route table propagation.
Constructor and Description |
---|
TransitGatewayRouteTablePropagation() |
Modifier and Type | Method and Description |
---|---|
TransitGatewayRouteTablePropagation |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
The ID of the resource.
|
String |
getResourceType()
The type of resource.
|
String |
getState()
The state of the resource.
|
String |
getTransitGatewayAttachmentId()
The ID of the attachment.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The ID of the resource.
|
void |
setResourceType(String resourceType)
The type of resource.
|
void |
setState(String state)
The state of the resource.
|
void |
setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayRouteTablePropagation |
withResourceId(String resourceId)
The ID of the resource.
|
TransitGatewayRouteTablePropagation |
withResourceType(String resourceType)
The type of resource.
|
TransitGatewayRouteTablePropagation |
withResourceType(TransitGatewayAttachmentResourceType resourceType)
The type of resource.
|
TransitGatewayRouteTablePropagation |
withState(String state)
The state of the resource.
|
TransitGatewayRouteTablePropagation |
withState(TransitGatewayPropagationState state)
The state of the resource.
|
TransitGatewayRouteTablePropagation |
withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
public void setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId
- The ID of the attachment.public String getTransitGatewayAttachmentId()
The ID of the attachment.
public TransitGatewayRouteTablePropagation withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId
- The ID of the attachment.public void setResourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.public String getResourceId()
The ID of the resource.
public TransitGatewayRouteTablePropagation withResourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.public void setResourceType(String resourceType)
The type of resource.
resourceType
- The type of resource.TransitGatewayAttachmentResourceType
public String getResourceType()
The type of resource.
TransitGatewayAttachmentResourceType
public TransitGatewayRouteTablePropagation withResourceType(String resourceType)
The type of resource.
resourceType
- The type of resource.TransitGatewayAttachmentResourceType
public TransitGatewayRouteTablePropagation withResourceType(TransitGatewayAttachmentResourceType resourceType)
The type of resource.
resourceType
- The type of resource.TransitGatewayAttachmentResourceType
public void setState(String state)
The state of the resource.
state
- The state of the resource.TransitGatewayPropagationState
public String getState()
The state of the resource.
TransitGatewayPropagationState
public TransitGatewayRouteTablePropagation withState(String state)
The state of the resource.
state
- The state of the resource.TransitGatewayPropagationState
public TransitGatewayRouteTablePropagation withState(TransitGatewayPropagationState state)
The state of the resource.
state
- The state of the resource.TransitGatewayPropagationState
public String toString()
toString
in class Object
Object.toString()
public TransitGatewayRouteTablePropagation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.