@Generated(value="software.amazon.awssdk:codegen") public final class ContentTypeProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>
A field-level encryption content type profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContentTypeProfile.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContentTypeProfile.Builder |
builder() |
String |
contentType()
The content type for a field-level encryption content type-profile mapping.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Format |
format()
The format for a field-level encryption content type-profile mapping.
|
String |
formatAsString()
The format for a field-level encryption content type-profile mapping.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
profileId()
The profile ID for a field-level encryption content type-profile mapping.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContentTypeProfile.Builder> |
serializableBuilderClass() |
ContentTypeProfile.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Format format()
The format for a field-level encryption content type-profile mapping.
If the service returns an enum value that is not available in the current SDK version, format will
return Format.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
Formatpublic final String formatAsString()
The format for a field-level encryption content type-profile mapping.
If the service returns an enum value that is not available in the current SDK version, format will
return Format.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
Formatpublic final String profileId()
The profile ID for a field-level encryption content type-profile mapping.
public final String contentType()
The content type for a field-level encryption content type-profile mapping.
public ContentTypeProfile.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>public static ContentTypeProfile.Builder builder()
public static Class<? extends ContentTypeProfile.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.