|
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 FormConstructor Summary | |
---|---|
DeleteStackRequest()
|
Method Summary | |
---|---|
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. |
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 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |