@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldLevelEncryptionList extends Object implements Serializable, Cloneable
List of field-level encrpytion configurations.
Constructor and Description |
---|
FieldLevelEncryptionList() |
Modifier and Type | Method and Description |
---|---|
FieldLevelEncryptionList |
clone() |
boolean |
equals(Object obj) |
List<FieldLevelEncryptionSummary> |
getItems()
An array of field-level encryption items.
|
Integer |
getMaxItems()
The maximum number of elements you want in the response body.
|
String |
getNextMarker()
If there are more elements to be listed, this element is present and contains the value that you can use for the
Marker request parameter to continue listing your configurations where you left off. |
Integer |
getQuantity()
The number of field-level encryption items.
|
int |
hashCode() |
void |
setItems(Collection<FieldLevelEncryptionSummary> items)
An array of field-level encryption items.
|
void |
setMaxItems(Integer maxItems)
The maximum number of elements you want in the response body.
|
void |
setNextMarker(String nextMarker)
If there are more elements to be listed, this element is present and contains the value that you can use for the
Marker request parameter to continue listing your configurations where you left off. |
void |
setQuantity(Integer quantity)
The number of field-level encryption items.
|
String |
toString()
Returns a string representation of this object.
|
FieldLevelEncryptionList |
withItems(Collection<FieldLevelEncryptionSummary> items)
An array of field-level encryption items.
|
FieldLevelEncryptionList |
withItems(FieldLevelEncryptionSummary... items)
An array of field-level encryption items.
|
FieldLevelEncryptionList |
withMaxItems(Integer maxItems)
The maximum number of elements you want in the response body.
|
FieldLevelEncryptionList |
withNextMarker(String nextMarker)
If there are more elements to be listed, this element is present and contains the value that you can use for the
Marker request parameter to continue listing your configurations where you left off. |
FieldLevelEncryptionList |
withQuantity(Integer quantity)
The number of field-level encryption items.
|
public void setNextMarker(String nextMarker)
If there are more elements to be listed, this element is present and contains the value that you can use for the
Marker
request parameter to continue listing your configurations where you left off.
nextMarker
- If there are more elements to be listed, this element is present and contains the value that you can use
for the Marker
request parameter to continue listing your configurations where you left off.public String getNextMarker()
If there are more elements to be listed, this element is present and contains the value that you can use for the
Marker
request parameter to continue listing your configurations where you left off.
Marker
request parameter to continue listing your configurations where you left off.public FieldLevelEncryptionList withNextMarker(String nextMarker)
If there are more elements to be listed, this element is present and contains the value that you can use for the
Marker
request parameter to continue listing your configurations where you left off.
nextMarker
- If there are more elements to be listed, this element is present and contains the value that you can use
for the Marker
request parameter to continue listing your configurations where you left off.public void setMaxItems(Integer maxItems)
The maximum number of elements you want in the response body.
maxItems
- The maximum number of elements you want in the response body.public Integer getMaxItems()
The maximum number of elements you want in the response body.
public FieldLevelEncryptionList withMaxItems(Integer maxItems)
The maximum number of elements you want in the response body.
maxItems
- The maximum number of elements you want in the response body.public void setQuantity(Integer quantity)
The number of field-level encryption items.
quantity
- The number of field-level encryption items.public Integer getQuantity()
The number of field-level encryption items.
public FieldLevelEncryptionList withQuantity(Integer quantity)
The number of field-level encryption items.
quantity
- The number of field-level encryption items.public List<FieldLevelEncryptionSummary> getItems()
An array of field-level encryption items.
public void setItems(Collection<FieldLevelEncryptionSummary> items)
An array of field-level encryption items.
items
- An array of field-level encryption items.public FieldLevelEncryptionList withItems(FieldLevelEncryptionSummary... items)
An array of field-level encryption items.
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-level encryption items.public FieldLevelEncryptionList withItems(Collection<FieldLevelEncryptionSummary> items)
An array of field-level encryption items.
items
- An array of field-level encryption items.public String toString()
toString
in class Object
Object.toString()
public FieldLevelEncryptionList clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.