public class DescribeCustomerGatewaysResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeCustomerGateways.
| Constructor and Description | 
|---|
| DescribeCustomerGatewaysResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.util.List<CustomerGateway> | getCustomerGateways()Information about one or more customer gateways. | 
| int | hashCode() | 
| void | setCustomerGateways(java.util.Collection<CustomerGateway> customerGateways)Information about one or more customer gateways. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeCustomerGatewaysResult | withCustomerGateways(java.util.Collection<CustomerGateway> customerGateways)Information about one or more customer gateways. | 
| DescribeCustomerGatewaysResult | withCustomerGateways(CustomerGateway... customerGateways)Information about one or more customer gateways. | 
public java.util.List<CustomerGateway> getCustomerGateways()
public void setCustomerGateways(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.