public class DescribeStacksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeStacksRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getStackIds()
An array of stack IDs that specify the stacks to be described.
|
int |
hashCode() |
void |
setStackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStacksRequest |
withStackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described.
|
DescribeStacksRequest |
withStackIds(String... stackIds)
An array of stack IDs that specify the stacks to be described.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getStackIds()
An array of stack IDs that specify the stacks to be described. If you
omit this parameter, DescribeStacks returns a description of
every stack.
DescribeStacks returns a
description of every stack.public void setStackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described. If you
omit this parameter, DescribeStacks returns a description of
every stack.
stackIds - An array of stack IDs that specify the stacks to be described. If
you omit this parameter, DescribeStacks returns a
description of every stack.public DescribeStacksRequest withStackIds(String... stackIds)
An array of stack IDs that specify the stacks to be described. If you
omit this parameter, DescribeStacks returns a description of
every stack.
NOTE: This method appends the values to the existing list (if
any). Use setStackIds(java.util.Collection) or
withStackIds(java.util.Collection) if you want to override the
existing values.
stackIds - An array of stack IDs that specify the stacks to be described. If
you omit this parameter, DescribeStacks returns a
description of every stack.public DescribeStacksRequest withStackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described. If you
omit this parameter, DescribeStacks returns a description of
every stack.
stackIds - An array of stack IDs that specify the stacks to be described. If
you omit this parameter, DescribeStacks returns a
description of every stack.public String toString()
toString in class ObjectObject.toString()public DescribeStacksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.