Class CfnListMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.frauddetector.CfnListMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnListMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnListMixinProps
@Stability(Stable)
@Internal
public static final class CfnListMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnListMixinProps
An implementation for
CfnListMixinProps-
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.frauddetector.CfnListMixinProps
CfnListMixinProps.Builder, CfnListMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnListMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnListMixinProps.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 description of the list.The elements in the list.final StringgetName()The name of the list.getTags()An array of key-value pairs to apply to this resource.final StringThe variable type of the list.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 theCfnListMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnListMixinPropsThe description of the list.- Specified by:
getDescriptionin interfaceCfnListMixinProps- See Also:
-
getElements
Description copied from interface:CfnListMixinPropsThe elements in the list.- Specified by:
getElementsin interfaceCfnListMixinProps- See Also:
-
getName
Description copied from interface:CfnListMixinPropsThe name of the list.- Specified by:
getNamein interfaceCfnListMixinProps- See Also:
-
getTags
Description copied from interface:CfnListMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnListMixinProps- See Also:
-
getVariableType
Description copied from interface:CfnListMixinPropsThe variable type of the list.For more information, see Variable types
- Specified by:
getVariableTypein interfaceCfnListMixinProps- 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()
-