Class StackSummary
- All Implemented Interfaces:
Serializable
,Cloneable
The StackSummary Data Type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The time the stack was created.The time the stack was deleted.The time the stack was last updated.Unique stack identifier.The name associated with the stack.The current status of the stack.Success/Failure message associated with the stack status.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.toString()
Returns a string representation of this object; useful for testing and debugging.withCreationTime
(Date creationTime) The time the stack was created.withDeletionTime
(Date deletionTime) The time the stack was deleted.withLastUpdatedTime
(Date lastUpdatedTime) The time the stack was last updated.withStackId
(String stackId) Unique stack identifier.withStackName
(String stackName) The name associated with the stack.withStackStatus
(StackStatus stackStatus) The current status of the stack.withStackStatus
(String stackStatus) The current status of the stack.withStackStatusReason
(String stackStatusReason) Success/Failure message associated with the stack status.withTemplateDescription
(String templateDescription) The template description of the template used to create the stack.
-
Constructor Details
-
StackSummary
public StackSummary()
-
-
Method Details
-
setStackId
Unique stack identifier.
- Parameters:
stackId
- Unique stack identifier.
-
getStackId
Unique stack identifier.
- Returns:
- Unique stack identifier.
-
withStackId
Unique stack identifier.
- Parameters:
stackId
- Unique stack identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStackName
The name associated with the stack.
- Parameters:
stackName
- The name associated with the stack.
-
getStackName
The name associated with the stack.
- Returns:
- The name associated with the stack.
-
withStackName
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
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
The template description of the template used to create the stack.
- Returns:
- The template description of the template used to create the stack.
-
withTemplateDescription
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
The time the stack was created.
- Parameters:
creationTime
- The time the stack was created.
-
getCreationTime
The time the stack was created.
- Returns:
- The time the stack was created.
-
withCreationTime
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
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
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
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
The time the stack was deleted.
- Parameters:
deletionTime
- The time the stack was deleted.
-
getDeletionTime
The time the stack was deleted.
- Returns:
- The time the stack was deleted.
-
withDeletionTime
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
The current status of the stack.
- Parameters:
stackStatus
- The current status of the stack.- See Also:
-
getStackStatus
The current status of the stack.
- Returns:
- The current status of the stack.
- See Also:
-
withStackStatus
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:
-
setStackStatus
The current status of the stack.
- Parameters:
stackStatus
- The current status of the stack.- See Also:
-
withStackStatus
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:
-
setStackStatusReason
Success/Failure message associated with the stack status.
- Parameters:
stackStatusReason
- Success/Failure message associated with the stack status.
-
getStackStatusReason
Success/Failure message associated with the stack status.
- Returns:
- Success/Failure message associated with the stack status.
-
withStackStatusReason
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-