Class CfnLaunchPropsMixin.ExecutionStatusObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.evidently.mixins.CfnLaunchPropsMixin.ExecutionStatusObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchPropsMixin.ExecutionStatusObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchPropsMixin.ExecutionStatusObjectProperty
@Stability(Stable)
@Internal
public static final class CfnLaunchPropsMixin.ExecutionStatusObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchPropsMixin.ExecutionStatusObjectProperty
An implementation for
CfnLaunchPropsMixin.ExecutionStatusObjectProperty-
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.mixins.preview.services.evidently.mixins.CfnLaunchPropsMixin.ExecutionStatusObjectProperty
CfnLaunchPropsMixin.ExecutionStatusObjectProperty.Builder, CfnLaunchPropsMixin.ExecutionStatusObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchPropsMixin.ExecutionStatusObjectProperty.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 stop this launch, specify eitherCOMPLETEDorCANCELLEDhere to indicate how to classify this experiment.final StringIf you are using CloudFormation to stop this launch, this is an optional field that you can use to record why the launch is being stopped or cancelled.final StringTo start the launch 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 theCfnLaunchPropsMixin.ExecutionStatusObjectProperty.Builder.
-
-
Method Details
-
getDesiredState
Description copied from interface:CfnLaunchPropsMixin.ExecutionStatusObjectPropertyIf you are using CloudFormation to stop this launch, specify eitherCOMPLETEDorCANCELLEDhere to indicate how to classify this experiment.If you omit this parameter, the default of
COMPLETEDis used.- Specified by:
getDesiredStatein interfaceCfnLaunchPropsMixin.ExecutionStatusObjectProperty- See Also:
-
getReason
Description copied from interface:CfnLaunchPropsMixin.ExecutionStatusObjectPropertyIf you are using CloudFormation to stop this launch, this is an optional field that you can use to record why the launch is being stopped or cancelled.- Specified by:
getReasonin interfaceCfnLaunchPropsMixin.ExecutionStatusObjectProperty- See Also:
-
getStatus
Description copied from interface:CfnLaunchPropsMixin.ExecutionStatusObjectPropertyTo start the launch now, specifySTARTfor this parameter.If this launch is currently running and you want to stop it now, specify
STOP.- Specified by:
getStatusin interfaceCfnLaunchPropsMixin.ExecutionStatusObjectProperty- 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()
-