public class AttachVpnGatewayResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of AttachVpnGateway.
Modifier and Type | Field and Description |
---|---|
private VpcAttachment |
vpcAttachment
Information about the attachment.
|
Constructor and Description |
---|
AttachVpnGatewayResult() |
Modifier and Type | Method and Description |
---|---|
AttachVpnGatewayResult |
clone() |
boolean |
equals(java.lang.Object obj) |
VpcAttachment |
getVpcAttachment()
Information about the attachment.
|
int |
hashCode() |
void |
setVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AttachVpnGatewayResult |
withVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
private VpcAttachment vpcAttachment
Information about the attachment.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AttachVpnGatewayResult clone()
clone
in class java.lang.Object