@Generated(value="software.amazon.awssdk:codegen") public final class CreateFieldLevelEncryptionConfigResponse extends CloudFrontResponse implements ToCopyableBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,CreateFieldLevelEncryptionConfigResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFieldLevelEncryptionConfigResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateFieldLevelEncryptionConfigResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eTag()
The current version of the field level encryption configuration.
|
FieldLevelEncryption |
fieldLevelEncryption()
Returned when you create a new field-level encryption configuration.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The fully qualified URI of the new configuration resource just created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFieldLevelEncryptionConfigResponse.Builder> |
serializableBuilderClass() |
CreateFieldLevelEncryptionConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic FieldLevelEncryption fieldLevelEncryption()
Returned when you create a new field-level encryption configuration.
public String location()
The fully qualified URI of the new configuration resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.public String eTag()
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.
E2QWRUHAPOMQZL
.public CreateFieldLevelEncryptionConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,CreateFieldLevelEncryptionConfigResponse>toBuilder in class AwsResponsepublic static CreateFieldLevelEncryptionConfigResponse.Builder builder()
public static Class<? extends CreateFieldLevelEncryptionConfigResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.