Package com.amazonaws.services.ec2.model
Class DescribeVpnGatewaysResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeVpnGatewaysResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the output of DescribeVpnGateways.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about one or more virtual private gateways.inthashCode()voidsetVpnGateways(Collection<VpnGateway> vpnGateways) Information about one or more virtual private gateways.toString()Returns a string representation of this object; useful for testing and debugging.withVpnGateways(VpnGateway... vpnGateways) Information about one or more virtual private gateways.withVpnGateways(Collection<VpnGateway> vpnGateways) Information about one or more virtual private gateways.
-
Constructor Details
-
DescribeVpnGatewaysResult
public DescribeVpnGatewaysResult()
-
-
Method Details
-
getVpnGateways
Information about one or more virtual private gateways.
- Returns:
- Information about one or more virtual private gateways.
-
setVpnGateways
Information about one or more virtual private gateways.
- Parameters:
vpnGateways- Information about one or more virtual private gateways.
-
withVpnGateways
Information about one or more virtual private gateways.
NOTE: This method appends the values to the existing list (if any). Use
setVpnGateways(java.util.Collection)orwithVpnGateways(java.util.Collection)if you want to override the existing values.- Parameters:
vpnGateways- Information about one or more virtual private gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVpnGateways
Information about one or more virtual private gateways.
- Parameters:
vpnGateways- Information about one or more virtual private 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
-