Class CfnParameterGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.memorydb.CfnParameterGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnParameterGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnParameterGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnParameterGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnParameterGroupMixinProps
An implementation for
CfnParameterGroupMixinProps-
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.memorydb.CfnParameterGroupMixinProps
CfnParameterGroupMixinProps.Builder, CfnParameterGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnParameterGroupMixinProps.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 description of the parameter group.final StringThe name of the parameter group family that this parameter group is compatible with.final StringThe name of the parameter group.final ObjectReturns the detailed parameter list for the parameter group.getTags()An array of key-value pairs to apply to this resource.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 theCfnParameterGroupMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnParameterGroupMixinPropsA description of the parameter group.- Specified by:
getDescriptionin interfaceCfnParameterGroupMixinProps- See Also:
-
getFamily
Description copied from interface:CfnParameterGroupMixinPropsThe name of the parameter group family that this parameter group is compatible with.- Specified by:
getFamilyin interfaceCfnParameterGroupMixinProps- See Also:
-
getParameterGroupName
Description copied from interface:CfnParameterGroupMixinPropsThe name of the parameter group.- Specified by:
getParameterGroupNamein interfaceCfnParameterGroupMixinProps- See Also:
-
getParameters
Description copied from interface:CfnParameterGroupMixinPropsReturns the detailed parameter list for the parameter group.- Specified by:
getParametersin interfaceCfnParameterGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnParameterGroupMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnParameterGroupMixinProps- 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()
-