Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeCommandsRequest.Builder,DescribeCommandsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeCommandsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeCommandsRequest.Builder,DescribeCommandsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeCommandsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeCommandsRequest.Builder |
builder() |
|
List<String> |
commandIds() |
An array of command IDs.
|
String |
deploymentId() |
The deployment ID.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceId() |
The instance ID.
|
static Class<? extends DescribeCommandsRequest.Builder> |
serializableBuilderClass() |
|
DescribeCommandsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String deploymentId()
The deployment ID. If you include this parameter, 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 String instanceId()
The instance ID. If you include this parameter, 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 List<String> 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.
DescribeCommands
returns a
description of the specified commands. Otherwise, it returns a description of every command.public DescribeCommandsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeCommandsRequest.Builder,DescribeCommandsRequest>
public static DescribeCommandsRequest.Builder builder()
public static Class<? extends DescribeCommandsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.