public class AttachVpnGatewayResult extends Object implements Serializable
Constructor and Description |
---|
AttachVpnGatewayResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public VpcAttachment getVpcAttachment()
public void setVpcAttachment(VpcAttachment vpcAttachment)
vpcAttachment
- Information about the attachment.public AttachVpnGatewayResult withVpcAttachment(VpcAttachment vpcAttachment)
Returns a reference to this object so that method calls can be chained together.
vpcAttachment
- Information about the attachment.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.