com.amazonaws.services.ec2.model
Class DescribeCustomerGatewaysResult

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

public class DescribeCustomerGatewaysResult
extends Object

Describe Customer Gateways Result


Constructor Summary
DescribeCustomerGatewaysResult()
           
 
Method Summary
 List<CustomerGateway> getCustomerGateways()
          Returns the value of the CustomerGateways property for this object.
 void setCustomerGateways(Collection<CustomerGateway> customerGateways)
          Sets the value of the CustomerGateways property for this object.
 DescribeCustomerGatewaysResult withCustomerGateways(Collection<CustomerGateway> customerGateways)
          Sets the value of the CustomerGateways property for this object.
 DescribeCustomerGatewaysResult withCustomerGateways(CustomerGateway... customerGateways)
          Sets the value of the CustomerGateways property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeCustomerGatewaysResult

public DescribeCustomerGatewaysResult()
Method Detail

getCustomerGateways

public List<CustomerGateway> getCustomerGateways()
Returns the value of the CustomerGateways property for this object.

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

setCustomerGateways

public void setCustomerGateways(Collection<CustomerGateway> customerGateways)
Sets the value of the CustomerGateways property for this object.

Parameters:
customerGateways - The new value for the CustomerGateways property for this object.

withCustomerGateways

public DescribeCustomerGatewaysResult withCustomerGateways(CustomerGateway... customerGateways)
Sets the value of the CustomerGateways property for this object.

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

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

withCustomerGateways

public DescribeCustomerGatewaysResult withCustomerGateways(Collection<CustomerGateway> customerGateways)
Sets the value of the CustomerGateways property for this object.

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

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