@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PublicKey extends Object implements Serializable, Cloneable
A complex data type of public keys you add to CloudFront to use with features like field-level encryption.
| Constructor and Description | 
|---|
PublicKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
PublicKey | 
clone()  | 
boolean | 
equals(Object obj)  | 
Date | 
getCreatedTime()
 A time you added a public key to CloudFront. 
 | 
String | 
getId()
 A unique ID assigned to a public key you've added to CloudFront. 
 | 
PublicKeyConfig | 
getPublicKeyConfig()
 A complex data type for a public key you add to CloudFront to use with features like field-level encryption. 
 | 
int | 
hashCode()  | 
void | 
setCreatedTime(Date createdTime)
 A time you added a public key to CloudFront. 
 | 
void | 
setId(String id)
 A unique ID assigned to a public key you've added to CloudFront. 
 | 
void | 
setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
 A complex data type for a public key you add to CloudFront to use with features like field-level encryption. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
PublicKey | 
withCreatedTime(Date createdTime)
 A time you added a public key to CloudFront. 
 | 
PublicKey | 
withId(String id)
 A unique ID assigned to a public key you've added to CloudFront. 
 | 
PublicKey | 
withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
 A complex data type for a public key you add to CloudFront to use with features like field-level encryption. 
 | 
public void setId(String id)
A unique ID assigned to a public key you've added to CloudFront.
id - A unique ID assigned to a public key you've added to CloudFront.public String getId()
A unique ID assigned to a public key you've added to CloudFront.
public PublicKey withId(String id)
A unique ID assigned to a public key you've added to CloudFront.
id - A unique ID assigned to a public key you've added to CloudFront.public void setCreatedTime(Date createdTime)
A time you added a public key to CloudFront.
createdTime - A time you added a public key to CloudFront.public Date getCreatedTime()
A time you added a public key to CloudFront.
public PublicKey withCreatedTime(Date createdTime)
A time you added a public key to CloudFront.
createdTime - A time you added a public key to CloudFront.public void setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
publicKeyConfig - A complex data type for a public key you add to CloudFront to use with features like field-level
        encryption.public PublicKeyConfig getPublicKeyConfig()
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
public PublicKey withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
publicKeyConfig - A complex data type for a public key you add to CloudFront to use with features like field-level
        encryption.public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.