Class CfnServerlessCache.DataStorageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.CfnServerlessCache.DataStorageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServerlessCache.DataStorageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServerlessCache.DataStorageProperty
@Stability(Stable)
@Internal
public static final class CfnServerlessCache.DataStorageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServerlessCache.DataStorageProperty
An implementation for
CfnServerlessCache.DataStorageProperty-
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.CfnServerlessCache.DataStorageProperty
CfnServerlessCache.DataStorageProperty.Builder, CfnServerlessCache.DataStorageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServerlessCache.DataStorageProperty.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 NumberThe upper limit for data storage the cache is set to use.final NumberThe lower limit for data storage the cache is set to use.final StringgetUnit()The unit that the storage is measured in, in GB.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 theCfnServerlessCache.DataStorageProperty.Builder.
-
-
Method Details
-
getUnit
Description copied from interface:CfnServerlessCache.DataStoragePropertyThe unit that the storage is measured in, in GB.- Specified by:
getUnitin interfaceCfnServerlessCache.DataStorageProperty- See Also:
-
getMaximum
Description copied from interface:CfnServerlessCache.DataStoragePropertyThe upper limit for data storage the cache is set to use.- Specified by:
getMaximumin interfaceCfnServerlessCache.DataStorageProperty- See Also:
-
getMinimum
Description copied from interface:CfnServerlessCache.DataStoragePropertyThe lower limit for data storage the cache is set to use.- Specified by:
getMinimumin interfaceCfnServerlessCache.DataStorageProperty- 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()
-