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() |
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.
|
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 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()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.