@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 final FieldLevelEncryption fieldLevelEncryption()
Returned when you create a new field-level encryption configuration.
public final String location()
The fully qualified URI of the new configuration resource just created.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.