Class DescribeStackResourceResult

java.lang.Object
com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeStackResourceResult extends Object implements Serializable, Cloneable

The output for a DescribeStackResource action.

See Also:
  • Constructor Details

    • DescribeStackResourceResult

      public DescribeStackResourceResult()
  • Method Details

    • setStackResourceDetail

      public void setStackResourceDetail(StackResourceDetail stackResourceDetail)

      A StackResourceDetail structure containing the description of the specified resource in the specified stack.

      Parameters:
      stackResourceDetail - A StackResourceDetail structure containing the description of the specified resource in the specified stack.
    • getStackResourceDetail

      public StackResourceDetail getStackResourceDetail()

      A StackResourceDetail structure containing the description of the specified resource in the specified stack.

      Returns:
      A StackResourceDetail structure containing the description of the specified resource in the specified stack.
    • withStackResourceDetail

      public DescribeStackResourceResult withStackResourceDetail(StackResourceDetail stackResourceDetail)

      A StackResourceDetail structure containing the description of the specified resource in the specified stack.

      Parameters:
      stackResourceDetail - A StackResourceDetail structure containing the description of the specified resource in the specified stack.
      Returns:
      Returns a reference to this 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:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object