Class CfnExperiment.RunningStatusObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evidently.CfnExperiment.RunningStatusObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExperiment.RunningStatusObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperiment.RunningStatusObjectProperty
@Stability(Stable)
@Internal
public static final class CfnExperiment.RunningStatusObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperiment.RunningStatusObjectProperty
An implementation for
CfnExperiment.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.services.evidently.CfnExperiment.RunningStatusObjectProperty
CfnExperiment.RunningStatusObjectProperty.Builder, CfnExperiment.RunningStatusObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperiment.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 theCfnExperiment.RunningStatusObjectProperty.Builder.
-
-
Method Details
-
getStatus
Description copied from interface:CfnExperiment.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 interfaceCfnExperiment.RunningStatusObjectProperty- See Also:
-
getAnalysisCompleteTime
Description copied from interface:CfnExperiment.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 interfaceCfnExperiment.RunningStatusObjectProperty- See Also:
-
getDesiredState
Description copied from interface:CfnExperiment.RunningStatusObjectPropertyIf you are using CloudFormation to stop this experiment, specify eitherCOMPLETEDorCANCELLEDhere to indicate how to classify this experiment.- Specified by:
getDesiredStatein interfaceCfnExperiment.RunningStatusObjectProperty- See Also:
-
getReason
Description copied from interface:CfnExperiment.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 interfaceCfnExperiment.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()
-