public class DescribeCustomerGatewaysResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeCustomerGatewaysResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomerGatewaysResult |
clone() |
boolean |
equals(Object obj) |
List<CustomerGateway> |
getCustomerGateways()
Information about one or more customer gateways.
|
int |
hashCode() |
void |
setCustomerGateways(Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCustomerGatewaysResult |
withCustomerGateways(Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
|
DescribeCustomerGatewaysResult |
withCustomerGateways(CustomerGateway... customerGateways)
Information about one or more customer gateways.
|
public List<CustomerGateway> getCustomerGateways()
public void setCustomerGateways(Collection<CustomerGateway> customerGateways)
customerGateways - Information about one or more customer gateways.public DescribeCustomerGatewaysResult withCustomerGateways(CustomerGateway... customerGateways)
NOTE: This method appends the values to the existing list (if
any). Use setCustomerGateways(java.util.Collection) or withCustomerGateways(java.util.Collection) if you want to override
the existing values.
Returns a reference to this object so that method calls can be chained together.
customerGateways - Information about one or more customer gateways.public DescribeCustomerGatewaysResult withCustomerGateways(Collection<CustomerGateway> customerGateways)
Returns a reference to this object so that method calls can be chained together.
customerGateways - Information about one or more customer gateways.public String toString()
toString in class ObjectObject.toString()public DescribeCustomerGatewaysResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.