public class DescribeCustomerGatewaysResult extends Object implements Serializable
Constructor and Description |
---|
DescribeCustomerGatewaysResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<CustomerGateway> |
getCustomerGateways() |
int |
hashCode() |
void |
setCustomerGateways(Collection<CustomerGateway> customerGateways) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCustomerGatewaysResult |
withCustomerGateways(Collection<CustomerGateway> customerGateways)
Returns a reference to this object so that method calls can be chained together.
|
DescribeCustomerGatewaysResult |
withCustomerGateways(CustomerGateway... customerGateways)
Returns a reference to this object so that method calls can be chained together.
|
public List<CustomerGateway> getCustomerGateways()
public void setCustomerGateways(Collection<CustomerGateway> customerGateways)
customerGateways
- public DescribeCustomerGatewaysResult withCustomerGateways(CustomerGateway... customerGateways)
Returns a reference to this object so that method calls can be chained together.
customerGateways
- public DescribeCustomerGatewaysResult withCustomerGateways(Collection<CustomerGateway> customerGateways)
Returns a reference to this object so that method calls can be chained together.
customerGateways
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.