Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class DeleteStackRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.cloudformation.model.DeleteStackRequest
All Implemented Interfaces:
Serializable

public class DeleteStackRequest
extends AmazonWebServiceRequest
implements Serializable

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.

See Also:
AmazonCloudFormation.deleteStack(DeleteStackRequest), Serialized Form

Constructor 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

DeleteStackRequest

public DeleteStackRequest()
Method Detail

getStackName

public String getStackName()
The name or the unique identifier associated with the stack.

Returns:
The name or the unique identifier associated with the stack.

setStackName

public void setStackName(String stackName)
The name or the unique identifier associated with the stack.

Parameters:
stackName - The name or the unique identifier associated with the stack.

withStackName

public DeleteStackRequest withStackName(String stackName)
The name or the unique identifier associated with the stack.

Returns a reference to this object so that method calls can be chained together.

Parameters:
stackName - The name or the unique identifier associated with the stack.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.