public class DescribeStackResourceResult extends Object implements Serializable
The output for a DescribeStackResource action.
Constructor and Description |
---|
DescribeStackResourceResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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. |
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. |
public StackResourceDetail getStackResourceDetail()
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 void setStackResourceDetail(StackResourceDetail stackResourceDetail)
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 DescribeStackResourceResult withStackResourceDetail(StackResourceDetail stackResourceDetail)
StackResourceDetail
structure containing the
description of the specified resource in the specified stack.
Returns a reference to this object so that method calls can be chained together.
stackResourceDetail
- A StackResourceDetail
structure containing the
description of the specified resource in the specified stack.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.