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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeStackResourceResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeStackResourceResultclone()booleanequals(Object obj)StackResourceDetailgetStackResourceDetail()AStackResourceDetailstructure containing the description of the specified resource in the specified stack.inthashCode()voidsetStackResourceDetail(StackResourceDetail stackResourceDetail)AStackResourceDetailstructure containing the description of the specified resource in the specified stack.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeStackResourceResultwithStackResourceDetail(StackResourceDetail stackResourceDetail)AStackResourceDetailstructure containing the description of the specified resource in the specified stack.
-
-
-
Method Detail
-
setStackResourceDetail
public void setStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetailstructure containing the description of the specified resource in the specified stack.- Parameters:
stackResourceDetail- AStackResourceDetailstructure containing the description of the specified resource in the specified stack.
-
getStackResourceDetail
public StackResourceDetail getStackResourceDetail()
A
StackResourceDetailstructure containing the description of the specified resource in the specified stack.- Returns:
- A
StackResourceDetailstructure containing the description of the specified resource in the specified stack.
-
withStackResourceDetail
public DescribeStackResourceResult withStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetailstructure containing the description of the specified resource in the specified stack.- Parameters:
stackResourceDetail- AStackResourceDetailstructure 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeStackResourceResult clone()
-
-