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