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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnPublicKey.PublicKeyConfigProperty
CfnPublicKey.PublicKeyConfigProperty.Builder, CfnPublicKey.PublicKeyConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPublicKey.PublicKeyConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA string included in the request to help make sure that the request can't be replayed.final StringA comment to describe the public key.final StringThe public key that you can use with signed URLs and signed cookies , or with field-level encryption .final StringgetName()A name to help identify the public key.final inthashCode()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.PublicKeyConfigPropertyA string included in the request to help make sure that the request can't be replayed.- Specified by:
getCallerReferencein interfaceCfnPublicKey.PublicKeyConfigProperty
-
getEncodedKey
Description copied from interface:CfnPublicKey.PublicKeyConfigPropertyThe public key that you can use with signed URLs and signed cookies , or with field-level encryption .- Specified by:
getEncodedKeyin interfaceCfnPublicKey.PublicKeyConfigProperty
-
getName
Description copied from interface:CfnPublicKey.PublicKeyConfigPropertyA name to help identify the public key.- Specified by:
getNamein interfaceCfnPublicKey.PublicKeyConfigProperty
-
getComment
Description copied from interface:CfnPublicKey.PublicKeyConfigPropertyA comment to describe the public key.The comment cannot be longer than 128 characters.
- Specified by:
getCommentin interfaceCfnPublicKey.PublicKeyConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-