Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeStacksRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
The input for DescribeStacks action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeStacksRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeStacksRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
A string that identifies the next page of stacks that you want to retrieve.
|
static Class<? extends DescribeStacksRequest.Builder> |
serializableBuilderClass() |
|
String |
stackName() |
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
DescribeStacksRequest.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 stackName()
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID.
Deleted stacks: You must specify the unique stack ID.
Default: There is no default value.
Running stacks: You can specify either the stack's name or its unique stack ID.
Deleted stacks: You must specify the unique stack ID.
Default: There is no default value.
public String nextToken()
A string that identifies the next page of stacks that you want to retrieve.
public DescribeStacksRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
public static DescribeStacksRequest.Builder builder()
public static Class<? extends DescribeStacksRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.