Class CfnFeature.VariationObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evidently.CfnFeature.VariationObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFeature.VariationObjectProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFeature.VariationObjectProperty
@Stability(Stable)
@Internal
public static final class CfnFeature.VariationObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFeature.VariationObjectProperty
An implementation for
CfnFeature.VariationObjectProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.evidently.CfnFeature.VariationObjectProperty
CfnFeature.VariationObjectProperty.Builder, CfnFeature.VariationObjectProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFeature.VariationObjectProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The value assigned to this variation, if the variation type is boolean.final Number
The value assigned to this variation, if the variation type is a double.final Number
The value assigned to this variation, if the variation type is a long.final String
The value assigned to this variation, if the variation type is a string.final String
A name for the variation.final int
hashCode()
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 theCfnFeature.VariationObjectProperty.Builder
.
-
-
Method Details
-
getVariationName
Description copied from interface:CfnFeature.VariationObjectProperty
A name for the variation.It can include up to 127 characters.
- Specified by:
getVariationName
in interfaceCfnFeature.VariationObjectProperty
- See Also:
-
getBooleanValue
Description copied from interface:CfnFeature.VariationObjectProperty
The value assigned to this variation, if the variation type is boolean.- Specified by:
getBooleanValue
in interfaceCfnFeature.VariationObjectProperty
- See Also:
-
getDoubleValue
Description copied from interface:CfnFeature.VariationObjectProperty
The value assigned to this variation, if the variation type is a double.- Specified by:
getDoubleValue
in interfaceCfnFeature.VariationObjectProperty
- See Also:
-
getLongValue
Description copied from interface:CfnFeature.VariationObjectProperty
The value assigned to this variation, if the variation type is a long.- Specified by:
getLongValue
in interfaceCfnFeature.VariationObjectProperty
- See Also:
-
getStringValue
Description copied from interface:CfnFeature.VariationObjectProperty
The value assigned to this variation, if the variation type is a string.- Specified by:
getStringValue
in interfaceCfnFeature.VariationObjectProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-