@Generated(value="software.amazon.awssdk:codegen") public final class PublicKeyList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PublicKeyList.Builder,PublicKeyList>
A list of public keys that you can use with signed URLs and signed cookies, or with field-level encryption.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PublicKeyList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyList.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<PublicKeySummary> |
items()
A list of public keys.
|
Integer |
maxItems()
The maximum number of public keys you want in the response.
|
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 public keys where you left off. |
Integer |
quantity()
The number of public keys in the list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PublicKeyList.Builder> |
serializableBuilderClass() |
PublicKeyList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 public keys where you left off.
Marker request parameter to continue listing your public keys where you left off.public final Integer maxItems()
The maximum number of public keys you want in the response.
public final Integer quantity()
The number of public keys in the list.
public final boolean hasItems()
public final List<PublicKeySummary> items()
A list of public keys.
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 PublicKeyList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PublicKeyList.Builder,PublicKeyList>public static PublicKeyList.Builder builder()
public static Class<? extends PublicKeyList.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.