Class CfnExperiment.TreatmentObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evidently.CfnExperiment.TreatmentObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExperiment.TreatmentObjectProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperiment.TreatmentObjectProperty
@Stability(Stable)
@Internal
public static final class CfnExperiment.TreatmentObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperiment.TreatmentObjectProperty
An implementation for
CfnExperiment.TreatmentObjectProperty
-
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.CfnExperiment.TreatmentObjectProperty
CfnExperiment.TreatmentObjectProperty.Builder, CfnExperiment.TreatmentObjectProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnExperiment.TreatmentObjectProperty.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 String
The description of the treatment.final String
The name of the feature for this experiment.final String
A name for this treatment.final String
The name of the variation to use for this treatment.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 theCfnExperiment.TreatmentObjectProperty.Builder
.
-
-
Method Details
-
getFeature
Description copied from interface:CfnExperiment.TreatmentObjectProperty
The name of the feature for this experiment.- Specified by:
getFeature
in interfaceCfnExperiment.TreatmentObjectProperty
- See Also:
-
getTreatmentName
Description copied from interface:CfnExperiment.TreatmentObjectProperty
A name for this treatment.It can include up to 127 characters.
- Specified by:
getTreatmentName
in interfaceCfnExperiment.TreatmentObjectProperty
- See Also:
-
getVariation
Description copied from interface:CfnExperiment.TreatmentObjectProperty
The name of the variation to use for this treatment.- Specified by:
getVariation
in interfaceCfnExperiment.TreatmentObjectProperty
- See Also:
-
getDescription
Description copied from interface:CfnExperiment.TreatmentObjectProperty
The description of the treatment.- Specified by:
getDescription
in interfaceCfnExperiment.TreatmentObjectProperty
- 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()
-