Class SendCommandResult
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.SendCommandResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The request as it was received by SSM.int
hashCode()
void
setCommand
(Command command) The request as it was received by SSM.toString()
Returns a string representation of this object; useful for testing and debugging.withCommand
(Command command) The request as it was received by SSM.
-
Constructor Details
-
SendCommandResult
public SendCommandResult()
-
-
Method Details
-
setCommand
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-