public class StackSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The StackSummary Data Type
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
creationTime
The time the stack was created.
|
private java.util.Date |
deletionTime
The time the stack was deleted.
|
private java.util.Date |
lastUpdatedTime
The time the stack was last updated.
|
private java.lang.String |
stackId
Unique stack identifier.
|
private java.lang.String |
stackName
The name associated with the stack.
|
private java.lang.String |
stackStatus
The current status of the stack.
|
private java.lang.String |
stackStatusReason
Success/Failure message associated with the stack status.
|
private java.lang.String |
templateDescription
The template description of the template used to create the stack.
|
Constructor and Description |
---|
StackSummary() |
Modifier and Type | Method and Description |
---|---|
StackSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationTime()
The time the stack was created.
|
java.util.Date |
getDeletionTime()
The time the stack was deleted.
|
java.util.Date |
getLastUpdatedTime()
The time the stack was last updated.
|
java.lang.String |
getStackId()
Unique stack identifier.
|
java.lang.String |
getStackName()
The name associated with the stack.
|
java.lang.String |
getStackStatus()
The current status of the stack.
|
java.lang.String |
getStackStatusReason()
Success/Failure message associated with the stack status.
|
java.lang.String |
getTemplateDescription()
The template description of the template used to create the stack.
|
int |
hashCode() |
void |
setCreationTime(java.util.Date creationTime)
The time the stack was created.
|
void |
setDeletionTime(java.util.Date deletionTime)
The time the stack was deleted.
|
void |
setLastUpdatedTime(java.util.Date lastUpdatedTime)
The time the stack was last updated.
|
void |
setStackId(java.lang.String stackId)
Unique stack identifier.
|
void |
setStackName(java.lang.String stackName)
The name associated with the stack.
|
void |
setStackStatus(StackStatus stackStatus)
The current status of the stack.
|
void |
setStackStatus(java.lang.String stackStatus)
The current status of the stack.
|
void |
setStackStatusReason(java.lang.String stackStatusReason)
Success/Failure message associated with the stack status.
|
void |
setTemplateDescription(java.lang.String templateDescription)
The template description of the template used to create the stack.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StackSummary |
withCreationTime(java.util.Date creationTime)
The time the stack was created.
|
StackSummary |
withDeletionTime(java.util.Date deletionTime)
The time the stack was deleted.
|
StackSummary |
withLastUpdatedTime(java.util.Date lastUpdatedTime)
The time the stack was last updated.
|
StackSummary |
withStackId(java.lang.String stackId)
Unique stack identifier.
|
StackSummary |
withStackName(java.lang.String stackName)
The name associated with the stack.
|
StackSummary |
withStackStatus(StackStatus stackStatus)
The current status of the stack.
|
StackSummary |
withStackStatus(java.lang.String stackStatus)
The current status of the stack.
|
StackSummary |
withStackStatusReason(java.lang.String stackStatusReason)
Success/Failure message associated with the stack status.
|
StackSummary |
withTemplateDescription(java.lang.String templateDescription)
The template description of the template used to create the stack.
|
private java.lang.String stackId
Unique stack identifier.
private java.lang.String stackName
The name associated with the stack.
private java.lang.String templateDescription
The template description of the template used to create the stack.
private java.util.Date creationTime
The time the stack was created.
private java.util.Date lastUpdatedTime
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
private java.util.Date deletionTime
The time the stack was deleted.
private java.lang.String stackStatus
The current status of the stack.
private java.lang.String stackStatusReason
Success/Failure message associated with the stack status.
public void setStackId(java.lang.String stackId)
Unique stack identifier.
stackId
- Unique stack identifier.public java.lang.String getStackId()
Unique stack identifier.
public StackSummary withStackId(java.lang.String stackId)
Unique stack identifier.
stackId
- Unique stack identifier.public void setStackName(java.lang.String stackName)
The name associated with the stack.
stackName
- The name associated with the stack.public java.lang.String getStackName()
The name associated with the stack.
public StackSummary withStackName(java.lang.String stackName)
The name associated with the stack.
stackName
- The name associated with the stack.public void setTemplateDescription(java.lang.String templateDescription)
The template description of the template used to create the stack.
templateDescription
- The template description of the template used to create the stack.public java.lang.String getTemplateDescription()
The template description of the template used to create the stack.
public StackSummary withTemplateDescription(java.lang.String templateDescription)
The template description of the template used to create the stack.
templateDescription
- The template description of the template used to create the stack.public void setCreationTime(java.util.Date creationTime)
The time the stack was created.
creationTime
- The time the stack was created.public java.util.Date getCreationTime()
The time the stack was created.
public StackSummary withCreationTime(java.util.Date creationTime)
The time the stack was created.
creationTime
- The time the stack was created.public void setLastUpdatedTime(java.util.Date lastUpdatedTime)
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
lastUpdatedTime
- The time the stack was last updated. This field will only be
returned if the stack has been updated at least once.public java.util.Date getLastUpdatedTime()
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
public StackSummary withLastUpdatedTime(java.util.Date lastUpdatedTime)
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
lastUpdatedTime
- The time the stack was last updated. This field will only be
returned if the stack has been updated at least once.public void setDeletionTime(java.util.Date deletionTime)
The time the stack was deleted.
deletionTime
- The time the stack was deleted.public java.util.Date getDeletionTime()
The time the stack was deleted.
public StackSummary withDeletionTime(java.util.Date deletionTime)
The time the stack was deleted.
deletionTime
- The time the stack was deleted.public void setStackStatus(java.lang.String stackStatus)
The current status of the stack.
stackStatus
- The current status of the stack.StackStatus
public java.lang.String getStackStatus()
The current status of the stack.
StackStatus
public StackSummary withStackStatus(java.lang.String stackStatus)
The current status of the stack.
stackStatus
- The current status of the stack.StackStatus
public void setStackStatus(StackStatus stackStatus)
The current status of the stack.
stackStatus
- The current status of the stack.StackStatus
public StackSummary withStackStatus(StackStatus stackStatus)
The current status of the stack.
stackStatus
- The current status of the stack.StackStatus
public void setStackStatusReason(java.lang.String stackStatusReason)
Success/Failure message associated with the stack status.
stackStatusReason
- Success/Failure message associated with the stack status.public java.lang.String getStackStatusReason()
Success/Failure message associated with the stack status.
public StackSummary withStackStatusReason(java.lang.String stackStatusReason)
Success/Failure message associated with the stack status.
stackStatusReason
- Success/Failure message associated with the stack status.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public StackSummary clone()
clone
in class java.lang.Object