public class StackSummary
extends java.lang.Object
implements java.io.Serializable
The StackSummary Data Type
| コンストラクタと説明 |
|---|
StackSummary() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public java.lang.String getStackId()
public void setStackId(java.lang.String stackId)
stackId - Unique stack identifier.public StackSummary withStackId(java.lang.String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - Unique stack identifier.public java.lang.String getStackName()
public void setStackName(java.lang.String stackName)
stackName - The name associated with the stack.public StackSummary withStackName(java.lang.String stackName)
Returns a reference to this object so that method calls can be chained together.
stackName - The name associated with the stack.public java.lang.String getTemplateDescription()
public void setTemplateDescription(java.lang.String templateDescription)
templateDescription - The template description of the template used to create the stack.public StackSummary withTemplateDescription(java.lang.String templateDescription)
Returns a reference to this object so that method calls can be chained together.
templateDescription - The template description of the template used to create the stack.public java.util.Date getCreationTime()
public void setCreationTime(java.util.Date creationTime)
creationTime - The time the stack was created.public StackSummary withCreationTime(java.util.Date creationTime)
Returns a reference to this object so that method calls can be chained together.
creationTime - The time the stack was created.public java.util.Date getLastUpdatedTime()
public void setLastUpdatedTime(java.util.Date lastUpdatedTime)
lastUpdatedTime - 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)
Returns a reference to this object so that method calls can be chained together.
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 getDeletionTime()
public void setDeletionTime(java.util.Date deletionTime)
deletionTime - The time the stack was deleted.public StackSummary withDeletionTime(java.util.Date deletionTime)
Returns a reference to this object so that method calls can be chained together.
deletionTime - The time the stack was deleted.public java.lang.String getStackStatus()
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
StackStatuspublic void setStackStatus(java.lang.String stackStatus)
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
stackStatus - The current status of the stack.StackStatuspublic StackSummary withStackStatus(java.lang.String stackStatus)
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
stackStatus - The current status of the stack.StackStatuspublic void setStackStatus(StackStatus stackStatus)
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
stackStatus - The current status of the stack.StackStatuspublic StackSummary withStackStatus(StackStatus stackStatus)
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
stackStatus - The current status of the stack.StackStatuspublic java.lang.String getStackStatusReason()
public void setStackStatusReason(java.lang.String stackStatusReason)
stackStatusReason - Success/Failure message associated with the stack status.public StackSummary withStackStatusReason(java.lang.String stackStatusReason)
Returns a reference to this object so that method calls can be chained together.
stackStatusReason - Success/Failure message associated with the stack status.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object