@Generated(value="software.amazon.awssdk:codegen") public final class CreateFieldLevelEncryptionProfileResponse extends CloudFrontResponse implements ToCopyableBuilder<CreateFieldLevelEncryptionProfileResponse.Builder,CreateFieldLevelEncryptionProfileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFieldLevelEncryptionProfileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateFieldLevelEncryptionProfileResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eTag()
The current version of the field level encryption profile.
|
FieldLevelEncryptionProfile |
fieldLevelEncryptionProfile()
Returned when you create a new field-level encryption profile.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The fully qualified URI of the new profile resource just created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFieldLevelEncryptionProfileResponse.Builder> |
serializableBuilderClass() |
CreateFieldLevelEncryptionProfileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FieldLevelEncryptionProfile fieldLevelEncryptionProfile()
Returned when you create a new field-level encryption profile.
public final String location()
The fully qualified URI of the new profile resource just created.
public final String eTag()
The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.
E2QWRUHAPOMQZL.public CreateFieldLevelEncryptionProfileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFieldLevelEncryptionProfileResponse.Builder,CreateFieldLevelEncryptionProfileResponse>toBuilder in class AwsResponsepublic static CreateFieldLevelEncryptionProfileResponse.Builder builder()
public static Class<? extends CreateFieldLevelEncryptionProfileResponse.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.