@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackEvent extends Object implements Serializable, Cloneable
The StackEvent data type.
| Constructor and Description |
|---|
StackEvent() |
| Modifier and Type | Method and Description |
|---|---|
StackEvent |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The token passed to the operation that generated this event.
|
String |
getEventId()
The unique ID of this event.
|
String |
getLogicalResourceId()
The logical name of the resource specified in the template.
|
String |
getPhysicalResourceId()
The name or unique identifier associated with the physical instance of the resource.
|
String |
getResourceProperties()
BLOB of the properties used to create the resource.
|
String |
getResourceStatus()
Current status of the resource.
|
String |
getResourceStatusReason()
Success/failure message associated with the resource.
|
String |
getResourceType()
Type of resource.
|
String |
getStackId()
The unique ID name of the instance of the stack.
|
String |
getStackName()
The name associated with a stack.
|
Date |
getTimestamp()
Time the status was updated.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The token passed to the operation that generated this event.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StackEvent |
withClientRequestToken(String clientRequestToken)
The token passed to the operation that generated this event.
|
StackEvent |
withEventId(String eventId)
The unique ID of this event.
|
StackEvent |
withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
StackEvent |
withPhysicalResourceId(String physicalResourceId)
The name or unique identifier associated with the physical instance of the resource.
|
StackEvent |
withResourceProperties(String resourceProperties)
BLOB of the properties used to create the resource.
|
StackEvent |
withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackEvent |
withResourceStatus(String resourceStatus)
Current status of the resource.
|
StackEvent |
withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
|
StackEvent |
withResourceType(String resourceType)
Type of resource.
|
StackEvent |
withStackId(String stackId)
The unique ID name of the instance of the stack.
|
StackEvent |
withStackName(String stackName)
The name associated with a stack.
|
StackEvent |
withTimestamp(Date timestamp)
Time the status was updated.
|
public void setStackId(String stackId)
The unique ID name of the instance of the stack.
stackId - The unique ID name of the instance of the stack.public String getStackId()
The unique ID name of the instance of the stack.
public StackEvent withStackId(String stackId)
The unique ID name of the instance of the stack.
stackId - The unique ID name of the instance of the stack.public void setEventId(String eventId)
The unique ID of this event.
eventId - The unique ID of this event.public String getEventId()
The unique ID of this event.
public StackEvent withEventId(String eventId)
The unique ID of this event.
eventId - The unique ID of this event.public void setStackName(String stackName)
The name associated with a stack.
stackName - The name associated with a stack.public String getStackName()
The name associated with a stack.
public StackEvent withStackName(String stackName)
The name associated with a stack.
stackName - The name associated with a stack.public void setLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
logicalResourceId - The logical name of the resource specified in the template.public String getLogicalResourceId()
The logical name of the resource specified in the template.
public StackEvent withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
logicalResourceId - The logical name of the resource specified in the template.public void setPhysicalResourceId(String physicalResourceId)
The name or unique identifier associated with the physical instance of the resource.
physicalResourceId - The name or unique identifier associated with the physical instance of the resource.public String getPhysicalResourceId()
The name or unique identifier associated with the physical instance of the resource.
public StackEvent withPhysicalResourceId(String physicalResourceId)
The name or unique identifier associated with the physical instance of the resource.
physicalResourceId - The name or unique identifier associated with the physical instance of the resource.public void setResourceType(String resourceType)
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
resourceType - Type of resource. (For more information, go to
AWS Resource Types Reference in the AWS CloudFormation User Guide.)public String getResourceType()
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
public StackEvent withResourceType(String resourceType)
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
resourceType - Type of resource. (For more information, go to
AWS Resource Types Reference in the AWS CloudFormation User Guide.)public void setTimestamp(Date timestamp)
Time the status was updated.
timestamp - Time the status was updated.public Date getTimestamp()
Time the status was updated.
public StackEvent withTimestamp(Date timestamp)
Time the status was updated.
timestamp - Time the status was updated.public void setResourceStatus(String resourceStatus)
Current status of the resource.
resourceStatus - Current status of the resource.ResourceStatuspublic String getResourceStatus()
Current status of the resource.
ResourceStatuspublic StackEvent withResourceStatus(String resourceStatus)
Current status of the resource.
resourceStatus - Current status of the resource.ResourceStatuspublic void setResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
resourceStatus - Current status of the resource.ResourceStatuspublic StackEvent withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
resourceStatus - Current status of the resource.ResourceStatuspublic void setResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
resourceStatusReason - Success/failure message associated with the resource.public String getResourceStatusReason()
Success/failure message associated with the resource.
public StackEvent withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
resourceStatusReason - Success/failure message associated with the resource.public void setResourceProperties(String resourceProperties)
BLOB of the properties used to create the resource.
resourceProperties - BLOB of the properties used to create the resource.public String getResourceProperties()
BLOB of the properties used to create the resource.
public StackEvent withResourceProperties(String resourceProperties)
BLOB of the properties used to create the resource.
resourceProperties - BLOB of the properties used to create the resource.public void setClientRequestToken(String clientRequestToken)
The token passed to the operation that generated this event.
For example, if you execute a CreateStack operation with the token token1, then all the
StackEvents generated by that operation will have ClientRequestToken set as
token1.
clientRequestToken - The token passed to the operation that generated this event.
For example, if you execute a CreateStack operation with the token token1, then
all the StackEvents generated by that operation will have ClientRequestToken set
as token1.
public String getClientRequestToken()
The token passed to the operation that generated this event.
For example, if you execute a CreateStack operation with the token token1, then all the
StackEvents generated by that operation will have ClientRequestToken set as
token1.
For example, if you execute a CreateStack operation with the token token1, then
all the StackEvents generated by that operation will have ClientRequestToken
set as token1.
public StackEvent withClientRequestToken(String clientRequestToken)
The token passed to the operation that generated this event.
For example, if you execute a CreateStack operation with the token token1, then all the
StackEvents generated by that operation will have ClientRequestToken set as
token1.
clientRequestToken - The token passed to the operation that generated this event.
For example, if you execute a CreateStack operation with the token token1, then
all the StackEvents generated by that operation will have ClientRequestToken set
as token1.
public String toString()
toString in class ObjectObject.toString()public StackEvent clone()
Copyright © 2017. All rights reserved.