@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PublicKeyList extends Object implements Serializable, Cloneable
A list of public keys you've added to CloudFront to use with features like field-level encryption.
Constructor and Description |
---|
PublicKeyList() |
Modifier and Type | Method and Description |
---|---|
PublicKeyList |
clone() |
boolean |
equals(Object obj) |
List<PublicKeySummary> |
getItems()
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
Integer |
getMaxItems()
The maximum number of public keys 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 public keys where you left off. |
Integer |
getQuantity()
The number of public keys you added to CloudFront to use with features like field-level encryption.
|
int |
hashCode() |
void |
setItems(Collection<PublicKeySummary> items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
void |
setMaxItems(Integer maxItems)
The maximum number of public keys 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 public keys where you left off. |
void |
setQuantity(Integer quantity)
The number of public keys you added to CloudFront to use with features like field-level encryption.
|
String |
toString()
Returns a string representation of this object.
|
PublicKeyList |
withItems(Collection<PublicKeySummary> items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList |
withItems(PublicKeySummary... items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList |
withMaxItems(Integer maxItems)
The maximum number of public keys you want in the response body.
|
PublicKeyList |
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 public keys where you left off. |
PublicKeyList |
withQuantity(Integer quantity)
The number of public keys you added to CloudFront to use with features like field-level encryption.
|
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 public keys 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 public keys 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 public keys where you left off.
Marker
request parameter to continue listing your public keys where you left off.public PublicKeyList 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 public keys 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 public keys where you left off.public void setMaxItems(Integer maxItems)
The maximum number of public keys you want in the response body.
maxItems
- The maximum number of public keys you want in the response body.public Integer getMaxItems()
The maximum number of public keys you want in the response body.
public PublicKeyList withMaxItems(Integer maxItems)
The maximum number of public keys you want in the response body.
maxItems
- The maximum number of public keys you want in the response body.public void setQuantity(Integer quantity)
The number of public keys you added to CloudFront to use with features like field-level encryption.
quantity
- The number of public keys you added to CloudFront to use with features like field-level encryption.public Integer getQuantity()
The number of public keys you added to CloudFront to use with features like field-level encryption.
public PublicKeyList withQuantity(Integer quantity)
The number of public keys you added to CloudFront to use with features like field-level encryption.
quantity
- The number of public keys you added to CloudFront to use with features like field-level encryption.public List<PublicKeySummary> getItems()
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
public void setItems(Collection<PublicKeySummary> items)
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
items
- An array of information about a public key you add to CloudFront to use with features like field-level
encryption.public PublicKeyList withItems(PublicKeySummary... items)
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
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 information about a public key you add to CloudFront to use with features like field-level
encryption.public PublicKeyList withItems(Collection<PublicKeySummary> items)
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
items
- An array of information about a public key you add to CloudFront to use with features like field-level
encryption.public String toString()
toString
in class Object
Object.toString()
public PublicKeyList clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.