Class CfnKeyValueStoreMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnKeyValueStoreMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnKeyValueStoreMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKeyValueStoreMixinProps
@Stability(Stable)
@Internal
public static final class CfnKeyValueStoreMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKeyValueStoreMixinProps
An implementation for
CfnKeyValueStoreMixinProps-
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.cfnpropertymixins.services.cloudfront.CfnKeyValueStoreMixinProps
CfnKeyValueStoreMixinProps.Builder, CfnKeyValueStoreMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKeyValueStoreMixinProps.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 comment for the key value store.final ObjectThe import source for the key value store.final StringgetName()The name of the key value store.getTags()A complex type that contains zero or moreTagelements.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 theCfnKeyValueStoreMixinProps.Builder.
-
-
Method Details
-
getComment
Description copied from interface:CfnKeyValueStoreMixinPropsA comment for the key value store.- Specified by:
getCommentin interfaceCfnKeyValueStoreMixinProps- See Also:
-
getImportSource
Description copied from interface:CfnKeyValueStoreMixinPropsThe import source for the key value store.Returns union: either
IResolvableorCfnKeyValueStorePropsMixin.ImportSourceProperty- Specified by:
getImportSourcein interfaceCfnKeyValueStoreMixinProps- See Also:
-
getName
Description copied from interface:CfnKeyValueStoreMixinPropsThe name of the key value store.- Specified by:
getNamein interfaceCfnKeyValueStoreMixinProps- See Also:
-
getTags
Description copied from interface:CfnKeyValueStoreMixinPropsA complex type that contains zero or moreTagelements.- Specified by:
getTagsin interfaceCfnKeyValueStoreMixinProps- See Also:
-
$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()
-