|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.DescribeCommandsResult
public class DescribeCommandsResult
Contains the response to a DescribeCommands
request.
Constructor Summary | |
---|---|
DescribeCommandsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Command> |
getCommands()
An array of Command objects that describe each of the
specified commands. |
int |
hashCode()
|
void |
setCommands(Collection<Command> commands)
An array of Command objects that describe each of the
specified commands. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCommandsResult |
withCommands(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCommandsResult()
Method Detail |
---|
public List<Command> getCommands()
Command
objects that describe each of the
specified commands.
Command
objects that describe each of the
specified commands.public void setCommands(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |