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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FieldLevelEncryptionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldLevelEncryptionSummary.Builder
builder()
String
comment()
An optional comment about the field-level encryption item.ContentTypeProfileConfig
contentTypeProfileConfig()
A summary of a content type-profile mapping.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
id()
The unique ID of a field-level encryption item.Instant
lastModifiedTime()
The last time that the summary of field-level encryption items was modified.QueryArgProfileConfig
queryArgProfileConfig()
A summary of a query argument-profile mapping.List<SdkField<?>>
sdkFields()
static Class<? extends FieldLevelEncryptionSummary.Builder>
serializableBuilderClass()
FieldLevelEncryptionSummary.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The unique ID of a field-level encryption item.
- Returns:
- The unique ID of a field-level encryption item.
-
lastModifiedTime
public final Instant 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
public final String 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
public final QueryArgProfileConfig queryArgProfileConfig()
A summary of a query argument-profile mapping.
- Returns:
- A summary of a query argument-profile mapping.
-
contentTypeProfileConfig
public final ContentTypeProfileConfig contentTypeProfileConfig()
A summary of a content type-profile mapping.
- Returns:
- A summary of a content type-profile mapping.
-
toBuilder
public FieldLevelEncryptionSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FieldLevelEncryptionSummary.Builder,FieldLevelEncryptionSummary>
-
builder
public static FieldLevelEncryptionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FieldLevelEncryptionSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
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.
-
-