Package com.amazonaws.services.ec2.model
Class AttachVpnGatewayResult
java.lang.Object
com.amazonaws.services.ec2.model.AttachVpnGatewayResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of AttachVpnGateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the attachment.int
hashCode()
void
setVpcAttachment
(VpcAttachment vpcAttachment) Information about the attachment.toString()
Returns a string representation of this object; useful for testing and debugging.withVpcAttachment
(VpcAttachment vpcAttachment) Information about the attachment.
-
Constructor Details
-
AttachVpnGatewayResult
public AttachVpnGatewayResult()
-
-
Method Details
-
setVpcAttachment
Information about the attachment.
- Parameters:
vpcAttachment
- Information about the attachment.
-
getVpcAttachment
Information about the attachment.
- Returns:
- Information about the attachment.
-
withVpcAttachment
Information about the attachment.
- Parameters:
vpcAttachment
- Information about the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-