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