public class DescribeCustomerGatewaysResult extends Object implements Serializable
Constructor and Description |
---|
DescribeCustomerGatewaysResult() |
Modifier and Type | Method and Description |
---|---|
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)
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 Object
Object.toString()
Copyright © 2014. All rights reserved.