@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayVpcAttachmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTransitGatewayVpcAttachmentResult() |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayVpcAttachmentResult |
clone() |
boolean |
equals(Object obj) |
TransitGatewayVpcAttachment |
getTransitGatewayVpcAttachment()
Information about the VPC attachment.
|
int |
hashCode() |
void |
setTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the VPC attachment.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransitGatewayVpcAttachmentResult |
withTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the VPC attachment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateTransitGatewayVpcAttachmentResult()
public void setTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the VPC attachment.
transitGatewayVpcAttachment
- Information about the VPC attachment.public TransitGatewayVpcAttachment getTransitGatewayVpcAttachment()
Information about the VPC attachment.
public CreateTransitGatewayVpcAttachmentResult withTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the VPC attachment.
transitGatewayVpcAttachment
- Information about the VPC attachment.public String toString()
toString
in class Object
Object.toString()
public CreateTransitGatewayVpcAttachmentResult clone()