Class CfnExperimentTemplate.ExperimentTemplateActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fis.CfnExperimentTemplate.ExperimentTemplateActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentTemplate.ExperimentTemplateActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnExperimentTemplate.ExperimentTemplateActionProperty
@Stability(Stable)
@Internal
public static final class CfnExperimentTemplate.ExperimentTemplateActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentTemplate.ExperimentTemplateActionProperty
An implementation for
CfnExperimentTemplate.ExperimentTemplateActionProperty
-
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.fis.CfnExperimentTemplate.ExperimentTemplateActionProperty
CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder, CfnExperimentTemplate.ExperimentTemplateActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnExperimentTemplate.ExperimentTemplateActionProperty.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
The ID of the action.final String
A description for the action.final Object
The parameters for the action, if applicable.The name of the action that must be completed before the current action starts.final Object
The targets for the action.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 theCfnExperimentTemplate.ExperimentTemplateActionProperty.Builder
.
-
-
Method Details
-
getActionId
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionProperty
The ID of the action.The format of the action ID is: aws: service-name : action-type .
- Specified by:
getActionId
in interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
getDescription
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionProperty
A description for the action.- Specified by:
getDescription
in interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
getParameters
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionProperty
The parameters for the action, if applicable.- Specified by:
getParameters
in interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
getStartAfter
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionProperty
The name of the action that must be completed before the current action starts.Omit this parameter to run the action at the start of the experiment.
- Specified by:
getStartAfter
in interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
getTargets
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionProperty
The targets for the action.- Specified by:
getTargets
in interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
$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()
-