public class AttachVpnGatewayResult extends Object implements Serializable
Constructor and Description |
---|
AttachVpnGatewayResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
VpcAttachment |
getVpcAttachement() |
int |
hashCode() |
void |
setVpcAttachement(VpcAttachment vpcAttachement) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AttachVpnGatewayResult |
withVpcAttachement(VpcAttachment vpcAttachement)
Returns a reference to this object so that method calls can be chained together.
|
public VpcAttachment getVpcAttachement()
public void setVpcAttachement(VpcAttachment vpcAttachement)
vpcAttachement
- public AttachVpnGatewayResult withVpcAttachement(VpcAttachment vpcAttachement)
Returns a reference to this object so that method calls can be chained together.
vpcAttachement
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.