public class DescribeCommandsResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeCommands request.
| コンストラクタと説明 |
|---|
DescribeCommandsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Command> |
getCommands()
An array of
Command objects that describe each of the
specified commands. |
int |
hashCode() |
void |
setCommands(java.util.Collection<Command> commands)
An array of
Command objects that describe each of the
specified commands. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCommandsResult |
withCommands(java.util.Collection<Command> commands)
An array of
Command objects that describe each of the
specified commands. |
DescribeCommandsResult |
withCommands(Command... commands)
An array of
Command objects that describe each of the
specified commands. |
public java.util.List<Command> getCommands()
Command objects that describe each of the
specified commands.Command objects that describe each of the
specified commands.public void setCommands(java.util.Collection<Command> commands)
Command objects that describe each of the
specified commands.commands - An array of Command objects that describe each of the
specified commands.public DescribeCommandsResult withCommands(Command... commands)
Command objects that describe each of the
specified commands.
Returns a reference to this object so that method calls can be chained together.
commands - An array of Command objects that describe each of the
specified commands.public DescribeCommandsResult withCommands(java.util.Collection<Command> commands)
Command objects that describe each of the
specified commands.
Returns a reference to this object so that method calls can be chained together.
commands - An array of Command objects that describe each of the
specified commands.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object