public class DeleteStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for DeleteStack action.
NOOP
Constructor and Description |
---|
DeleteStackRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteStackRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getStackName()
The name or the unique stack ID that is associated with the stack.
|
int |
hashCode() |
void |
setStackName(String stackName)
The name or the unique stack ID that is associated with the stack.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteStackRequest |
withStackName(String stackName)
The name or the unique stack ID that is associated with the stack.
|
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 setStackName(String stackName)
The name or the unique stack ID that is associated with the stack.
stackName
- The name or the unique stack ID that is associated with the stack.public String getStackName()
The name or the unique stack ID that is associated with the stack.
public DeleteStackRequest withStackName(String stackName)
The name or the unique stack ID that is associated with the stack.
stackName
- The name or the unique stack ID that is associated with the stack.public String toString()
toString
in class Object
Object.toString()
public DeleteStackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.