public class ExecuteChangeSetRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the ExecuteChangeSet action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeSetName
The name or ARN of the change set that you want use to update the
specified stack.
|
private java.lang.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.
|
NOOP
Constructor and Description |
---|
ExecuteChangeSetRequest() |
Modifier and Type | Method and Description |
---|---|
ExecuteChangeSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeSetName()
The name or ARN of the change set that you want use to update the
specified stack.
|
java.lang.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(java.lang.String changeSetName)
The name or ARN of the change set that you want use to update the
specified stack.
|
void |
setStackName(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExecuteChangeSetRequest |
withChangeSetName(java.lang.String changeSetName)
The name or ARN of the change set that you want use to update the
specified stack.
|
ExecuteChangeSetRequest |
withStackName(java.lang.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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String changeSetName
The name or ARN of the change set that you want use to update the specified stack.
private java.lang.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.
public void setChangeSetName(java.lang.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 java.lang.String getChangeSetName()
The name or ARN of the change set that you want use to update the specified stack.
public ExecuteChangeSetRequest withChangeSetName(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ExecuteChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()