Class FieldLevelEncryptionSummary
java.lang.Object
software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FieldLevelEncryptionSummary.Builder,FieldLevelEncryptionSummary>
@Generated("software.amazon.awssdk:codegen")
public final class FieldLevelEncryptionSummary
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryptionSummary.Builder,FieldLevelEncryptionSummary>
A summary of a field-level encryption item.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Stringcomment()An optional comment about the field-level encryption item.final ContentTypeProfileConfigA summary of a content type-profile mapping.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The unique ID of a field-level encryption item.final InstantThe last time that the summary of field-level encryption items was modified.final QueryArgProfileConfigA summary of a query argument-profile mapping.static Class<? extends FieldLevelEncryptionSummary.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
-
id
The unique ID of a field-level encryption item.
- Returns:
- The unique ID of a field-level encryption item.
-
lastModifiedTime
The last time that the summary of field-level encryption items was modified.
- Returns:
- The last time that the summary of field-level encryption items was modified.
-
comment
An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
- Returns:
- An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
-
queryArgProfileConfig
A summary of a query argument-profile mapping.
- Returns:
- A summary of a query argument-profile mapping.
-
contentTypeProfileConfig
A summary of a content type-profile mapping.
- Returns:
- A summary of a content type-profile mapping.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FieldLevelEncryptionSummary.Builder,FieldLevelEncryptionSummary>
-
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
-