public class ListStackResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ListStackResource action.
NOOP| Constructor and Description |
|---|
ListStackResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListStackResourcesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getNextToken()
String that identifies the start of the next list of stack resource
summaries, if there is one.
|
String |
getStackName()
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
int |
hashCode() |
void |
setNextToken(String nextToken)
String that identifies the start of the next list of stack resource
summaries, if there is one.
|
void |
setStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStackResourcesRequest |
withNextToken(String nextToken)
String that identifies the start of the next list of stack resource
summaries, if there is one.
|
ListStackResourcesRequest |
withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Default: There is no default value.
stackName - The name or the unique stack ID that is associated with the stack,
which are not always interchangeable:
Default: There is no default value.
public String getStackName()
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Default: There is no default value.
Default: There is no default value.
public ListStackResourcesRequest withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Default: There is no default value.
stackName - The name or the unique stack ID that is associated with the stack,
which are not always interchangeable:
Default: There is no default value.
public void setNextToken(String nextToken)
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
nextToken - String that identifies the start of the next list of stack
resource summaries, if there is one.
Default: There is no default value.
public String getNextToken()
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
Default: There is no default value.
public ListStackResourcesRequest withNextToken(String nextToken)
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
nextToken - String that identifies the start of the next list of stack
resource summaries, if there is one.
Default: There is no default value.
public String toString()
toString in class ObjectObject.toString()public ListStackResourcesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.