@Generated(value="software.amazon.awssdk:codegen") public final class PublicKeyList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PublicKeyList.Builder,PublicKeyList>
A list of public keys you've added to CloudFront to use with features like 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<PublicKeySummary> |
items()
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
Integer |
maxItems()
The maximum number of public keys 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 public keys where you left off. |
Integer |
quantity()
The number of public keys you added to CloudFront to use with features like field-level encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PublicKeyList.Builder> |
serializableBuilderClass() |
PublicKeyList.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 public keys where you left off.
Marker
request parameter to continue listing your public keys where you left off.public Integer maxItems()
The maximum number of public keys you want in the response body.
public Integer quantity()
The number of public keys you added to CloudFront to use with features like field-level encryption.
public List<PublicKeySummary> items()
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PublicKeyList.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PublicKeyList.Builder,PublicKeyList>
public static PublicKeyList.Builder builder()
public static Class<? extends PublicKeyList.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.