public class DescribeStacksRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
stackIds
An array of stack IDs that specify the stacks to be described.
|
NOOP
Constructor and Description |
---|
DescribeStacksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStacksRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getStackIds()
An array of stack IDs that specify the stacks to be described.
|
int |
hashCode() |
void |
setStackIds(java.util.Collection<java.lang.String> stackIds)
An array of stack IDs that specify the stacks to be described.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStacksRequest |
withStackIds(java.util.Collection<java.lang.String> stackIds)
An array of stack IDs that specify the stacks to be described.
|
DescribeStacksRequest |
withStackIds(java.lang.String... stackIds)
An array of stack IDs that specify the stacks to be described.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.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.
public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeStacksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()