Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeDeploymentsRequest.Builder,DescribeDeploymentsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeDeploymentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeDeploymentsRequest.Builder,DescribeDeploymentsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeDeploymentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
appId() |
The app ID.
|
static DescribeDeploymentsRequest.Builder |
builder() |
|
List<String> |
deploymentIds() |
An array of deployment IDs to be described.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeDeploymentsRequest.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
The stack ID.
|
DescribeDeploymentsRequest.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 stackId()
The stack ID. If you include this parameter, DescribeDeployments
returns a description of the
commands associated with the specified stack.
DescribeDeployments
returns a description of
the commands associated with the specified stack.public String appId()
The app ID. If you include this parameter, DescribeDeployments
returns a description of the commands
associated with the specified app.
DescribeDeployments
returns a description of the
commands associated with the specified app.public List<String> deploymentIds()
An array of deployment IDs to be described. If you include this parameter, DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
DescribeDeployments
returns a description of the specified deployments. Otherwise, it
returns a description of every deployment.public DescribeDeploymentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeDeploymentsRequest.Builder,DescribeDeploymentsRequest>
public static DescribeDeploymentsRequest.Builder builder()
public static Class<? extends DescribeDeploymentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.