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() |
boolean |
equals(Object obj) |
String |
getNextToken()
A string that identifies the next page of stack resources that you want
to retrieve.
|
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)
A string that identifies the next page of stack resources that you want
to retrieve.
|
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)
A string that identifies the next page of stack resources that you want
to retrieve.
|
ListStackResourcesRequest |
withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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)
A string that identifies the next page of stack resources that you want to retrieve.
nextToken
- A string that identifies the next page of stack resources that you
want to retrieve.public String getNextToken()
A string that identifies the next page of stack resources that you want to retrieve.
public ListStackResourcesRequest withNextToken(String nextToken)
A string that identifies the next page of stack resources that you want to retrieve.
nextToken
- A string that identifies the next page of stack resources that you
want to retrieve.public String toString()
toString
in class Object
Object.toString()
public ListStackResourcesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.