|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudformation.model.StackResource
public class StackResource
The StackResource data type.
| Constructor Summary | |
|---|---|
StackResource()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
User defined description associated with the resource. |
String |
getLogicalResourceId()
The logical name of the resource specified in the template. |
String |
getPhysicalResourceId()
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. |
String |
getResourceStatus()
Current status of the resource. |
String |
getResourceStatusReason()
Success/failure message associated with the resource. |
String |
getResourceType()
Type of the resource. |
String |
getStackId()
Unique identifier of the stack. |
String |
getStackName()
The name associated with the stack. |
Date |
getTimestamp()
Time the status was updated. |
int |
hashCode()
|
void |
setDescription(String description)
User defined description associated with the resource. |
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 a resource supported by AWS CloudFormation. |
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 the resource. |
void |
setStackId(String stackId)
Unique identifier of the stack. |
void |
setStackName(String stackName)
The name associated with the stack. |
void |
setTimestamp(Date timestamp)
Time the status was updated. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
StackResource |
withDescription(String description)
User defined description associated with the resource. |
StackResource |
withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template. |
StackResource |
withPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. |
StackResource |
withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource. |
StackResource |
withResourceStatus(String resourceStatus)
Current status of the resource. |
StackResource |
withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource. |
StackResource |
withResourceType(String resourceType)
Type of the resource. |
StackResource |
withStackId(String stackId)
Unique identifier of the stack. |
StackResource |
withStackName(String stackName)
The name associated with the stack. |
StackResource |
withTimestamp(Date timestamp)
Time the status was updated. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StackResource()
| Method Detail |
|---|
public String getStackName()
public void setStackName(String stackName)
stackName - The name associated with the stack.public StackResource withStackName(String stackName)
Returns a reference to this object so that method calls can be chained together.
stackName - The name associated with the stack.
public String getStackId()
public void setStackId(String stackId)
stackId - Unique identifier of the stack.public StackResource withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - Unique identifier of the stack.
public String getLogicalResourceId()
public void setLogicalResourceId(String logicalResourceId)
logicalResourceId - The logical name of the resource specified in the template.public StackResource withLogicalResourceId(String logicalResourceId)
Returns a reference to this object so that method calls can be chained together.
logicalResourceId - The logical name of the resource specified in the template.
public String getPhysicalResourceId()
public void setPhysicalResourceId(String physicalResourceId)
physicalResourceId - The name or unique identifier that corresponds to a physical instance
ID of a resource supported by AWS CloudFormation.public StackResource withPhysicalResourceId(String physicalResourceId)
Returns a reference to this object so that method calls can be chained together.
physicalResourceId - The name or unique identifier that corresponds to a physical instance
ID of a resource supported by AWS CloudFormation.
public String getResourceType()
public void setResourceType(String resourceType)
resourceType - Type of the resource. (For more information, go to the AWS
CloudFormation User Guide.)public StackResource withResourceType(String resourceType)
Returns a reference to this object so that method calls can be chained together.
resourceType - Type of the resource. (For more information, go to the AWS
CloudFormation User Guide.)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp - Time the status was updated.public StackResource withTimestamp(Date timestamp)
Returns a reference to this object so that method calls can be chained together.
timestamp - Time the status was updated.
public String getResourceStatus()
Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE
ResourceStatuspublic void setResourceStatus(String resourceStatus)
Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE
resourceStatus - Current status of the resource.ResourceStatuspublic StackResource withResourceStatus(String resourceStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE
resourceStatus - Current status of the resource.
ResourceStatuspublic void setResourceStatus(ResourceStatus resourceStatus)
Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE
resourceStatus - Current status of the resource.ResourceStatuspublic StackResource withResourceStatus(ResourceStatus resourceStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE
resourceStatus - Current status of the resource.
ResourceStatuspublic String getResourceStatusReason()
public void setResourceStatusReason(String resourceStatusReason)
resourceStatusReason - Success/failure message associated with the resource.public StackResource withResourceStatusReason(String resourceStatusReason)
Returns a reference to this object so that method calls can be chained together.
resourceStatusReason - Success/failure message associated with the resource.
public String getDescription()
public void setDescription(String description)
description - User defined description associated with the resource.public StackResource withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - User defined description associated with the resource.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||