Class StackEvent
- All Implemented Interfaces:
Serializable
,Cloneable
The StackEvent data type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The unique ID of this event.The logical name of the resource specified in the template.The name or unique identifier associated with the physical instance of the resource.BLOB of the properties used to create the resource.Current status of the resource.Success/failure message associated with the resource.Type of resource.The unique ID name of the instance of the stack.The name associated with a stack.Time the status was updated.int
hashCode()
void
setEventId
(String eventId) The unique ID of this event.void
setLogicalResourceId
(String logicalResourceId) The logical name of the resource specified in the template.void
setPhysicalResourceId
(String physicalResourceId) The name or unique identifier associated with the physical instance of the resource.void
setResourceProperties
(String resourceProperties) BLOB of the properties used to create 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.void
setStackId
(String stackId) The unique ID name of the instance of the stack.void
setStackName
(String stackName) The name associated with a stack.void
setTimestamp
(Date timestamp) Time the status was updated.toString()
Returns a string representation of this object; useful for testing and debugging.withEventId
(String eventId) The unique ID of this event.withLogicalResourceId
(String logicalResourceId) The logical name of the resource specified in the template.withPhysicalResourceId
(String physicalResourceId) The name or unique identifier associated with the physical instance of the resource.withResourceProperties
(String resourceProperties) BLOB of the properties used to create 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.withStackId
(String stackId) The unique ID name of the instance of the stack.withStackName
(String stackName) The name associated with a stack.withTimestamp
(Date timestamp) Time the status was updated.
-
Constructor Details
-
StackEvent
public StackEvent()
-
-
Method Details
-
setStackId
The unique ID name of the instance of the stack.
- Parameters:
stackId
- The unique ID name of the instance of the stack.
-
getStackId
The unique ID name of the instance of the stack.
- Returns:
- The unique ID name of the instance of the stack.
-
withStackId
The unique ID name of the instance of the stack.
- Parameters:
stackId
- The unique ID name of the instance of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEventId
The unique ID of this event.
- Parameters:
eventId
- The unique ID of this event.
-
getEventId
The unique ID of this event.
- Returns:
- The unique ID of this event.
-
withEventId
The unique ID of this event.
- Parameters:
eventId
- The unique ID of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStackName
The name associated with a stack.
- Parameters:
stackName
- The name associated with a stack.
-
getStackName
The name associated with a stack.
- Returns:
- The name associated with a stack.
-
withStackName
The name associated with a stack.
- Parameters:
stackName
- The name associated with a 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 associated with the physical instance of the resource.
- Parameters:
physicalResourceId
- The name or unique identifier associated with the physical instance of the resource.
-
getPhysicalResourceId
The name or unique identifier associated with the physical instance of the resource.
- Returns:
- The name or unique identifier associated with the physical instance of the resource.
-
withPhysicalResourceId
The name or unique identifier associated with the physical instance of the resource.
- Parameters:
physicalResourceId
- The name or unique identifier associated with the physical instance 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.
-
setTimestamp
Time the status was updated.
- Parameters:
timestamp
- Time the status was updated.
-
getTimestamp
Time the status was updated.
- Returns:
- Time the status was updated.
-
withTimestamp
Time the status was updated.
- Parameters:
timestamp
- 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.
-
setResourceProperties
BLOB of the properties used to create the resource.
- Parameters:
resourceProperties
- BLOB of the properties used to create the resource.
-
getResourceProperties
BLOB of the properties used to create the resource.
- Returns:
- BLOB of the properties used to create the resource.
-
withResourceProperties
BLOB of the properties used to create the resource.
- Parameters:
resourceProperties
- BLOB of the properties used to create 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
-