Class CfnExperiment.MetricGoalObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evidently.CfnExperiment.MetricGoalObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExperiment.MetricGoalObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperiment.MetricGoalObjectProperty
@Stability(Stable)
@Internal
public static final class CfnExperiment.MetricGoalObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperiment.MetricGoalObjectProperty
An implementation for
CfnExperiment.MetricGoalObjectProperty-
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.evidently.CfnExperiment.MetricGoalObjectProperty
CfnExperiment.MetricGoalObjectProperty.Builder, CfnExperiment.MetricGoalObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperiment.MetricGoalObjectProperty.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 StringINCREASEmeans that a variation with a higher number for this metric is performing better.final StringThe entity, such as a user or session, that does an action that causes a metric value to be recorded.final StringThe EventBridge event pattern that defines how the metric is recorded.final StringA name for the metric.final StringA label for the units that the metric is measuring.final StringThe JSON path to reference the numerical metric value in the event.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 theCfnExperiment.MetricGoalObjectProperty.Builder.
-
-
Method Details
-
getDesiredChange
Description copied from interface:CfnExperiment.MetricGoalObjectPropertyINCREASEmeans that a variation with a higher number for this metric is performing better.DECREASEmeans that a variation with a lower number for this metric is performing better.- Specified by:
getDesiredChangein interfaceCfnExperiment.MetricGoalObjectProperty- See Also:
-
getEntityIdKey
Description copied from interface:CfnExperiment.MetricGoalObjectPropertyThe entity, such as a user or session, that does an action that causes a metric value to be recorded.An example is
userDetails.userID.- Specified by:
getEntityIdKeyin interfaceCfnExperiment.MetricGoalObjectProperty- See Also:
-
getMetricName
Description copied from interface:CfnExperiment.MetricGoalObjectPropertyA name for the metric.It can include up to 255 characters.
- Specified by:
getMetricNamein interfaceCfnExperiment.MetricGoalObjectProperty- See Also:
-
getValueKey
Description copied from interface:CfnExperiment.MetricGoalObjectPropertyThe JSON path to reference the numerical metric value in the event.- Specified by:
getValueKeyin interfaceCfnExperiment.MetricGoalObjectProperty- See Also:
-
getEventPattern
Description copied from interface:CfnExperiment.MetricGoalObjectPropertyThe EventBridge event pattern that defines how the metric is recorded.For more information about EventBridge event patterns, see Amazon EventBridge event patterns .
- Specified by:
getEventPatternin interfaceCfnExperiment.MetricGoalObjectProperty- See Also:
-
getUnitLabel
Description copied from interface:CfnExperiment.MetricGoalObjectPropertyA label for the units that the metric is measuring.- Specified by:
getUnitLabelin interfaceCfnExperiment.MetricGoalObjectProperty- 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()
-