Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class StackSummary

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

public class StackSummary
extends Object
implements Serializable

The StackSummary Data Type

See Also:
Serialized Form

Constructor Summary
StackSummary()
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getCreationTime()
          The time the stack was created.
 Date getDeletionTime()
          The time the stack was deleted.
 Date getLastUpdatedTime()
          The time the stack was last updated.
 String getStackId()
          Unique stack identifier.
 String getStackName()
          The name associated with the stack.
 String getStackStatus()
          The current status of the stack.
 String getStackStatusReason()
          Success/Failure message associated with the stack status.
 String getTemplateDescription()
          The template description of the template used to create the stack.
 int hashCode()
           
 void setCreationTime(Date creationTime)
          The time the stack was created.
 void setDeletionTime(Date deletionTime)
          The time the stack was deleted.
 void setLastUpdatedTime(Date lastUpdatedTime)
          The time the stack was last updated.
 void setStackId(String stackId)
          Unique stack identifier.
 void setStackName(String stackName)
          The name associated with the stack.
 void setStackStatus(StackStatus stackStatus)
          The current status of the stack.
 void setStackStatus(String stackStatus)
          The current status of the stack.
 void setStackStatusReason(String stackStatusReason)
          Success/Failure message associated with the stack status.
 void setTemplateDescription(String templateDescription)
          The template description of the template used to create the stack.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 StackSummary withCreationTime(Date creationTime)
          The time the stack was created.
 StackSummary withDeletionTime(Date deletionTime)
          The time the stack was deleted.
 StackSummary withLastUpdatedTime(Date lastUpdatedTime)
          The time the stack was last updated.
 StackSummary withStackId(String stackId)
          Unique stack identifier.
 StackSummary withStackName(String stackName)
          The name associated with the stack.
 StackSummary withStackStatus(StackStatus stackStatus)
          The current status of the stack.
 StackSummary withStackStatus(String stackStatus)
          The current status of the stack.
 StackSummary withStackStatusReason(String stackStatusReason)
          Success/Failure message associated with the stack status.
 StackSummary withTemplateDescription(String templateDescription)
          The template description of the template used to create the stack.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackSummary

public StackSummary()
Method Detail

getStackId

public String getStackId()
Unique stack identifier.

Returns:
Unique stack identifier.

setStackId

public void setStackId(String stackId)
Unique stack identifier.

Parameters:
stackId - Unique stack identifier.

withStackId

public StackSummary withStackId(String stackId)
Unique stack identifier.

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

Parameters:
stackId - Unique stack identifier.
Returns:
A reference to this updated object so that method calls can be chained together.

getStackName

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

Returns:
The name associated with the stack.

setStackName

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

Parameters:
stackName - The name associated with the stack.

withStackName

public StackSummary withStackName(String stackName)
The name associated with the stack.

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

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

getTemplateDescription

public String getTemplateDescription()
The template description of the template used to create the stack.

Returns:
The template description of the template used to create the stack.

setTemplateDescription

public void setTemplateDescription(String templateDescription)
The template description of the template used to create the stack.

Parameters:
templateDescription - The template description of the template used to create the stack.

withTemplateDescription

public StackSummary withTemplateDescription(String templateDescription)
The template description of the template used to create the stack.

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

Parameters:
templateDescription - The template description of the template used to create the stack.
Returns:
A reference to this updated object so that method calls can be chained together.

getCreationTime

public Date getCreationTime()
The time the stack was created.

Returns:
The time the stack was created.

setCreationTime

public void setCreationTime(Date creationTime)
The time the stack was created.

Parameters:
creationTime - The time the stack was created.

withCreationTime

public StackSummary withCreationTime(Date creationTime)
The time the stack was created.

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

Parameters:
creationTime - The time the stack was created.
Returns:
A reference to this updated object so that method calls can be chained together.

getLastUpdatedTime

public Date getLastUpdatedTime()
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

Returns:
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

setLastUpdatedTime

public void setLastUpdatedTime(Date lastUpdatedTime)
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

Parameters:
lastUpdatedTime - The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

withLastUpdatedTime

public StackSummary withLastUpdatedTime(Date lastUpdatedTime)
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

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

Parameters:
lastUpdatedTime - The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
Returns:
A reference to this updated object so that method calls can be chained together.

getDeletionTime

public Date getDeletionTime()
The time the stack was deleted.

Returns:
The time the stack was deleted.

setDeletionTime

public void setDeletionTime(Date deletionTime)
The time the stack was deleted.

Parameters:
deletionTime - The time the stack was deleted.

withDeletionTime

public StackSummary withDeletionTime(Date deletionTime)
The time the stack was deleted.

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

Parameters:
deletionTime - The time the stack was deleted.
Returns:
A reference to this updated object so that method calls can be chained together.

getStackStatus

public String getStackStatus()
The current status of the stack.

Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE

Returns:
The current status of the stack.
See Also:
StackStatus

setStackStatus

public void setStackStatus(String stackStatus)
The current status of the stack.

Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE

Parameters:
stackStatus - The current status of the stack.
See Also:
StackStatus

withStackStatus

public StackSummary withStackStatus(String stackStatus)
The current status of the stack.

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

Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE

Parameters:
stackStatus - The current status of the stack.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
StackStatus

setStackStatus

public void setStackStatus(StackStatus stackStatus)
The current status of the stack.

Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE

Parameters:
stackStatus - The current status of the stack.
See Also:
StackStatus

withStackStatus

public StackSummary withStackStatus(StackStatus stackStatus)
The current status of the stack.

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

Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE

Parameters:
stackStatus - The current status of the stack.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
StackStatus

getStackStatusReason

public String getStackStatusReason()
Success/Failure message associated with the stack status.

Returns:
Success/Failure message associated with the stack status.

setStackStatusReason

public void setStackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.

Parameters:
stackStatusReason - Success/Failure message associated with the stack status.

withStackStatusReason

public StackSummary withStackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.

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

Parameters:
stackStatusReason - Success/Failure message associated with the stack status.
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.