public class DescribeCommandsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeCommands operation.
Describes the results of specified commands.
| コンストラクタと説明 |
|---|
DescribeCommandsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getCommandIds()
An array of command IDs.
|
java.lang.String |
getDeploymentId()
The deployment ID.
|
java.lang.String |
getInstanceId()
The instance ID.
|
int |
hashCode() |
void |
setCommandIds(java.util.Collection<java.lang.String> commandIds)
An array of command IDs.
|
void |
setDeploymentId(java.lang.String deploymentId)
The deployment ID.
|
void |
setInstanceId(java.lang.String instanceId)
The instance ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCommandsRequest |
withCommandIds(java.util.Collection<java.lang.String> commandIds)
An array of command IDs.
|
DescribeCommandsRequest |
withCommandIds(java.lang.String... commandIds)
An array of command IDs.
|
DescribeCommandsRequest |
withDeploymentId(java.lang.String deploymentId)
The deployment ID.
|
DescribeCommandsRequest |
withInstanceId(java.lang.String instanceId)
The instance ID.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getDeploymentId()
DescribeCommands returns a description of the commands
associated with the specified deployment.DescribeCommands returns a description of the commands
associated with the specified deployment.public void setDeploymentId(java.lang.String deploymentId)
DescribeCommands returns a description of the commands
associated with the specified deployment.deploymentId - The deployment ID. If you include this parameter,
DescribeCommands returns a description of the commands
associated with the specified deployment.public DescribeCommandsRequest withDeploymentId(java.lang.String deploymentId)
DescribeCommands returns a description of the commands
associated with the specified deployment.
Returns a reference to this object so that method calls can be chained together.
deploymentId - The deployment ID. If you include this parameter,
DescribeCommands returns a description of the commands
associated with the specified deployment.public java.lang.String getInstanceId()
DescribeCommands returns a description of the commands
associated with the specified instance.DescribeCommands returns a description of the commands
associated with the specified instance.public void setInstanceId(java.lang.String instanceId)
DescribeCommands returns a description of the commands
associated with the specified instance.instanceId - The instance ID. If you include this parameter,
DescribeCommands returns a description of the commands
associated with the specified instance.public DescribeCommandsRequest withInstanceId(java.lang.String instanceId)
DescribeCommands returns a description of the commands
associated with the specified instance.
Returns a reference to this object so that method calls can be chained together.
instanceId - The instance ID. If you include this parameter,
DescribeCommands returns a description of the commands
associated with the specified instance.public java.util.List<java.lang.String> getCommandIds()
DescribeCommands returns a description of the specified
commands. Otherwise, it returns a description of every command.DescribeCommands returns a description of the specified
commands. Otherwise, it returns a description of every command.public void setCommandIds(java.util.Collection<java.lang.String> commandIds)
DescribeCommands returns a description of the specified
commands. Otherwise, it returns a description of every command.commandIds - An array of command IDs. If you include this parameter,
DescribeCommands returns a description of the specified
commands. Otherwise, it returns a description of every command.public DescribeCommandsRequest withCommandIds(java.lang.String... commandIds)
DescribeCommands returns a description of the specified
commands. Otherwise, it returns a description of every command.
Returns a reference to this object so that method calls can be chained together.
commandIds - An array of command IDs. If you include this parameter,
DescribeCommands returns a description of the specified
commands. Otherwise, it returns a description of every command.public DescribeCommandsRequest withCommandIds(java.util.Collection<java.lang.String> commandIds)
DescribeCommands returns a description of the specified
commands. Otherwise, it returns a description of every command.
Returns a reference to this object so that method calls can be chained together.
commandIds - An array of command IDs. If you include this parameter,
DescribeCommands returns a description of the specified
commands. Otherwise, it returns a description of every command.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