Class CfnFeaturePropsMixin.VariationObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnFeaturePropsMixin.VariationObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFeaturePropsMixin.VariationObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFeaturePropsMixin.VariationObjectProperty
@Stability(Stable)
@Internal
public static final class CfnFeaturePropsMixin.VariationObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFeaturePropsMixin.VariationObjectProperty
An implementation for
CfnFeaturePropsMixin.VariationObjectProperty-
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.evidently.CfnFeaturePropsMixin.VariationObjectProperty
CfnFeaturePropsMixin.VariationObjectProperty.Builder, CfnFeaturePropsMixin.VariationObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFeaturePropsMixin.VariationObjectProperty.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 ObjectThe value assigned to this variation, if the variation type is boolean.final NumberThe value assigned to this variation, if the variation type is a double.final NumberThe value assigned to this variation, if the variation type is a long.final StringThe value assigned to this variation, if the variation type is a string.final StringA name for the variation.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 theCfnFeaturePropsMixin.VariationObjectProperty.Builder.
-
-
Method Details
-
getBooleanValue
Description copied from interface:CfnFeaturePropsMixin.VariationObjectPropertyThe value assigned to this variation, if the variation type is boolean.Returns union: either
BooleanorIResolvable- Specified by:
getBooleanValuein interfaceCfnFeaturePropsMixin.VariationObjectProperty- See Also:
-
getDoubleValue
Description copied from interface:CfnFeaturePropsMixin.VariationObjectPropertyThe value assigned to this variation, if the variation type is a double.- Specified by:
getDoubleValuein interfaceCfnFeaturePropsMixin.VariationObjectProperty- See Also:
-
getLongValue
Description copied from interface:CfnFeaturePropsMixin.VariationObjectPropertyThe value assigned to this variation, if the variation type is a long.- Specified by:
getLongValuein interfaceCfnFeaturePropsMixin.VariationObjectProperty- See Also:
-
getStringValue
Description copied from interface:CfnFeaturePropsMixin.VariationObjectPropertyThe value assigned to this variation, if the variation type is a string.- Specified by:
getStringValuein interfaceCfnFeaturePropsMixin.VariationObjectProperty- See Also:
-
getVariationName
Description copied from interface:CfnFeaturePropsMixin.VariationObjectPropertyA name for the variation.It can include up to 127 characters.
- Specified by:
getVariationNamein interfaceCfnFeaturePropsMixin.VariationObjectProperty- 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()
-