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