@Generated(value="software.amazon.awssdk:codegen") public final class GetEbsDefaultKmsKeyIdResponse extends Ec2Response implements ToCopyableBuilder<GetEbsDefaultKmsKeyIdResponse.Builder,GetEbsDefaultKmsKeyIdResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEbsDefaultKmsKeyIdResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetEbsDefaultKmsKeyIdResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the
API call that creates the volume.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetEbsDefaultKmsKeyIdResponse.Builder> |
serializableBuilderClass() |
GetEbsDefaultKmsKeyIdResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String kmsKeyId()
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the API call that creates the volume.
public GetEbsDefaultKmsKeyIdResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetEbsDefaultKmsKeyIdResponse.Builder,GetEbsDefaultKmsKeyIdResponse>toBuilder in class AwsResponsepublic static GetEbsDefaultKmsKeyIdResponse.Builder builder()
public static Class<? extends GetEbsDefaultKmsKeyIdResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.