Class DescribeStackResourceResult
java.lang.Object
com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
- All Implemented Interfaces:
Serializable, Cloneable
The output for a DescribeStackResource action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAStackResourceDetailstructure 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.toString()Returns a string representation of this object; useful for testing and debugging.withStackResourceDetail(StackResourceDetail stackResourceDetail) AStackResourceDetailstructure containing the description of the specified resource in the specified stack.
-
Constructor Details
-
DescribeStackResourceResult
public DescribeStackResourceResult()
-
-
Method Details
-
setStackResourceDetail
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
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
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
-
equals
-
hashCode
-
clone
-