|
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.StackResourceSummary
public class StackResourceSummary
Contains high-level information about the specified stack resource.
| Constructor Summary | |
|---|---|
StackResourceSummary()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getLastUpdatedTimestamp()
Time the status was updated. |
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 the resource. |
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. |
int |
hashCode()
|
void |
setLastUpdatedTimestamp(java.util.Date lastUpdatedTimestamp)
Time the status was updated. |
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 the resource. |
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. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
StackResourceSummary |
withLastUpdatedTimestamp(java.util.Date lastUpdatedTimestamp)
Time the status was updated. |
StackResourceSummary |
withLogicalResourceId(java.lang.String logicalResourceId)
The logical name of the resource specified in the template. |
StackResourceSummary |
withPhysicalResourceId(java.lang.String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of the resource. |
StackResourceSummary |
withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource. |
StackResourceSummary |
withResourceStatus(java.lang.String resourceStatus)
Current status of the resource. |
StackResourceSummary |
withResourceStatusReason(java.lang.String resourceStatusReason)
Success/failure message associated with the resource. |
StackResourceSummary |
withResourceType(java.lang.String resourceType)
Type of the resource. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StackResourceSummary()
| Method Detail |
|---|
public java.lang.String getLogicalResourceId()
public void setLogicalResourceId(java.lang.String logicalResourceId)
logicalResourceId - The logical name of the resource specified in the template.public StackResourceSummary 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 the resource.public StackResourceSummary 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 the resource.
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 StackResourceSummary 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 getLastUpdatedTimestamp()
public void setLastUpdatedTimestamp(java.util.Date lastUpdatedTimestamp)
lastUpdatedTimestamp - Time the status was updated.public StackResourceSummary withLastUpdatedTimestamp(java.util.Date lastUpdatedTimestamp)
Returns a reference to this object so that method calls can be chained together.
lastUpdatedTimestamp - 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
ResourceStatuspublic 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.ResourceStatuspublic StackResourceSummary 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.
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 StackResourceSummary 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 java.lang.String getResourceStatusReason()
public void setResourceStatusReason(java.lang.String resourceStatusReason)
resourceStatusReason - Success/failure message associated with the resource.public StackResourceSummary 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 toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||