|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeCustomerGatewaysResult
public class DescribeCustomerGatewaysResult
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 |
|---|
public DescribeCustomerGatewaysResult()
| Method Detail |
|---|
public List<CustomerGateway> getCustomerGateways()
public void setCustomerGateways(Collection<CustomerGateway> customerGateways)
customerGateways - The new value for the CustomerGateways property for this object.public DescribeCustomerGatewaysResult withCustomerGateways(CustomerGateway... customerGateways)
Returns a reference to this object so that method calls can be chained together.
customerGateways - The new value for the CustomerGateways property for this object.
public DescribeCustomerGatewaysResult withCustomerGateways(Collection<CustomerGateway> customerGateways)
Returns a reference to this object so that method calls can be chained together.
customerGateways - The new value for the CustomerGateways property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||