Class CfnExperimentPropsMixin.RunningStatusObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnExperimentPropsMixin.RunningStatusObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentPropsMixin.RunningStatusObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentPropsMixin.RunningStatusObjectProperty
@Stability(Stable)
@Internal
public static final class CfnExperimentPropsMixin.RunningStatusObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentPropsMixin.RunningStatusObjectProperty
An implementation for
CfnExperimentPropsMixin.RunningStatusObjectProperty-
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.evidently.CfnExperimentPropsMixin.RunningStatusObjectProperty
CfnExperimentPropsMixin.RunningStatusObjectProperty.Builder, CfnExperimentPropsMixin.RunningStatusObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentPropsMixin.RunningStatusObjectProperty.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 StringIf you are using CloudFormation to start the experiment, use this field to specify when the experiment is to end.final StringIf you are using CloudFormation to stop this experiment, specify eitherCOMPLETEDorCANCELLEDhere to indicate how to classify this experiment.final StringIf you are using CloudFormation to stop this experiment, this is an optional field that you can use to record why the experiment is being stopped or cancelled.final StringTo start the experiment now, specifySTARTfor this parameter.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 theCfnExperimentPropsMixin.RunningStatusObjectProperty.Builder.
-
-
Method Details
-
getAnalysisCompleteTime
Description copied from interface:CfnExperimentPropsMixin.RunningStatusObjectPropertyIf you are using CloudFormation to start the experiment, use this field to specify when the experiment is to end.The format is as a UNIX timestamp. For more information about this format, see The Current Epoch Unix Timestamp .
- Specified by:
getAnalysisCompleteTimein interfaceCfnExperimentPropsMixin.RunningStatusObjectProperty- See Also:
-
getDesiredState
Description copied from interface:CfnExperimentPropsMixin.RunningStatusObjectPropertyIf you are using CloudFormation to stop this experiment, specify eitherCOMPLETEDorCANCELLEDhere to indicate how to classify this experiment.- Specified by:
getDesiredStatein interfaceCfnExperimentPropsMixin.RunningStatusObjectProperty- See Also:
-
getReason
Description copied from interface:CfnExperimentPropsMixin.RunningStatusObjectPropertyIf you are using CloudFormation to stop this experiment, this is an optional field that you can use to record why the experiment is being stopped or cancelled.- Specified by:
getReasonin interfaceCfnExperimentPropsMixin.RunningStatusObjectProperty- See Also:
-
getStatus
Description copied from interface:CfnExperimentPropsMixin.RunningStatusObjectPropertyTo start the experiment now, specifySTARTfor this parameter.If this experiment is currently running and you want to stop it now, specify
STOP.- Specified by:
getStatusin interfaceCfnExperimentPropsMixin.RunningStatusObjectProperty- 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()
-