ToCopyableBuilder<StackSummary.Builder,StackSummary>
@Generated("software.amazon.awssdk:codegen") public class StackSummary extends Object implements ToCopyableBuilder<StackSummary.Builder,StackSummary>
The StackSummary Data Type
Modifier and Type | Class | Description |
---|---|---|
static interface |
StackSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StackSummary.Builder |
builder() |
|
Date |
creationTime() |
The time the stack was created.
|
Date |
deletionTime() |
The time the stack was deleted.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdatedTime() |
The time the stack was last updated.
|
static Class<? extends StackSummary.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
Unique stack identifier.
|
String |
stackName() |
The name associated with the stack.
|
String |
stackStatus() |
The current status of the stack.
|
String |
stackStatusReason() |
Success/Failure message associated with the stack status.
|
String |
templateDescription() |
The template description of the template used to create the stack.
|
StackSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String stackId()
Unique stack identifier.
public String stackName()
The name associated with the stack.
public String templateDescription()
The template description of the template used to create the stack.
public Date creationTime()
The time the stack was created.
public Date 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 deletionTime()
The time the stack was deleted.
public String stackStatus()
The current status of the stack.
StackStatus
public String stackStatusReason()
Success/Failure message associated with the stack status.
public StackSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StackSummary.Builder,StackSummary>
public static StackSummary.Builder builder()
public static Class<? extends StackSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.