|
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.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeCommandsRequest
public class DescribeCommandsRequest
Container for the parameters to the DescribeCommands operation.
Describes the results of specified commands.
AWSOpsWorks.describeCommands(DescribeCommandsRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeCommandsRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getCommandIds()
An array of IDs for the commands to be described. |
String |
getDeploymentId()
The deployment ID. |
String |
getInstanceId()
The instance ID. |
int |
hashCode()
|
void |
setCommandIds(Collection<String> commandIds)
An array of IDs for the commands to be described. |
void |
setDeploymentId(String deploymentId)
The deployment ID. |
void |
setInstanceId(String instanceId)
The instance ID. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCommandsRequest |
withCommandIds(Collection<String> commandIds)
An array of IDs for the commands to be described. |
DescribeCommandsRequest |
withCommandIds(String... commandIds)
An array of IDs for the commands to be described. |
DescribeCommandsRequest |
withDeploymentId(String deploymentId)
The deployment ID. |
DescribeCommandsRequest |
withInstanceId(String instanceId)
The instance ID. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeCommandsRequest()
| Method Detail |
|---|
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId - The deployment ID.public DescribeCommandsRequest withDeploymentId(String deploymentId)
Returns a reference to this object so that method calls can be chained together.
deploymentId - The deployment ID.
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The instance ID.public DescribeCommandsRequest withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The instance ID.
public List<String> getCommandIds()
public void setCommandIds(Collection<String> commandIds)
commandIds - An array of IDs for the commands to be described.public DescribeCommandsRequest withCommandIds(String... commandIds)
Returns a reference to this object so that method calls can be chained together.
commandIds - An array of IDs for the commands to be described.
public DescribeCommandsRequest withCommandIds(Collection<String> commandIds)
Returns a reference to this object so that method calls can be chained together.
commandIds - An array of IDs for the commands to be described.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||