Class StackResourceDetail
- All Implemented Interfaces:
Serializable, Cloneable
Contains detailed information about the specified stack resource.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUser defined description associated with the resource.Time the status was updated.The logical name of the resource specified in the template.The JSON format content of theMetadataattribute declared for the resource.The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.Current status of the resource.Success/failure message associated with the resource.Type of resource.Unique identifier of the stack.The name associated with the stack.inthashCode()voidsetDescription(String description) User defined description associated with the resource.voidsetLastUpdatedTimestamp(Date lastUpdatedTimestamp) Time the status was updated.voidsetLogicalResourceId(String logicalResourceId) The logical name of the resource specified in the template.voidsetMetadata(String metadata) The JSON format content of theMetadataattribute declared for the resource.voidsetPhysicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.voidsetResourceStatus(ResourceStatus resourceStatus) Current status of the resource.voidsetResourceStatus(String resourceStatus) Current status of the resource.voidsetResourceStatusReason(String resourceStatusReason) Success/failure message associated with the resource.voidsetResourceType(String resourceType) Type of resource.voidsetStackId(String stackId) Unique identifier of the stack.voidsetStackName(String stackName) The name associated with the stack.toString()Returns a string representation of this object; useful for testing and debugging.withDescription(String description) User defined description associated with the resource.withLastUpdatedTimestamp(Date lastUpdatedTimestamp) Time the status was updated.withLogicalResourceId(String logicalResourceId) The logical name of the resource specified in the template.withMetadata(String metadata) The JSON format content of theMetadataattribute declared for the resource.withPhysicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.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.withStackId(String stackId) Unique identifier of the stack.withStackName(String stackName) The name associated with the stack.
-
Constructor Details
-
StackResourceDetail
public StackResourceDetail()
-
-
Method Details
-
setStackName
The name associated with the stack.
- Parameters:
stackName- The name associated with the stack.
-
getStackName
The name associated with the stack.
- Returns:
- The name associated with the stack.
-
withStackName
The name associated with the stack.
- Parameters:
stackName- The name associated with the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStackId
Unique identifier of the stack.
- Parameters:
stackId- Unique identifier of the stack.
-
getStackId
-
withStackId
Unique identifier of the stack.
- Parameters:
stackId- Unique identifier of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 a resource supported by AWS CloudFormation.
- Parameters:
physicalResourceId- The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
-
getPhysicalResourceId
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
- Returns:
- The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
-
withPhysicalResourceId
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
- Parameters:
physicalResourceId- The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.- 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.
-
setDescription
User defined description associated with the resource.
- Parameters:
description- User defined description associated with the resource.
-
getDescription
User defined description associated with the resource.
- Returns:
- User defined description associated with the resource.
-
withDescription
User defined description associated with the resource.
- Parameters:
description- User defined description associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMetadata
The JSON format content of the
Metadataattribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.- Parameters:
metadata- The JSON format content of theMetadataattribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
-
getMetadata
The JSON format content of the
Metadataattribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.- Returns:
- The JSON format content of the
Metadataattribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
-
withMetadata
The JSON format content of the
Metadataattribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.- Parameters:
metadata- The JSON format content of theMetadataattribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-