com.amazonaws.services.ec2.model
Class AttachVpnGatewayResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.AttachVpnGatewayResult

public class AttachVpnGatewayResult
extends Object

Attach Vpn Gateway Result


Constructor Summary
AttachVpnGatewayResult()
           
 
Method Summary
 VpcAttachment getVpcAttachement()
          Returns the value of the VpcAttachement property for this object.
 void setVpcAttachement(VpcAttachment vpcAttachement)
          Sets the value of the VpcAttachement property for this object.
 AttachVpnGatewayResult withVpcAttachement(VpcAttachment vpcAttachement)
          Sets the value of the VpcAttachement property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachVpnGatewayResult

public AttachVpnGatewayResult()
Method Detail

getVpcAttachement

public VpcAttachment getVpcAttachement()
Returns the value of the VpcAttachement property for this object.

Returns:
The value of the VpcAttachement property for this object.

setVpcAttachement

public void setVpcAttachement(VpcAttachment vpcAttachement)
Sets the value of the VpcAttachement property for this object.

Parameters:
vpcAttachement - The new value for the VpcAttachement property for this object.

withVpcAttachement

public AttachVpnGatewayResult withVpcAttachement(VpcAttachment vpcAttachement)
Sets the value of the VpcAttachement property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vpcAttachement - The new value for the VpcAttachement property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.