@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContentTypeProfiles extends Object implements Serializable, Cloneable
Field-level encryption content type-profile.
| Constructor and Description |
|---|
ContentTypeProfiles() |
| Modifier and Type | Method and Description |
|---|---|
ContentTypeProfiles |
clone() |
boolean |
equals(Object obj) |
List<ContentTypeProfile> |
getItems()
Items in a field-level encryption content type-profile mapping.
|
Integer |
getQuantity()
The number of field-level encryption content type-profile mappings.
|
int |
hashCode() |
void |
setItems(Collection<ContentTypeProfile> items)
Items in a field-level encryption content type-profile mapping.
|
void |
setQuantity(Integer quantity)
The number of field-level encryption content type-profile mappings.
|
String |
toString()
Returns a string representation of this object.
|
ContentTypeProfiles |
withItems(Collection<ContentTypeProfile> items)
Items in a field-level encryption content type-profile mapping.
|
ContentTypeProfiles |
withItems(ContentTypeProfile... items)
Items in a field-level encryption content type-profile mapping.
|
ContentTypeProfiles |
withQuantity(Integer quantity)
The number of field-level encryption content type-profile mappings.
|
public void setQuantity(Integer quantity)
The number of field-level encryption content type-profile mappings.
quantity - The number of field-level encryption content type-profile mappings.public Integer getQuantity()
The number of field-level encryption content type-profile mappings.
public ContentTypeProfiles withQuantity(Integer quantity)
The number of field-level encryption content type-profile mappings.
quantity - The number of field-level encryption content type-profile mappings.public List<ContentTypeProfile> getItems()
Items in a field-level encryption content type-profile mapping.
public void setItems(Collection<ContentTypeProfile> items)
Items in a field-level encryption content type-profile mapping.
items - Items in a field-level encryption content type-profile mapping.public ContentTypeProfiles withItems(ContentTypeProfile... items)
Items in a field-level encryption content type-profile mapping.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - Items in a field-level encryption content type-profile mapping.public ContentTypeProfiles withItems(Collection<ContentTypeProfile> items)
Items in a field-level encryption content type-profile mapping.
items - Items in a field-level encryption content type-profile mapping.public String toString()
toString in class ObjectObject.toString()public ContentTypeProfiles clone()
Copyright © 2023. All rights reserved.