@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.