Class CreateVpnGatewayResult

    • Constructor Detail

      • CreateVpnGatewayResult

        public CreateVpnGatewayResult()
    • Method Detail

      • setVpnGateway

        public void setVpnGateway​(VpnGateway vpnGateway)

        Information about the virtual private gateway.

        Parameters:
        vpnGateway - Information about the virtual private gateway.
      • getVpnGateway

        public VpnGateway getVpnGateway()

        Information about the virtual private gateway.

        Returns:
        Information about the virtual private gateway.
      • withVpnGateway

        public CreateVpnGatewayResult withVpnGateway​(VpnGateway vpnGateway)

        Information about the virtual private gateway.

        Parameters:
        vpnGateway - Information about the virtual private gateway.
        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