Class SetLocalConsolePasswordRequest

    • Constructor Detail

      • SetLocalConsolePasswordRequest

        public SetLocalConsolePasswordRequest()
    • Method Detail

      • setGatewayARN

        public void setGatewayARN​(String gatewayARN)
        Parameters:
        gatewayARN -
      • getGatewayARN

        public String getGatewayARN()
        Returns:
      • withGatewayARN

        public SetLocalConsolePasswordRequest withGatewayARN​(String gatewayARN)
        Parameters:
        gatewayARN -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocalConsolePassword

        public void setLocalConsolePassword​(String localConsolePassword)

        The password you want to set for your VM local console.

        Parameters:
        localConsolePassword - The password you want to set for your VM local console.
      • getLocalConsolePassword

        public String getLocalConsolePassword()

        The password you want to set for your VM local console.

        Returns:
        The password you want to set for your VM local console.
      • withLocalConsolePassword

        public SetLocalConsolePasswordRequest withLocalConsolePassword​(String localConsolePassword)

        The password you want to set for your VM local console.

        Parameters:
        localConsolePassword - The password you want to set for your VM local console.
        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