public class DescribeStackResourceResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for a DescribeStackResource action.
Modifier and Type | Field and Description |
---|---|
private StackResourceDetail |
stackResourceDetail
A
StackResourceDetail structure containing the description
of the specified resource in the specified stack. |
Constructor and Description |
---|
DescribeStackResourceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStackResourceResult |
clone() |
boolean |
equals(java.lang.Object obj) |
StackResourceDetail |
getStackResourceDetail()
A
StackResourceDetail structure containing the description
of the specified resource in the specified stack. |
int |
hashCode() |
void |
setStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the description
of the specified resource in the specified stack. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStackResourceResult |
withStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the description
of the specified resource in the specified stack. |
private StackResourceDetail stackResourceDetail
A StackResourceDetail
structure containing the description
of the specified resource in the specified stack.
public void setStackResourceDetail(StackResourceDetail stackResourceDetail)
A StackResourceDetail
structure containing the description
of the specified resource in the specified stack.
stackResourceDetail
- A StackResourceDetail
structure containing the
description of the specified resource in the specified stack.public StackResourceDetail getStackResourceDetail()
A StackResourceDetail
structure containing the description
of the specified resource in the specified stack.
StackResourceDetail
structure containing the
description of the specified resource in the specified stack.public DescribeStackResourceResult withStackResourceDetail(StackResourceDetail stackResourceDetail)
A StackResourceDetail
structure containing the description
of the specified resource in the specified stack.
stackResourceDetail
- A StackResourceDetail
structure containing the
description of the specified resource in the specified stack.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeStackResourceResult clone()
clone
in class java.lang.Object