|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudformation.model.DeleteStackRequest
public class DeleteStackRequest
Container for the parameters to the 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.
AmazonCloudFormation.deleteStack(DeleteStackRequest)
Constructor Summary | |
---|---|
DeleteStackRequest()
|
Method Summary | |
---|---|
String |
getStackName()
The name or the unique identifier associated with the stack. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteStackRequest()
Method Detail |
---|
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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |