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