Class DescribeStackResourceResult

    • Constructor Detail

      • DescribeStackResourceResult

        public DescribeStackResourceResult()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object