public class DeleteStackRequest extends AmazonWebServiceRequest implements Serializable
DeleteStack operation
.
Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.
NOOP
Constructor and Description |
---|
DeleteStackRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getStackName()
The name or the unique identifier associated with the stack.
|
int |
hashCode() |
void |
setStackName(String stackName)
The name or the unique identifier 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 identifier associated with the stack.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getStackName()
public void setStackName(String stackName)
stackName
- The name or the unique identifier associated with the stack.public DeleteStackRequest withStackName(String stackName)
Returns a reference to this object so that method calls can be chained together.
stackName
- The name or the unique identifier associated with the stack.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.