Package com.amazonaws.services.ec2.model
Class DescribeCustomerGatewaysResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeCustomerGatewaysResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeCustomerGateways.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about one or more customer gateways.int
hashCode()
void
setCustomerGateways
(Collection<CustomerGateway> customerGateways) Information about one or more customer gateways.toString()
Returns a string representation of this object; useful for testing and debugging.withCustomerGateways
(CustomerGateway... customerGateways) Information about one or more customer gateways.withCustomerGateways
(Collection<CustomerGateway> customerGateways) Information about one or more customer gateways.
-
Constructor Details
-
DescribeCustomerGatewaysResult
public DescribeCustomerGatewaysResult()
-
-
Method Details
-
getCustomerGateways
Information about one or more customer gateways.
- Returns:
- Information about one or more customer gateways.
-
setCustomerGateways
Information about one or more customer gateways.
- Parameters:
customerGateways
- Information about one or more customer gateways.
-
withCustomerGateways
Information about one or more customer gateways.
NOTE: This method appends the values to the existing list (if any). Use
setCustomerGateways(java.util.Collection)
orwithCustomerGateways(java.util.Collection)
if you want to override the existing values.- Parameters:
customerGateways
- Information about one or more customer gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCustomerGateways
public DescribeCustomerGatewaysResult withCustomerGateways(Collection<CustomerGateway> customerGateways) Information about one or more customer gateways.
- Parameters:
customerGateways
- Information about one or more customer gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-