ToCopyableBuilder<GetKeyPolicyResponse.Builder,GetKeyPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public class GetKeyPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetKeyPolicyResponse.Builder,GetKeyPolicyResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetKeyPolicyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetKeyPolicyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policy() |
A policy document in JSON format.
|
static Class<? extends GetKeyPolicyResponse.Builder> |
serializableBuilderClass() |
|
GetKeyPolicyResponse.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 policy()
A policy document in JSON format.
public GetKeyPolicyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetKeyPolicyResponse.Builder,GetKeyPolicyResponse>
public static GetKeyPolicyResponse.Builder builder()
public static Class<? extends GetKeyPolicyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.