public static final class CfnExperiment.RunningStatusObjectProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnExperiment.RunningStatusObjectProperty
CfnExperiment.RunningStatusObjectProperty
CfnExperiment.RunningStatusObjectProperty.Builder, CfnExperiment.RunningStatusObjectProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAnalysisCompleteTime()
If you are using AWS CloudFormation to start the experiment, use this field to specify when the experiment is to end.
|
java.lang.String |
getDesiredState()
If you are using AWS CloudFormation to stop this experiment, specify either `COMPLETED` or `CANCELLED` here to indicate how to classify this experiment.
|
java.lang.String |
getReason()
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.
|
java.lang.String |
getStatus()
To start the experiment now, specify `START` for this parameter.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getStatus()
CfnExperiment.RunningStatusObjectProperty
If this experiment is currently running and you want to stop it now, specify STOP
.
getStatus
in interface CfnExperiment.RunningStatusObjectProperty
public final java.lang.String getAnalysisCompleteTime()
CfnExperiment.RunningStatusObjectProperty
The format is as a UNIX timestamp. For more information about this format, see The Current Epoch Unix Timestamp .
getAnalysisCompleteTime
in interface CfnExperiment.RunningStatusObjectProperty
public final java.lang.String getDesiredState()
CfnExperiment.RunningStatusObjectProperty
getDesiredState
in interface CfnExperiment.RunningStatusObjectProperty
public final java.lang.String getReason()
CfnExperiment.RunningStatusObjectProperty
getReason
in interface CfnExperiment.RunningStatusObjectProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()