@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldLevelEncryptionSummary extends Object implements Serializable, Cloneable
A summary of a field-level encryption item.
| Constructor and Description | 
|---|
| FieldLevelEncryptionSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldLevelEncryptionSummary | clone() | 
| boolean | equals(Object obj) | 
| String | getComment()
 An optional comment about the field-level encryption item. | 
| ContentTypeProfileConfig | getContentTypeProfileConfig()
 A summary of a content type-profile mapping. | 
| String | getId()
 The unique ID of a field-level encryption item. | 
| Date | getLastModifiedTime()
 The last time that the summary of field-level encryption items was modified. | 
| QueryArgProfileConfig | getQueryArgProfileConfig()
 A summary of a query argument-profile mapping. | 
| int | hashCode() | 
| void | setComment(String comment)
 An optional comment about the field-level encryption item. | 
| void | setContentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)
 A summary of a content type-profile mapping. | 
| void | setId(String id)
 The unique ID of a field-level encryption item. | 
| void | setLastModifiedTime(Date lastModifiedTime)
 The last time that the summary of field-level encryption items was modified. | 
| void | setQueryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)
 A summary of a query argument-profile mapping. | 
| String | toString()Returns a string representation of this object. | 
| FieldLevelEncryptionSummary | withComment(String comment)
 An optional comment about the field-level encryption item. | 
| FieldLevelEncryptionSummary | withContentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)
 A summary of a content type-profile mapping. | 
| FieldLevelEncryptionSummary | withId(String id)
 The unique ID of a field-level encryption item. | 
| FieldLevelEncryptionSummary | withLastModifiedTime(Date lastModifiedTime)
 The last time that the summary of field-level encryption items was modified. | 
| FieldLevelEncryptionSummary | withQueryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)
 A summary of a query argument-profile mapping. | 
public void setId(String id)
The unique ID of a field-level encryption item.
id - The unique ID of a field-level encryption item.public String getId()
The unique ID of a field-level encryption item.
public FieldLevelEncryptionSummary withId(String id)
The unique ID of a field-level encryption item.
id - The unique ID of a field-level encryption item.public void setLastModifiedTime(Date lastModifiedTime)
The last time that the summary of field-level encryption items was modified.
lastModifiedTime - The last time that the summary of field-level encryption items was modified.public Date getLastModifiedTime()
The last time that the summary of field-level encryption items was modified.
public FieldLevelEncryptionSummary withLastModifiedTime(Date lastModifiedTime)
The last time that the summary of field-level encryption items was modified.
lastModifiedTime - The last time that the summary of field-level encryption items was modified.public void setComment(String comment)
An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
comment - An optional comment about the field-level encryption item. The comment cannot be longer than 128
        characters.public String getComment()
An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
public FieldLevelEncryptionSummary withComment(String comment)
An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
comment - An optional comment about the field-level encryption item. The comment cannot be longer than 128
        characters.public void setQueryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)
A summary of a query argument-profile mapping.
queryArgProfileConfig - A summary of a query argument-profile mapping.public QueryArgProfileConfig getQueryArgProfileConfig()
A summary of a query argument-profile mapping.
public FieldLevelEncryptionSummary withQueryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)
A summary of a query argument-profile mapping.
queryArgProfileConfig - A summary of a query argument-profile mapping.public void setContentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)
A summary of a content type-profile mapping.
contentTypeProfileConfig - A summary of a content type-profile mapping.public ContentTypeProfileConfig getContentTypeProfileConfig()
A summary of a content type-profile mapping.
public FieldLevelEncryptionSummary withContentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)
A summary of a content type-profile mapping.
contentTypeProfileConfig - A summary of a content type-profile mapping.public String toString()
toString in class ObjectObject.toString()public FieldLevelEncryptionSummary clone()
Copyright © 2023. All rights reserved.