Class CfnPlanPropsMixin.WorkflowProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.WorkflowProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlanPropsMixin.WorkflowProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlanPropsMixin.WorkflowProperty
@Stability(Stable)
@Internal
public static final class CfnPlanPropsMixin.WorkflowProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlanPropsMixin.WorkflowProperty
An implementation for
CfnPlanPropsMixin.WorkflowProperty-
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.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.WorkflowProperty
CfnPlanPropsMixin.WorkflowProperty.Builder, CfnPlanPropsMixin.WorkflowProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlanPropsMixin.WorkflowProperty.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 ObjectgetSteps()The steps that make up the workflow.final StringThe description of the workflow.final StringThe action that the workflow performs.final StringThe AWS Region that the workflow targets.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 theCfnPlanPropsMixin.WorkflowProperty.Builder.
-
-
Method Details
-
getSteps
Description copied from interface:CfnPlanPropsMixin.WorkflowPropertyThe steps that make up the workflow.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlanPropsMixin.StepProperty>- Specified by:
getStepsin interfaceCfnPlanPropsMixin.WorkflowProperty- See Also:
-
getWorkflowDescription
Description copied from interface:CfnPlanPropsMixin.WorkflowPropertyThe description of the workflow.- Specified by:
getWorkflowDescriptionin interfaceCfnPlanPropsMixin.WorkflowProperty- See Also:
-
getWorkflowTargetAction
Description copied from interface:CfnPlanPropsMixin.WorkflowPropertyThe action that the workflow performs.Valid values include ACTIVATE and DEACTIVATE.
- Specified by:
getWorkflowTargetActionin interfaceCfnPlanPropsMixin.WorkflowProperty- See Also:
-
getWorkflowTargetRegion
Description copied from interface:CfnPlanPropsMixin.WorkflowPropertyThe AWS Region that the workflow targets.- Specified by:
getWorkflowTargetRegionin interfaceCfnPlanPropsMixin.WorkflowProperty- 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()
-