Class StackSummary
- java.lang.Object
-
- com.amazonaws.services.cloudformation.model.StackSummary
-
- All Implemented Interfaces:
Serializable,Cloneable
public class StackSummary extends Object implements Serializable, Cloneable
The StackSummary Data Type
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StackSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackSummaryclone()booleanequals(Object obj)DategetCreationTime()The time the stack was created.DategetDeletionTime()The time the stack was deleted.DategetLastUpdatedTime()The time the stack was last updated.StringgetStackId()Unique stack identifier.StringgetStackName()The name associated with the stack.StringgetStackStatus()The current status of the stack.StringgetStackStatusReason()Success/Failure message associated with the stack status.StringgetTemplateDescription()The template description of the template used to create the stack.inthashCode()voidsetCreationTime(Date creationTime)The time the stack was created.voidsetDeletionTime(Date deletionTime)The time the stack was deleted.voidsetLastUpdatedTime(Date lastUpdatedTime)The time the stack was last updated.voidsetStackId(String stackId)Unique stack identifier.voidsetStackName(String stackName)The name associated with the stack.voidsetStackStatus(StackStatus stackStatus)The current status of the stack.voidsetStackStatus(String stackStatus)The current status of the stack.voidsetStackStatusReason(String stackStatusReason)Success/Failure message associated with the stack status.voidsetTemplateDescription(String templateDescription)The template description of the template used to create the stack.StringtoString()Returns a string representation of this object; useful for testing and debugging.StackSummarywithCreationTime(Date creationTime)The time the stack was created.StackSummarywithDeletionTime(Date deletionTime)The time the stack was deleted.StackSummarywithLastUpdatedTime(Date lastUpdatedTime)The time the stack was last updated.StackSummarywithStackId(String stackId)Unique stack identifier.StackSummarywithStackName(String stackName)The name associated with the stack.StackSummarywithStackStatus(StackStatus stackStatus)The current status of the stack.StackSummarywithStackStatus(String stackStatus)The current status of the stack.StackSummarywithStackStatusReason(String stackStatusReason)Success/Failure message associated with the stack status.StackSummarywithTemplateDescription(String templateDescription)The template description of the template used to create the stack.
-
-
-
Method Detail
-
setStackId
public void setStackId(String stackId)
Unique stack identifier.
- Parameters:
stackId- Unique stack identifier.
-
getStackId
public String getStackId()
Unique stack identifier.
- Returns:
- Unique stack identifier.
-
withStackId
public StackSummary withStackId(String stackId)
Unique stack identifier.
- Parameters:
stackId- Unique stack identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStackName
public void setStackName(String stackName)
The name associated with the stack.
- Parameters:
stackName- The name associated with the stack.
-
getStackName
public String getStackName()
The name associated with the stack.
- Returns:
- The name associated with the stack.
-
withStackName
public StackSummary withStackName(String stackName)
The name associated with the stack.
- Parameters:
stackName- The name associated with the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
withTemplateDescription
public StackSummary withTemplateDescription(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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationTime
public void setCreationTime(Date creationTime)
The time the stack was created.
- Parameters:
creationTime- The time the stack was created.
-
getCreationTime
public Date getCreationTime()
The time the stack was created.
- Returns:
- The time the stack was created.
-
withCreationTime
public StackSummary withCreationTime(Date creationTime)
The time the stack was created.
- Parameters:
creationTime- The time the stack was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-
setDeletionTime
public void setDeletionTime(Date deletionTime)
The time the stack was deleted.
- Parameters:
deletionTime- The time the stack was deleted.
-
getDeletionTime
public Date getDeletionTime()
The time the stack was deleted.
- Returns:
- The time the stack was deleted.
-
withDeletionTime
public StackSummary withDeletionTime(Date deletionTime)
The time the stack was deleted.
- Parameters:
deletionTime- The time the stack was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStackStatus
public void setStackStatus(String stackStatus)
The current status of the stack.
- Parameters:
stackStatus- The current status of the stack.- See Also:
StackStatus
-
getStackStatus
public String getStackStatus()
The current status of the stack.
- Returns:
- The current status of the stack.
- See Also:
StackStatus
-
withStackStatus
public StackSummary withStackStatus(String stackStatus)
The current status of the stack.
- Parameters:
stackStatus- The current status of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackStatus
-
setStackStatus
public void setStackStatus(StackStatus stackStatus)
The current status of the stack.
- Parameters:
stackStatus- The current status of the stack.- See Also:
StackStatus
-
withStackStatus
public StackSummary withStackStatus(StackStatus stackStatus)
The current status of the stack.
- Parameters:
stackStatus- The current status of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackStatus
-
setStackStatusReason
public void setStackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.
- Parameters:
stackStatusReason- Success/Failure message associated with the stack status.
-
getStackStatusReason
public String getStackStatusReason()
Success/Failure message associated with the stack status.
- Returns:
- Success/Failure message associated with the stack status.
-
withStackStatusReason
public StackSummary withStackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.
- Parameters:
stackStatusReason- Success/Failure message associated with the stack status.- Returns:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public StackSummary clone()
-
-