public class DescribeCustomerGatewaysResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of DescribeCustomerGateways.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CustomerGateway> |
customerGateways
Information about one or more customer gateways.
|
Constructor and Description |
---|
DescribeCustomerGatewaysResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCustomerGatewaysResult |
clone() |
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.
|
private SdkInternalList<CustomerGateway> customerGateways
Information about one or more customer gateways.
public java.util.List<CustomerGateway> getCustomerGateways()
Information about one or more customer gateways.
public void setCustomerGateways(java.util.Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
customerGateways
- Information about one or more customer gateways.public DescribeCustomerGatewaysResult withCustomerGateways(CustomerGateway... customerGateways)
Information about one or more customer gateways.
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.
customerGateways
- Information about one or more customer gateways.public DescribeCustomerGatewaysResult withCustomerGateways(java.util.Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
customerGateways
- Information about one or more customer gateways.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeCustomerGatewaysResult clone()
clone
in class java.lang.Object