Class CfnExperimentRunProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnExperimentRunProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentRunProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentRunProps
@Stability(Stable)
@Internal
public static final class CfnExperimentRunProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentRunProps
An implementation for
CfnExperimentRunProps-
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.appconfig.CfnExperimentRunProps
CfnExperimentRunProps.Builder, CfnExperimentRunProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnExperimentRunProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnExperimentRunProps.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 theCfnExperimentRunProps.Builder.
-
-
Method Details
-
getApplicationIdentifier
Description copied from interface:CfnExperimentRunPropsThe application name or ID used to create the experiment run.- Specified by:
getApplicationIdentifierin interfaceCfnExperimentRunProps- See Also:
-
getExperimentDefinitionIdentifier
Description copied from interface:CfnExperimentRunPropsThe experiment definition name or ID used to create the experiment run.- Specified by:
getExperimentDefinitionIdentifierin interfaceCfnExperimentRunProps- See Also:
-
getExposurePercentage
Description copied from interface:CfnExperimentRunPropsPercentage of traffic exposed to the experiment (0-100).- Specified by:
getExposurePercentagein interfaceCfnExperimentRunProps- See Also:
-
getDescription
Description copied from interface:CfnExperimentRunPropsDescription of the experiment run.- Specified by:
getDescriptionin interfaceCfnExperimentRunProps- See Also:
-
getTags
Description copied from interface:CfnExperimentRunPropsTags to associate with the experiment run.- Specified by:
getTagsin interfaceCfnExperimentRunProps- See Also:
-
getTreatmentOverrides
Description copied from interface:CfnExperimentRunPropsTreatment overrides for specific entities.Returns union: either
IResolvableorCfnExperimentRun.TreatmentOverridesProperty- Specified by:
getTreatmentOverridesin interfaceCfnExperimentRunProps- 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()
-