@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()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 AwsResponse
public static GetStackPolicyResponse.Builder builder()
public static Class<? extends GetStackPolicyResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.