|
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(java.lang.Object obj)
|
java.lang.String |
getDescription()
User defined description associated with the resource. |
java.lang.String |
getLogicalResourceId()
The logical name of the resource specified in the template. |
java.lang.String |
getPhysicalResourceId()
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. |
java.lang.String |
getResourceStatus()
Current status of the resource. |
java.lang.String |
getResourceStatusReason()
Success/failure message associated with the resource. |
java.lang.String |
getResourceType()
Type of the resource. |
java.lang.String |
getStackId()
Unique identifier of the stack. |
java.lang.String |
getStackName()
The name associated with the stack. |
java.util.Date |
getTimestamp()
Time the status was updated. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
User defined description associated with the resource. |
void |
setLogicalResourceId(java.lang.String logicalResourceId)
The logical name of the resource specified in the template. |
void |
setPhysicalResourceId(java.lang.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(java.lang.String resourceStatus)
Current status of the resource. |
void |
setResourceStatusReason(java.lang.String resourceStatusReason)
Success/failure message associated with the resource. |
void |
setResourceType(java.lang.String resourceType)
Type of the resource. |
void |
setStackId(java.lang.String stackId)
Unique identifier of the stack. |
void |
setStackName(java.lang.String stackName)
The name associated with the stack. |
void |
setTimestamp(java.util.Date timestamp)
Time the status was updated. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
StackResource |
withDescription(java.lang.String description)
User defined description associated with the resource. |
StackResource |
withLogicalResourceId(java.lang.String logicalResourceId)
The logical name of the resource specified in the template. |
StackResource |
withPhysicalResourceId(java.lang.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(java.lang.String resourceStatus)
Current status of the resource. |
StackResource |
withResourceStatusReason(java.lang.String resourceStatusReason)
Success/failure message associated with the resource. |
StackResource |
withResourceType(java.lang.String resourceType)
Type of the resource. |
StackResource |
withStackId(java.lang.String stackId)
Unique identifier of the stack. |
StackResource |
withStackName(java.lang.String stackName)
The name associated with the stack. |
StackResource |
withTimestamp(java.util.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 java.lang.String getStackName()
public void setStackName(java.lang.String stackName)
stackName
- The name associated with the stack.public StackResource withStackName(java.lang.String stackName)
Returns a reference to this object so that method calls can be chained together.
stackName
- The name associated with the stack.
public java.lang.String getStackId()
public void setStackId(java.lang.String stackId)
stackId
- Unique identifier of the stack.public StackResource withStackId(java.lang.String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- Unique identifier of the stack.
public java.lang.String getLogicalResourceId()
public void setLogicalResourceId(java.lang.String logicalResourceId)
logicalResourceId
- The logical name of the resource specified in the template.public StackResource withLogicalResourceId(java.lang.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 java.lang.String getPhysicalResourceId()
public void setPhysicalResourceId(java.lang.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(java.lang.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 java.lang.String getResourceType()
public void setResourceType(java.lang.String resourceType)
resourceType
- Type of the resource. (For more information, go to the AWS
CloudFormation User Guide.)public StackResource withResourceType(java.lang.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 java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
timestamp
- Time the status was updated.public StackResource withTimestamp(java.util.Date timestamp)
Returns a reference to this object so that method calls can be chained together.
timestamp
- Time the status was updated.
public java.lang.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
ResourceStatus
public void setResourceStatus(java.lang.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.ResourceStatus
public StackResource withResourceStatus(java.lang.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.
ResourceStatus
public 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.ResourceStatus
public 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.
ResourceStatus
public java.lang.String getResourceStatusReason()
public void setResourceStatusReason(java.lang.String resourceStatusReason)
resourceStatusReason
- Success/failure message associated with the resource.public StackResource withResourceStatusReason(java.lang.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 java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- User defined description associated with the resource.public StackResource withDescription(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |