com.amazonaws.services.ec2.model
Class CreateCustomerGatewayResult

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

public class CreateCustomerGatewayResult
extends Object

Create Customer Gateway Result


Constructor Summary
CreateCustomerGatewayResult()
           
 
Method Summary
 CustomerGateway getCustomerGateway()
          Returns the value of the CustomerGateway property for this object.
 void setCustomerGateway(CustomerGateway customerGateway)
          Sets the value of the CustomerGateway property for this object.
 CreateCustomerGatewayResult withCustomerGateway(CustomerGateway customerGateway)
          Sets the value of the CustomerGateway property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCustomerGatewayResult

public CreateCustomerGatewayResult()
Method Detail

getCustomerGateway

public CustomerGateway getCustomerGateway()
Returns the value of the CustomerGateway property for this object.

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

setCustomerGateway

public void setCustomerGateway(CustomerGateway customerGateway)
Sets the value of the CustomerGateway property for this object.

Parameters:
customerGateway - The new value for the CustomerGateway property for this object.

withCustomerGateway

public CreateCustomerGatewayResult withCustomerGateway(CustomerGateway customerGateway)
Sets the value of the CustomerGateway property for this object.

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

Parameters:
customerGateway - The new value for the CustomerGateway 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.