Class CfnTriggerPropsMixin.ConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.glue.mixins.CfnTriggerPropsMixin.ConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTriggerPropsMixin.ConditionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTriggerPropsMixin.ConditionProperty
@Stability(Stable)
@Internal
public static final class CfnTriggerPropsMixin.ConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTriggerPropsMixin.ConditionProperty
An implementation for
CfnTriggerPropsMixin.ConditionProperty-
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.glue.mixins.CfnTriggerPropsMixin.ConditionProperty
CfnTriggerPropsMixin.ConditionProperty.Builder, CfnTriggerPropsMixin.ConditionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTriggerPropsMixin.ConditionProperty.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 name of the crawler to which this condition applies.final StringThe state of the crawler to which this condition applies.final StringThe name of the job whoseJobRunsthis condition applies to, and on which this trigger waits.final StringA logical operator.final StringgetState()The condition state.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 theCfnTriggerPropsMixin.ConditionProperty.Builder.
-
-
Method Details
-
getCrawlerName
Description copied from interface:CfnTriggerPropsMixin.ConditionPropertyThe name of the crawler to which this condition applies.- Specified by:
getCrawlerNamein interfaceCfnTriggerPropsMixin.ConditionProperty- See Also:
-
getCrawlState
Description copied from interface:CfnTriggerPropsMixin.ConditionPropertyThe state of the crawler to which this condition applies.- Specified by:
getCrawlStatein interfaceCfnTriggerPropsMixin.ConditionProperty- See Also:
-
getJobName
Description copied from interface:CfnTriggerPropsMixin.ConditionPropertyThe name of the job whoseJobRunsthis condition applies to, and on which this trigger waits.- Specified by:
getJobNamein interfaceCfnTriggerPropsMixin.ConditionProperty- See Also:
-
getLogicalOperator
Description copied from interface:CfnTriggerPropsMixin.ConditionPropertyA logical operator.- Specified by:
getLogicalOperatorin interfaceCfnTriggerPropsMixin.ConditionProperty- See Also:
-
getState
Description copied from interface:CfnTriggerPropsMixin.ConditionPropertyThe condition state.Currently, the values supported are
SUCCEEDED,STOPPED,TIMEOUT, andFAILED.- Specified by:
getStatein interfaceCfnTriggerPropsMixin.ConditionProperty- 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()
-