public class ExecuteChangeSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ExecuteChangeSet action.
NOOP
Constructor and Description |
---|
ExecuteChangeSetRequest() |
Modifier and Type | Method and Description |
---|---|
ExecuteChangeSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getChangeSetName()
The name or ARN of the change set that you want use to update the specified stack.
|
String |
getStackName()
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change
set you want to execute.
|
int |
hashCode() |
void |
setChangeSetName(String changeSetName)
The name or ARN of the change set that you want use to update the specified stack.
|
void |
setStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change
set you want to execute.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExecuteChangeSetRequest |
withChangeSetName(String changeSetName)
The name or ARN of the change set that you want use to update the specified stack.
|
ExecuteChangeSetRequest |
withStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change
set you want to execute.
|
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 setChangeSetName(String changeSetName)
The name or ARN of the change set that you want use to update the specified stack.
changeSetName
- The name or ARN of the change set that you want use to update the specified stack.public String getChangeSetName()
The name or ARN of the change set that you want use to update the specified stack.
public ExecuteChangeSetRequest withChangeSetName(String changeSetName)
The name or ARN of the change set that you want use to update the specified stack.
changeSetName
- The name or ARN of the change set that you want use to update the specified stack.public void setStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.
stackName
- If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the
change set you want to execute.public String getStackName()
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.
public ExecuteChangeSetRequest withStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.
stackName
- If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the
change set you want to execute.public String toString()
toString
in class Object
Object.toString()
public ExecuteChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.