|
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(Object obj)
|
Date |
getLastUpdatedTimestamp()
Time the status was updated. |
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 the resource. |
String |
getResourceStatus()
Current status of the resource. |
String |
getResourceStatusReason()
Success/failure message associated with the resource. |
String |
getResourceType()
Type of the resource. |
int |
hashCode()
|
void |
setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
Time the status was updated. |
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 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 the resource. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
StackResourceSummary |
withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
Time the status was updated. |
StackResourceSummary |
withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template. |
StackResourceSummary |
withPhysicalResourceId(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(String resourceStatus)
Current status of the resource. |
StackResourceSummary |
withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource. |
StackResourceSummary |
withResourceType(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 String getLogicalResourceId()
public void setLogicalResourceId(String logicalResourceId)
logicalResourceId
- The logical name of the resource specified in the template.public StackResourceSummary 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 the resource.public StackResourceSummary 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 the resource.
public String getResourceType()
public void setResourceType(String resourceType)
resourceType
- Type of the resource. (For more information, go to the AWS
CloudFormation User Guide.)public StackResourceSummary 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 getLastUpdatedTimestamp()
public void setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
lastUpdatedTimestamp
- Time the status was updated.public StackResourceSummary withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
Returns a reference to this object so that method calls can be chained together.
lastUpdatedTimestamp
- 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
ResourceStatus
public 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.ResourceStatus
public StackResourceSummary 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.
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 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.
ResourceStatus
public String getResourceStatusReason()
public void setResourceStatusReason(String resourceStatusReason)
resourceStatusReason
- Success/failure message associated with the resource.public StackResourceSummary 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 toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |