@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) |
<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() |
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 <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.