Class CreateInternetGatewayResult

    • Constructor Detail

      • CreateInternetGatewayResult

        public CreateInternetGatewayResult()
    • Method Detail

      • setInternetGateway

        public void setInternetGateway​(InternetGateway internetGateway)

        Information about the Internet gateway.

        Parameters:
        internetGateway - Information about the Internet gateway.
      • getInternetGateway

        public InternetGateway getInternetGateway()

        Information about the Internet gateway.

        Returns:
        Information about the Internet gateway.
      • withInternetGateway

        public CreateInternetGatewayResult withInternetGateway​(InternetGateway internetGateway)

        Information about the Internet gateway.

        Parameters:
        internetGateway - Information about the Internet 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