Class CfnPublicKey.PublicKeyConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnPublicKey.PublicKeyConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPublicKey.PublicKeyConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPublicKey.PublicKeyConfigProperty
@Stability(Stable)
@Internal
public static final class CfnPublicKey.PublicKeyConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPublicKey.PublicKeyConfigProperty
An implementation for
CfnPublicKey.PublicKeyConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnPublicKey.PublicKeyConfigProperty
CfnPublicKey.PublicKeyConfigProperty.Builder, CfnPublicKey.PublicKeyConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPublicKey.PublicKeyConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A string included in the request to help make sure that the request can't be replayed.final String
A comment to describe the public key.final String
The public key that you can use with signed URLs and signed cookies , or with field-level encryption .final String
getName()
A name to help identify the public key.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPublicKey.PublicKeyConfigProperty.Builder
.
-
-
Method Details
-
getCallerReference
Description copied from interface:CfnPublicKey.PublicKeyConfigProperty
A string included in the request to help make sure that the request can't be replayed.- Specified by:
getCallerReference
in interfaceCfnPublicKey.PublicKeyConfigProperty
- See Also:
-
getEncodedKey
Description copied from interface:CfnPublicKey.PublicKeyConfigProperty
The public key that you can use with signed URLs and signed cookies , or with field-level encryption .- Specified by:
getEncodedKey
in interfaceCfnPublicKey.PublicKeyConfigProperty
- See Also:
-
getName
Description copied from interface:CfnPublicKey.PublicKeyConfigProperty
A name to help identify the public key.- Specified by:
getName
in interfaceCfnPublicKey.PublicKeyConfigProperty
- See Also:
-
getComment
Description copied from interface:CfnPublicKey.PublicKeyConfigProperty
A comment to describe the public key.The comment cannot be longer than 128 characters.
- Specified by:
getComment
in interfaceCfnPublicKey.PublicKeyConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-