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 request.
|
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; useful for testing and
debugging.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.