Class ContentTypeProfile

java.lang.Object
software.amazon.awssdk.services.cloudfront.model.ContentTypeProfile
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>

@Generated("software.amazon.awssdk:codegen") public final class ContentTypeProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>

A field-level encryption content type profile.

See Also:
  • Method Details

    • format

      public 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().

      Returns:
      The format for a field-level encryption content type-profile mapping.
      See Also:
    • formatAsString

      public 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().

      Returns:
      The format for a field-level encryption content type-profile mapping.
      See Also:
    • profileId

      public final String 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

      public final String 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

      public ContentTypeProfile.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>
    • builder

      public static ContentTypeProfile.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ContentTypeProfile.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • toString

      public final String 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo