@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionEntities extends Object implements Serializable, Cloneable
Complex data type for field-level encryption profiles that includes all of the encryption entities.
Constructor and Description |
---|
EncryptionEntities() |
Modifier and Type | Method and Description |
---|---|
EncryptionEntities |
clone() |
boolean |
equals(Object obj) |
List<EncryptionEntity> |
getItems()
An array of field patterns in a field-level encryption content type-profile mapping.
|
Integer |
getQuantity()
Number of field pattern items in a field-level encryption content type-profile mapping.
|
int |
hashCode() |
void |
setItems(Collection<EncryptionEntity> items)
An array of field patterns in a field-level encryption content type-profile mapping.
|
void |
setQuantity(Integer quantity)
Number of field pattern items in a field-level encryption content type-profile mapping.
|
String |
toString()
Returns a string representation of this object.
|
EncryptionEntities |
withItems(Collection<EncryptionEntity> items)
An array of field patterns in a field-level encryption content type-profile mapping.
|
EncryptionEntities |
withItems(EncryptionEntity... items)
An array of field patterns in a field-level encryption content type-profile mapping.
|
EncryptionEntities |
withQuantity(Integer quantity)
Number of field pattern items in a field-level encryption content type-profile mapping.
|
public void setQuantity(Integer quantity)
Number of field pattern items in a field-level encryption content type-profile mapping.
quantity
- Number of field pattern items in a field-level encryption content type-profile mapping.public Integer getQuantity()
Number of field pattern items in a field-level encryption content type-profile mapping.
public EncryptionEntities withQuantity(Integer quantity)
Number of field pattern items in a field-level encryption content type-profile mapping.
quantity
- Number of field pattern items in a field-level encryption content type-profile mapping.public List<EncryptionEntity> getItems()
An array of field patterns in a field-level encryption content type-profile mapping.
public void setItems(Collection<EncryptionEntity> items)
An array of field patterns in a field-level encryption content type-profile mapping.
items
- An array of field patterns in a field-level encryption content type-profile mapping.public EncryptionEntities withItems(EncryptionEntity... items)
An array of field patterns 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
- An array of field patterns in a field-level encryption content type-profile mapping.public EncryptionEntities withItems(Collection<EncryptionEntity> items)
An array of field patterns in a field-level encryption content type-profile mapping.
items
- An array of field patterns in a field-level encryption content type-profile mapping.public String toString()
toString
in class Object
Object.toString()
public EncryptionEntities clone()