@Generated(value="software.amazon.awssdk:codegen") public final class FieldLevelEncryptionProfileList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryptionProfileList.Builder,FieldLevelEncryptionProfileList>
List of field-level encryption profiles.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FieldLevelEncryptionProfileList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FieldLevelEncryptionProfileList.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasItems()
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<FieldLevelEncryptionProfileSummary> |
items()
The field-level encryption profile items.
|
Integer |
maxItems()
The maximum number of field-level encryption profiles 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 profiles where you left off. |
Integer |
quantity()
The number of field-level encryption profiles.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FieldLevelEncryptionProfileList.Builder> |
serializableBuilderClass() |
FieldLevelEncryptionProfileList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 profiles where you left off.
Marker request parameter to continue listing your profiles where you left off.public Integer maxItems()
The maximum number of field-level encryption profiles you want in the response body.
public Integer quantity()
The number of field-level encryption profiles.
public boolean hasItems()
public List<FieldLevelEncryptionProfileSummary> items()
The field-level encryption profile items.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasItems() to see if a value was sent in this field.
public FieldLevelEncryptionProfileList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FieldLevelEncryptionProfileList.Builder,FieldLevelEncryptionProfileList>public static FieldLevelEncryptionProfileList.Builder builder()
public static Class<? extends FieldLevelEncryptionProfileList.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.