@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChangeSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ListChangeSets action.
NOOP
Constructor and Description |
---|
ListChangeSetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListChangeSetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A string (provided by the ListChangeSets response output) that identifies the next page of change sets
that you want to retrieve.
|
String |
getStackName()
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string (provided by the ListChangeSets response output) that identifies the next page of change sets
that you want to retrieve.
|
void |
setStackName(String stackName)
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
|
String |
toString()
Returns a string representation of this object.
|
ListChangeSetsRequest |
withNextToken(String nextToken)
A string (provided by the ListChangeSets response output) that identifies the next page of change sets
that you want to retrieve.
|
ListChangeSetsRequest |
withStackName(String stackName)
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStackName(String stackName)
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
stackName
- The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.public String getStackName()
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
public ListChangeSetsRequest withStackName(String stackName)
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
stackName
- The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.public void setNextToken(String nextToken)
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
nextToken
- A string (provided by the ListChangeSets response output) that identifies the next page of change
sets that you want to retrieve.public String getNextToken()
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
public ListChangeSetsRequest withNextToken(String nextToken)
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
nextToken
- A string (provided by the ListChangeSets response output) that identifies the next page of change
sets that you want to retrieve.public String toString()
toString
in class Object
Object.toString()
public ListChangeSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()