public class DeleteChangeSetRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the DeleteChangeSet action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeSetName
The name or Amazon Resource Name (ARN) of the change set that you want to
delete.
|
private java.lang.String |
stackName
If you specified the name of a change set to delete, specify the stack
name or ID (ARN) that is associated with it.
|
NOOP
Constructor and Description |
---|
DeleteChangeSetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteChangeSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want to
delete.
|
java.lang.String |
getStackName()
If you specified the name of a change set to delete, specify the stack
name or ID (ARN) that is associated with it.
|
int |
hashCode() |
void |
setChangeSetName(java.lang.String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to
delete.
|
void |
setStackName(java.lang.String stackName)
If you specified the name of a change set to delete, specify the stack
name or ID (ARN) that is associated with it.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteChangeSetRequest |
withChangeSetName(java.lang.String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to
delete.
|
DeleteChangeSetRequest |
withStackName(java.lang.String stackName)
If you specified the name of a change set to delete, specify the stack
name or ID (ARN) that is associated with it.
|
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 Amazon Resource Name (ARN) of the change set that you want to delete.
private java.lang.String stackName
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
public void setChangeSetName(java.lang.String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
changeSetName
- The name or Amazon Resource Name (ARN) of the change set that you
want to delete.public java.lang.String getChangeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
public DeleteChangeSetRequest withChangeSetName(java.lang.String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
changeSetName
- The name or Amazon Resource Name (ARN) of the change set that you
want to delete.public void setStackName(java.lang.String stackName)
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
stackName
- If you specified the name of a change set to delete, specify the
stack name or ID (ARN) that is associated with it.public java.lang.String getStackName()
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
public DeleteChangeSetRequest withStackName(java.lang.String stackName)
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
stackName
- If you specified the name of a change set to delete, specify the
stack name or ID (ARN) that is associated with it.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 DeleteChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()