@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStackResourceResponse extends CloudFormationResponse implements ToCopyableBuilder<DescribeStackResourceResponse.Builder,DescribeStackResourceResponse>
The output for a DescribeStackResource action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStackResourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStackResourceResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeStackResourceResponse.Builder> |
serializableBuilderClass() |
StackResourceDetail |
stackResourceDetail()
A
StackResourceDetail structure containing the description of the specified resource in the
specified stack. |
DescribeStackResourceResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic StackResourceDetail stackResourceDetail()
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 DescribeStackResourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeStackResourceResponse.Builder,DescribeStackResourceResponse>toBuilder in class AwsResponsepublic static DescribeStackResourceResponse.Builder builder()
public static Class<? extends DescribeStackResourceResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.