Class SendCommandResult

java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.SendCommandResult
All Implemented Interfaces:
Serializable, Cloneable

public class SendCommandResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • SendCommandResult

      public SendCommandResult()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public SendCommandResult clone()
      Overrides:
      clone in class Object