@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachVpnGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of AttachVpnGateway.
| Constructor and Description |
|---|
AttachVpnGatewayResult() |
| Modifier and Type | Method and Description |
|---|---|
AttachVpnGatewayResult |
clone() |
boolean |
equals(Object obj) |
VpcAttachment |
getVpcAttachment()
Information about the attachment.
|
int |
hashCode() |
void |
setVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
String |
toString()
Returns a string representation of this object.
|
AttachVpnGatewayResult |
withVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
vpcAttachment - Information about the attachment.public VpcAttachment getVpcAttachment()
Information about the attachment.
public AttachVpnGatewayResult withVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
vpcAttachment - Information about the attachment.public String toString()
toString in class ObjectObject.toString()public AttachVpnGatewayResult clone()