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