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