Class StackResourceSummary
- All Implemented Interfaces:
Serializable
,Cloneable
Contains high-level information about the specified stack resource.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Time the status was updated.The logical name of the resource specified in the template.The name or unique identifier that corresponds to a physical instance ID of the resource.Current status of the resource.Success/failure message associated with the resource.Type of resource.int
hashCode()
void
setLastUpdatedTimestamp
(Date lastUpdatedTimestamp) Time the status was updated.void
setLogicalResourceId
(String logicalResourceId) The logical name of the resource specified in the template.void
setPhysicalResourceId
(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of the resource.void
setResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.void
setResourceStatus
(String resourceStatus) Current status of the resource.void
setResourceStatusReason
(String resourceStatusReason) Success/failure message associated with the resource.void
setResourceType
(String resourceType) Type of resource.toString()
Returns a string representation of this object; useful for testing and debugging.withLastUpdatedTimestamp
(Date lastUpdatedTimestamp) Time the status was updated.withLogicalResourceId
(String logicalResourceId) The logical name of the resource specified in the template.withPhysicalResourceId
(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of the resource.withResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.withResourceStatus
(String resourceStatus) Current status of the resource.withResourceStatusReason
(String resourceStatusReason) Success/failure message associated with the resource.withResourceType
(String resourceType) Type of resource.
-
Constructor Details
-
StackResourceSummary
public StackResourceSummary()
-
-
Method Details
-
setLogicalResourceId
The logical name of the resource specified in the template.
- Parameters:
logicalResourceId
- The logical name of the resource specified in the template.
-
getLogicalResourceId
The logical name of the resource specified in the template.
- Returns:
- The logical name of the resource specified in the template.
-
withLogicalResourceId
The logical name of the resource specified in the template.
- Parameters:
logicalResourceId
- The logical name of the resource specified in the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPhysicalResourceId
The name or unique identifier that corresponds to a physical instance ID of the resource.
- Parameters:
physicalResourceId
- The name or unique identifier that corresponds to a physical instance ID of the resource.
-
getPhysicalResourceId
The name or unique identifier that corresponds to a physical instance ID of the resource.
- Returns:
- The name or unique identifier that corresponds to a physical instance ID of the resource.
-
withPhysicalResourceId
The name or unique identifier that corresponds to a physical instance ID of the resource.
- Parameters:
physicalResourceId
- The name or unique identifier that corresponds to a physical instance ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourceType
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
- Parameters:
resourceType
- Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
-
getResourceType
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
- Returns:
- Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
-
withResourceType
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
- Parameters:
resourceType
- Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastUpdatedTimestamp
Time the status was updated.
- Parameters:
lastUpdatedTimestamp
- Time the status was updated.
-
getLastUpdatedTimestamp
Time the status was updated.
- Returns:
- Time the status was updated.
-
withLastUpdatedTimestamp
Time the status was updated.
- Parameters:
lastUpdatedTimestamp
- Time the status was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourceStatus
Current status of the resource.
- Parameters:
resourceStatus
- Current status of the resource.- See Also:
-
getResourceStatus
Current status of the resource.
- Returns:
- Current status of the resource.
- See Also:
-
withResourceStatus
Current status of the resource.
- Parameters:
resourceStatus
- Current status of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setResourceStatus
Current status of the resource.
- Parameters:
resourceStatus
- Current status of the resource.- See Also:
-
withResourceStatus
Current status of the resource.
- Parameters:
resourceStatus
- Current status of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setResourceStatusReason
Success/failure message associated with the resource.
- Parameters:
resourceStatusReason
- Success/failure message associated with the resource.
-
getResourceStatusReason
Success/failure message associated with the resource.
- Returns:
- Success/failure message associated with the resource.
-
withResourceStatusReason
Success/failure message associated with the resource.
- Parameters:
resourceStatusReason
- Success/failure message associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-