@Generated(value="software.amazon.awssdk:codegen") public final class GetStackPolicyResponse extends CloudFormationResponse implements ToCopyableBuilder<GetStackPolicyResponse.Builder,GetStackPolicyResponse>
The output for the GetStackPolicy action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetStackPolicyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetStackPolicyResponse.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 GetStackPolicyResponse.Builder> |
serializableBuilderClass() |
String |
stackPolicyBody()
Structure containing the stack policy body.
|
GetStackPolicyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stackPolicyBody()
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
public GetStackPolicyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetStackPolicyResponse.Builder,GetStackPolicyResponse>toBuilder in class AwsResponsepublic static GetStackPolicyResponse.Builder builder()
public static Class<? extends GetStackPolicyResponse.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 © 2020. All rights reserved.