|
Did this page help you?Yes No Tell us about it... |
||||||
| 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),
Serialized Form| Constructor Summary | |
|---|---|
DeleteStackRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getStackName()
The name or the unique identifier associated with the stack. |
int |
hashCode()
|
void |
setStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteStackRequest |
withStackName(java.lang.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 |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteStackRequest()
| Method Detail |
|---|
public java.lang.String getStackName()
public void setStackName(java.lang.String stackName)
stackName - The name or the unique identifier associated with the stack.public DeleteStackRequest withStackName(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||