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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.fis.CfnExperimentTemplate.ExperimentTemplateActionProperty
CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder, CfnExperimentTemplate.ExperimentTemplateActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentTemplate.ExperimentTemplateActionProperty.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 StringThe ID of the action.final StringA description for the action.final ObjectThe parameters for the action, if applicable.The name of the action that must be completed before the current action starts.final ObjectThe targets for the action.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 theCfnExperimentTemplate.ExperimentTemplateActionProperty.Builder.
-
-
Method Details
-
getActionId
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionPropertyThe ID of the action.The format of the action ID is: aws: service-name : action-type .
- Specified by:
getActionIdin interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
getDescription
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionPropertyA description for the action.- Specified by:
getDescriptionin interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
getParameters
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionPropertyThe parameters for the action, if applicable.- Specified by:
getParametersin interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
getStartAfter
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionPropertyThe 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:
getStartAfterin interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
getTargets
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateActionPropertyThe targets for the action.- Specified by:
getTargetsin interfaceCfnExperimentTemplate.ExperimentTemplateActionProperty
-
$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()
-