Class SendCommandResult

    • Constructor Detail

      • SendCommandResult

        public SendCommandResult()
    • Method Detail

      • setCommand

        public void setCommand​(Command command)

        The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

        Parameters:
        command - The request as it was received by SSM. Also provides the command ID which can be used future references to this request.
      • getCommand

        public Command getCommand()

        The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

        Returns:
        The request as it was received by SSM. Also provides the command ID which can be used future references to this request.
      • withCommand

        public SendCommandResult withCommand​(Command command)

        The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

        Parameters:
        command - The request as it was received by SSM. Also provides the command ID which can be used future references to this request.
        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