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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.evidently.CfnExperiment.RunningStatusObjectProperty
CfnExperiment.RunningStatusObjectProperty.Builder, CfnExperiment.RunningStatusObjectProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnExperiment.RunningStatusObjectProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
If you are using AWS CloudFormation to start the experiment, use this field to specify when the experiment is to end.final String
If you are using AWS CloudFormation to stop this experiment, specify eitherCOMPLETED
orCANCELLED
here to indicate how to classify this experiment.final String
If you are using AWS 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 String
To start the experiment now, specifySTART
for this parameter.final int
hashCode()
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.RunningStatusObjectProperty
To start the experiment now, specifySTART
for this parameter.If this experiment is currently running and you want to stop it now, specify
STOP
.- Specified by:
getStatus
in interfaceCfnExperiment.RunningStatusObjectProperty
- See Also:
-
getAnalysisCompleteTime
Description copied from interface:CfnExperiment.RunningStatusObjectProperty
If you are using AWS 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:
getAnalysisCompleteTime
in interfaceCfnExperiment.RunningStatusObjectProperty
- See Also:
-
getDesiredState
Description copied from interface:CfnExperiment.RunningStatusObjectProperty
If you are using AWS CloudFormation to stop this experiment, specify eitherCOMPLETED
orCANCELLED
here to indicate how to classify this experiment.- Specified by:
getDesiredState
in interfaceCfnExperiment.RunningStatusObjectProperty
- See Also:
-
getReason
Description copied from interface:CfnExperiment.RunningStatusObjectProperty
If you are using AWS 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:
getReason
in interfaceCfnExperiment.RunningStatusObjectProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-