Class CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty
An implementation for
CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty-
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.elasticache.CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty
CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Builder, CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.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 StringThe engine that the serverless cache is configured with.final StringThe engine version number that the serverless cache is configured with.final StringThe identifier of the serverless cache.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
protected Jsii$Proxy(CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Builder.
-
-
Method Details
-
getEngine
Description copied from interface:CfnServerlessCacheSnapshot.ServerlessCacheConfigurationPropertyThe engine that the serverless cache is configured with.- Specified by:
getEnginein interfaceCfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty- See Also:
-
getMajorEngineVersion
Description copied from interface:CfnServerlessCacheSnapshot.ServerlessCacheConfigurationPropertyThe engine version number that the serverless cache is configured with.- Specified by:
getMajorEngineVersionin interfaceCfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty- See Also:
-
getServerlessCacheName
Description copied from interface:CfnServerlessCacheSnapshot.ServerlessCacheConfigurationPropertyThe identifier of the serverless cache.- Specified by:
getServerlessCacheNamein interfaceCfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty- 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()
-