@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayRouteTableAttachmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTransitGatewayRouteTableAttachmentResult() |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayRouteTableAttachmentResult |
clone() |
boolean |
equals(Object obj) |
TransitGatewayRouteTableAttachment |
getTransitGatewayRouteTableAttachment()
The route table associated with the create transit gateway route table attachment request.
|
int |
hashCode() |
void |
setTransitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransitGatewayRouteTableAttachmentResult |
withTransitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateTransitGatewayRouteTableAttachmentResult()
public void setTransitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
transitGatewayRouteTableAttachment
- The route table associated with the create transit gateway route table attachment request.public TransitGatewayRouteTableAttachment getTransitGatewayRouteTableAttachment()
The route table associated with the create transit gateway route table attachment request.
public CreateTransitGatewayRouteTableAttachmentResult withTransitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
transitGatewayRouteTableAttachment
- The route table associated with the create transit gateway route table attachment request.public String toString()
toString
in class Object
Object.toString()
public CreateTransitGatewayRouteTableAttachmentResult clone()