Class DescribeVpnGatewaysResult

    • Constructor Detail

      • DescribeVpnGatewaysResult

        public DescribeVpnGatewaysResult()
    • Method Detail

      • getVpnGateways

        public List<VpnGateway> getVpnGateways()

        Information about one or more virtual private gateways.

        Returns:
        Information about one or more virtual private gateways.
      • setVpnGateways

        public void setVpnGateways​(Collection<VpnGateway> vpnGateways)

        Information about one or more virtual private gateways.

        Parameters:
        vpnGateways - Information about one or more virtual private gateways.
      • withVpnGateways

        public DescribeVpnGatewaysResult withVpnGateways​(Collection<VpnGateway> vpnGateways)

        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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object