@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for a DescribeStackResource action.
Constructor and Description |
---|
DescribeStackResourceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStackResourceResult |
clone() |
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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 String toString()
toString
in class Object
Object.toString()
public DescribeStackResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.