Class CfnExperimentDefinition.TreatmentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnExperimentDefinition.TreatmentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentDefinition.TreatmentProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentDefinition.TreatmentProperty
@Stability(Stable)
@Internal
public static final class CfnExperimentDefinition.TreatmentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentDefinition.TreatmentProperty
An implementation for
CfnExperimentDefinition.TreatmentProperty-
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.CfnExperimentDefinition.TreatmentProperty
CfnExperimentDefinition.TreatmentProperty.Builder, CfnExperimentDefinition.TreatmentProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentDefinition.TreatmentProperty.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 ObjectMap of attribute name to attribute value.final Stringfinal ObjectWhether the flag is enabled for this variant.final StringgetKey()The treatment key (read-only, auto-generated by service).final NumberTraffic weight percentage.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 theCfnExperimentDefinition.TreatmentProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnExperimentDefinition.TreatmentPropertyWhether the flag is enabled for this variant.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnExperimentDefinition.TreatmentProperty- See Also:
-
getWeight
Description copied from interface:CfnExperimentDefinition.TreatmentPropertyTraffic weight percentage.- Specified by:
getWeightin interfaceCfnExperimentDefinition.TreatmentProperty- See Also:
-
getAttributeValues
Description copied from interface:CfnExperimentDefinition.TreatmentPropertyMap of attribute name to attribute value.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnExperimentDefinition.AttributeValueProperty>- Specified by:
getAttributeValuesin interfaceCfnExperimentDefinition.TreatmentProperty- See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceCfnExperimentDefinition.TreatmentProperty- See Also:
-
getKey
Description copied from interface:CfnExperimentDefinition.TreatmentPropertyThe treatment key (read-only, auto-generated by service).- Specified by:
getKeyin interfaceCfnExperimentDefinition.TreatmentProperty- 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()
-