@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSummary extends Object implements Serializable, Cloneable
The StackSummary Data Type
Constructor and Description |
---|
StackSummary() |
Modifier and Type | Method and Description |
---|---|
StackSummary |
clone() |
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 |
getParentId()
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this
stack.
|
String |
getRootId()
For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack to
which the nested stack ultimately belongs.
|
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 |
setParentId(String parentId)
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this
stack.
|
void |
setRootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack to
which the nested stack ultimately belongs.
|
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 |
withParentId(String parentId)
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this
stack.
|
StackSummary |
withRootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack to
which the nested stack ultimately belongs.
|
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.
|
public void setStackId(String stackId)
Unique stack identifier.
stackId
- Unique stack identifier.public String getStackId()
Unique stack identifier.
public StackSummary withStackId(String stackId)
Unique stack identifier.
stackId
- Unique stack identifier.public void setStackName(String stackName)
The name associated with the stack.
stackName
- The name associated with the stack.public String getStackName()
The name associated with the stack.
public StackSummary withStackName(String stackName)
The name associated with the stack.
stackName
- The name associated with the stack.public void setTemplateDescription(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 String getTemplateDescription()
The template description of the template used to create the stack.
public StackSummary withTemplateDescription(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(Date creationTime)
The time the stack was created.
creationTime
- The time the stack was created.public Date getCreationTime()
The time the stack was created.
public StackSummary withCreationTime(Date creationTime)
The time the stack was created.
creationTime
- The time the stack was created.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.
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 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(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(Date deletionTime)
The time the stack was deleted.
deletionTime
- The time the stack was deleted.public Date getDeletionTime()
The time the stack was deleted.
public StackSummary withDeletionTime(Date deletionTime)
The time the stack was deleted.
deletionTime
- The time the stack was deleted.public void setStackStatus(String stackStatus)
The current status of the stack.
stackStatus
- The current status of the stack.StackStatus
public String getStackStatus()
The current status of the stack.
StackStatus
public StackSummary withStackStatus(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(String stackStatusReason)
Success/Failure message associated with the stack status.
stackStatusReason
- Success/Failure message associated with the stack status.public String getStackStatusReason()
Success/Failure message associated with the stack status.
public StackSummary withStackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.
stackStatusReason
- Success/Failure message associated with the stack status.public void setParentId(String parentId)
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
parentId
- For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of
this stack. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
public String getParentId()
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
public StackSummary withParentId(String parentId)
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
parentId
- For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of
this stack. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
public void setRootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
rootId
- For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack
to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
public String getRootId()
For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
public StackSummary withRootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
rootId
- For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack
to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
public String toString()
toString
in class Object
Object.toString()
public StackSummary clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.