Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class StackResourceSummary

java.lang.Object
  extended by com.amazonaws.services.cloudformation.model.StackResourceSummary
All Implemented Interfaces:
Serializable

public class StackResourceSummary
extends Object
implements Serializable

Contains high-level information about the specified stack resource.

See Also:
Serialized Form

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

StackResourceSummary

public StackResourceSummary()
Method Detail

getLogicalResourceId

public String getLogicalResourceId()
The logical name of the resource specified in the template.

Returns:
The logical name of the resource specified in the template.

setLogicalResourceId

public void setLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.

Parameters:
logicalResourceId - The logical name of the resource specified in the template.

withLogicalResourceId

public StackResourceSummary withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.

Returns a reference to this object so that method calls can be chained together.

Parameters:
logicalResourceId - The logical name of the resource specified in the template.
Returns:
A reference to this updated object so that method calls can be chained together.

getPhysicalResourceId

public String getPhysicalResourceId()
The name or unique identifier that corresponds to a physical instance ID of the resource.

Returns:
The name or unique identifier that corresponds to a physical instance ID of the resource.

setPhysicalResourceId

public void setPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of the resource.

Parameters:
physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of the resource.

withPhysicalResourceId

public StackResourceSummary withPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of the resource.

Returns a reference to this object so that method calls can be chained together.

Parameters:
physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of the resource.
Returns:
A reference to this updated object so that method calls can be chained together.

getResourceType

public String getResourceType()
Type of the resource. (For more information, go to the AWS CloudFormation User Guide.)

Returns:
Type of the resource. (For more information, go to the AWS CloudFormation User Guide.)

setResourceType

public void setResourceType(String resourceType)
Type of the resource. (For more information, go to the AWS CloudFormation User Guide.)

Parameters:
resourceType - Type of the resource. (For more information, go to the AWS CloudFormation User Guide.)

withResourceType

public StackResourceSummary withResourceType(String resourceType)
Type of the resource. (For more information, go to the AWS CloudFormation User Guide.)

Returns a reference to this object so that method calls can be chained together.

Parameters:
resourceType - Type of the resource. (For more information, go to the AWS CloudFormation User Guide.)
Returns:
A reference to this updated object so that method calls can be chained together.

getLastUpdatedTimestamp

public Date getLastUpdatedTimestamp()
Time the status was updated.

Returns:
Time the status was updated.

setLastUpdatedTimestamp

public void setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
Time the status was updated.

Parameters:
lastUpdatedTimestamp - Time the status was updated.

withLastUpdatedTimestamp

public StackResourceSummary withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
Time the status was updated.

Returns a reference to this object so that method calls can be chained together.

Parameters:
lastUpdatedTimestamp - Time the status was updated.
Returns:
A reference to this updated object so that method calls can be chained together.

getResourceStatus

public String getResourceStatus()
Current status of the resource.

Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE

Returns:
Current status of the resource.
See Also:
ResourceStatus

setResourceStatus

public void setResourceStatus(String resourceStatus)
Current status of the resource.

Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE

Parameters:
resourceStatus - Current status of the resource.
See Also:
ResourceStatus

withResourceStatus

public StackResourceSummary withResourceStatus(String resourceStatus)
Current status of the resource.

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

Parameters:
resourceStatus - Current status of the resource.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ResourceStatus

setResourceStatus

public void setResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.

Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE

Parameters:
resourceStatus - Current status of the resource.
See Also:
ResourceStatus

withResourceStatus

public StackResourceSummary withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.

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

Parameters:
resourceStatus - Current status of the resource.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ResourceStatus

getResourceStatusReason

public String getResourceStatusReason()
Success/failure message associated with the resource.

Returns:
Success/failure message associated with the resource.

setResourceStatusReason

public void setResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.

Parameters:
resourceStatusReason - Success/failure message associated with the resource.

withResourceStatusReason

public StackResourceSummary withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.

Returns a reference to this object so that method calls can be chained together.

Parameters:
resourceStatusReason - Success/failure message associated with the resource.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.