@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPublicKeysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListPublicKeysResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListPublicKeysResult | clone() | 
| boolean | equals(Object obj) | 
| PublicKeyList | getPublicKeyList()
 Returns a list of all public keys that have been added to CloudFront for this account. | 
| int | hashCode() | 
| void | setPublicKeyList(PublicKeyList publicKeyList)
 Returns a list of all public keys that have been added to CloudFront for this account. | 
| String | toString()Returns a string representation of this object. | 
| ListPublicKeysResult | withPublicKeyList(PublicKeyList publicKeyList)
 Returns a list of all public keys that have been added to CloudFront for this account. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPublicKeyList(PublicKeyList publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
publicKeyList - Returns a list of all public keys that have been added to CloudFront for this account.public PublicKeyList getPublicKeyList()
Returns a list of all public keys that have been added to CloudFront for this account.
public ListPublicKeysResult withPublicKeyList(PublicKeyList publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
publicKeyList - Returns a list of all public keys that have been added to CloudFront for this account.public String toString()
toString in class ObjectObject.toString()public ListPublicKeysResult clone()