|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudformation.model.StackSummary
public class StackSummary
The StackSummary Data Type
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 |
---|
public StackSummary()
Method Detail |
---|
public String getStackId()
public void setStackId(String stackId)
stackId
- Unique stack identifier.public StackSummary withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- Unique stack identifier.
public String getStackName()
public void setStackName(String stackName)
stackName
- The name associated with the stack.public StackSummary withStackName(String stackName)
Returns a reference to this object so that method calls can be chained together.
stackName
- The name associated with the stack.
public String getTemplateDescription()
public void setTemplateDescription(String templateDescription)
templateDescription
- The template description of the template used to create the stack.public StackSummary withTemplateDescription(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 Date getCreationTime()
public void setCreationTime(Date creationTime)
creationTime
- The time the stack was created.public StackSummary withCreationTime(Date creationTime)
Returns a reference to this object so that method calls can be chained together.
creationTime
- The time the stack was created.
public Date getLastUpdatedTime()
public void setLastUpdatedTime(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(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 Date getDeletionTime()
public void setDeletionTime(Date deletionTime)
deletionTime
- The time the stack was deleted.public StackSummary withDeletionTime(Date deletionTime)
Returns a reference to this object so that method calls can be chained together.
deletionTime
- The time the stack was deleted.
public 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
StackStatus
public void setStackStatus(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.StackStatus
public StackSummary withStackStatus(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.
StackStatus
public 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.StackStatus
public 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.
StackStatus
public String getStackStatusReason()
public void setStackStatusReason(String stackStatusReason)
stackStatusReason
- Success/Failure message associated with the stack status.public StackSummary withStackStatusReason(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |