@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteChangeSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DeleteChangeSet action.
NOOP
Constructor and Description |
---|
DeleteChangeSetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteChangeSetRequest |
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 delete.
|
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(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
|
void |
setStackName(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteChangeSetRequest |
withChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
|
DeleteChangeSetRequest |
withStackName(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.
|
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 delete.
changeSetName
- The name or Amazon Resource Name (ARN) of the change set that you want to delete.public String getChangeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
public DeleteChangeSetRequest withChangeSetName(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public DeleteChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.