@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; useful for testing and debugging.
|
AttachVpnGatewayResult |
withVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public AttachVpnGatewayResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.