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