com.amazonaws.services.ec2.model
Class AttachVpnGatewayResult
java.lang.Object
com.amazonaws.services.ec2.model.AttachVpnGatewayResult
public class AttachVpnGatewayResult
- extends Object
AttachVpnGatewayResult
public AttachVpnGatewayResult()
getVpcAttachement
public VpcAttachment getVpcAttachement()
- Returns:
setVpcAttachement
public void setVpcAttachement(VpcAttachment vpcAttachement)
- Parameters:
vpcAttachement
-
withVpcAttachement
public AttachVpnGatewayResult withVpcAttachement(VpcAttachment vpcAttachement)
Returns a reference to this object so that method calls can be chained together.
- Parameters:
vpcAttachement
-
- Returns:
- A reference to this updated object so that method calls can be chained
together.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.