Class CfnExperimentRunMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appconfig.CfnExperimentRunMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentRunMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentRunMixinProps
@Stability(Stable)
@Internal
public static final class CfnExperimentRunMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentRunMixinProps
An implementation for
CfnExperimentRunMixinProps-
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.appconfig.CfnExperimentRunMixinProps
CfnExperimentRunMixinProps.Builder, CfnExperimentRunMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentRunMixinProps.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 application name or ID used to create the experiment run.final StringDescription of the experiment run.final StringThe experiment definition name or ID used to create the experiment run.final NumberPercentage of traffic exposed to the experiment (0-100).getTags()Tags to associate with the experiment run.final ObjectTreatment overrides for specific entities.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 theCfnExperimentRunMixinProps.Builder.
-
-
Method Details
-
getApplicationIdentifier
Description copied from interface:CfnExperimentRunMixinPropsThe application name or ID used to create the experiment run.- Specified by:
getApplicationIdentifierin interfaceCfnExperimentRunMixinProps- See Also:
-
getDescription
Description copied from interface:CfnExperimentRunMixinPropsDescription of the experiment run.- Specified by:
getDescriptionin interfaceCfnExperimentRunMixinProps- See Also:
-
getExperimentDefinitionIdentifier
Description copied from interface:CfnExperimentRunMixinPropsThe experiment definition name or ID used to create the experiment run.- Specified by:
getExperimentDefinitionIdentifierin interfaceCfnExperimentRunMixinProps- See Also:
-
getExposurePercentage
Description copied from interface:CfnExperimentRunMixinPropsPercentage of traffic exposed to the experiment (0-100).- Specified by:
getExposurePercentagein interfaceCfnExperimentRunMixinProps- See Also:
-
getTags
Description copied from interface:CfnExperimentRunMixinPropsTags to associate with the experiment run.- Specified by:
getTagsin interfaceCfnExperimentRunMixinProps- See Also:
-
getTreatmentOverrides
Description copied from interface:CfnExperimentRunMixinPropsTreatment overrides for specific entities.Returns union: either
IResolvableorCfnExperimentRunPropsMixin.TreatmentOverridesProperty- Specified by:
getTreatmentOverridesin interfaceCfnExperimentRunMixinProps- 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()
-