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()
boolean
AStackResourceDetail
structure containing the description of the specified resource in the specified stack.int
hashCode()
void
setStackResourceDetail
(StackResourceDetail stackResourceDetail) AStackResourceDetail
structure 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) AStackResourceDetail
structure containing the description of the specified resource in the specified stack.
-
Constructor Details
-
DescribeStackResourceResult
public DescribeStackResourceResult()
-
-
Method Details
-
setStackResourceDetail
A
StackResourceDetail
structure containing the description of the specified resource in the specified stack.- Parameters:
stackResourceDetail
- AStackResourceDetail
structure containing the description of the specified resource in the specified stack.
-
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
A
StackResourceDetail
structure containing the description of the specified resource in the specified stack.- Parameters:
stackResourceDetail
- AStackResourceDetail
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-