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 DescribeStackResourceResult
clone()
boolean
equals(Object obj)
StackResourceDetail
getStackResourceDetail()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeStackResourceResult
withStackResourceDetail(StackResourceDetail stackResourceDetail)
AStackResourceDetail
structure containing the description of the specified resource in the specified stack.
-
-
-
Method Detail
-
setStackResourceDetail
public void setStackResourceDetail(StackResourceDetail stackResourceDetail)
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
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
- 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeStackResourceResult clone()
-
-