ToCopyableBuilder<GetStackPolicyResponse.Builder,GetStackPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public class GetStackPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetStackPolicyResponse.Builder,GetStackPolicyResponse>
The output for the GetStackPolicy action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetStackPolicyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetStackPolicyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetStackPolicyResponse.Builder> |
serializableBuilderClass() |
|
String |
stackPolicyBody() |
Structure containing the stack policy body.
|
GetStackPolicyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetStackPolicyResponse.Builder,GetStackPolicyResponse>
public static GetStackPolicyResponse.Builder builder()
public static Class<? extends GetStackPolicyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.