@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChangeSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DescribeChangeSet action.
NOOP
Constructor and Description |
---|
DescribeChangeSetRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeChangeSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChangeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
|
String |
getNextToken()
A string (provided by the DescribeChangeSet response output) that identifies the next page of information
that you want to retrieve.
|
String |
getStackName()
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to
describe.
|
int |
hashCode() |
void |
setChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
|
void |
setNextToken(String nextToken)
A string (provided by the DescribeChangeSet response output) that identifies the next page of information
that you want to retrieve.
|
void |
setStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to
describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeChangeSetRequest |
withChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
|
DescribeChangeSetRequest |
withNextToken(String nextToken)
A string (provided by the DescribeChangeSet response output) that identifies the next page of information
that you want to retrieve.
|
DescribeChangeSetRequest |
withStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to
describe.
|
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 setChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
changeSetName
- The name or Amazon Resource Name (ARN) of the change set that you want to describe.public String getChangeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
public DescribeChangeSetRequest withChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
changeSetName
- The name or Amazon Resource Name (ARN) of the change set that you want to describe.public void setStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
stackName
- If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want
to describe.public String getStackName()
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
public DescribeChangeSetRequest withStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
stackName
- If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want
to describe.public void setNextToken(String nextToken)
A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
nextToken
- A string (provided by the DescribeChangeSet response output) that identifies the next page of
information that you want to retrieve.public String getNextToken()
A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
public DescribeChangeSetRequest withNextToken(String nextToken)
A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
nextToken
- A string (provided by the DescribeChangeSet response output) that identifies the next page of
information that you want to retrieve.public String toString()
toString
in class Object
Object.toString()
public DescribeChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.