Class ContentTypeProfile
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>
A field-level encryption content type profile.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentTypeProfile.Builderbuilder()final StringThe content type for a field-level encryption content type-profile mapping.final booleanfinal booleanequalsBySdkFields(Object obj) final Formatformat()The format for a field-level encryption content type-profile mapping.final StringThe format for a field-level encryption content type-profile mapping.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe profile ID for a field-level encryption content type-profile mapping.static Class<? extends ContentTypeProfile.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format for a field-level encryption content type-profile mapping.
- See Also:
-
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,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format for a field-level encryption content type-profile mapping.
- See Also:
-
profileId
The profile ID for a field-level encryption content type-profile mapping.
- Returns:
- The profile ID for a field-level encryption content type-profile mapping.
-
contentType
The content type for a field-level encryption content type-profile mapping.
- Returns:
- The content type for a field-level encryption content type-profile mapping.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-