ToCopyableBuilder<StackResourceSummary.Builder,StackResourceSummary>
@Generated("software.amazon.awssdk:codegen") public class StackResourceSummary extends Object implements ToCopyableBuilder<StackResourceSummary.Builder,StackResourceSummary>
Contains high-level information about the specified stack resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StackResourceSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StackResourceSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdatedTimestamp() |
Time the status was updated.
|
String |
logicalResourceId() |
The logical name of the resource specified in the template.
|
String |
physicalResourceId() |
The name or unique identifier that corresponds to a physical instance ID of the resource.
|
String |
resourceStatus() |
Current status of the resource.
|
String |
resourceStatusReason() |
Success/failure message associated with the resource.
|
String |
resourceType() |
Type of resource.
|
static Class<? extends StackResourceSummary.Builder> |
serializableBuilderClass() |
|
StackResourceSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String logicalResourceId()
The logical name of the resource specified in the template.
public String physicalResourceId()
The name or unique identifier that corresponds to a physical instance ID of the resource.
public String resourceType()
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
public Date lastUpdatedTimestamp()
Time the status was updated.
public String resourceStatus()
Current status of the resource.
ResourceStatus
public String resourceStatusReason()
Success/failure message associated with the resource.
public StackResourceSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StackResourceSummary.Builder,StackResourceSummary>
public static StackResourceSummary.Builder builder()
public static Class<? extends StackResourceSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.