@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
FieldLevelEncryptionSummary.Builder |
Modifier and Type | Method and 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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The unique ID of a field-level encryption item.
public Instant lastModifiedTime()
The last time that the summary of field-level encryption items was modified.
public String comment()
An optional comment about the field-level encryption item.
public QueryArgProfileConfig queryArgProfileConfig()
A summary of a query argument-profile mapping.
public ContentTypeProfileConfig contentTypeProfileConfig()
A summary of a content type-profile mapping.
public FieldLevelEncryptionSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FieldLevelEncryptionSummary.Builder,FieldLevelEncryptionSummary>
public static FieldLevelEncryptionSummary.Builder builder()
public static Class<? extends FieldLevelEncryptionSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.