@Generated(value="software.amazon.awssdk:codegen") public final class FieldLevelEncryptionList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryptionList.Builder,FieldLevelEncryptionList>
List of field-level encrpytion configurations.
Modifier and Type | Class and Description |
---|---|
static interface |
FieldLevelEncryptionList.Builder |
Modifier and Type | Method and Description |
---|---|
static FieldLevelEncryptionList.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<FieldLevelEncryptionSummary> |
items()
An array of field-level encryption items.
|
Integer |
maxItems()
The maximum number of elements you want in the response body.
|
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. |
Integer |
quantity()
The number of field-level encryption items.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FieldLevelEncryptionList.Builder> |
serializableBuilderClass() |
FieldLevelEncryptionList.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 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.
Marker
request parameter to continue listing your configurations where you left off.public Integer maxItems()
The maximum number of elements you want in the response body.
public Integer quantity()
The number of field-level encryption items.
public List<FieldLevelEncryptionSummary> items()
An array of field-level encryption items.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public FieldLevelEncryptionList.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FieldLevelEncryptionList.Builder,FieldLevelEncryptionList>
public static FieldLevelEncryptionList.Builder builder()
public static Class<? extends FieldLevelEncryptionList.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.