Class CfnTrigger.ConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnTrigger.ConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTrigger.ConditionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrigger.ConditionProperty
@Stability(Stable)
@Internal
public static final class CfnTrigger.ConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrigger.ConditionProperty
An implementation for
CfnTrigger.ConditionProperty
-
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.glue.CfnTrigger.ConditionProperty
CfnTrigger.ConditionProperty.Builder, CfnTrigger.ConditionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTrigger.ConditionProperty.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 name of the crawler to which this condition applies.final String
The state of the crawler to which this condition applies.final String
The name of the job whoseJobRuns
this condition applies to, and on which this trigger waits.final String
A logical operator.final String
getState()
The condition state.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 theCfnTrigger.ConditionProperty.Builder
.
-
-
Method Details
-
getCrawlerName
Description copied from interface:CfnTrigger.ConditionProperty
The name of the crawler to which this condition applies.- Specified by:
getCrawlerName
in interfaceCfnTrigger.ConditionProperty
- See Also:
-
getCrawlState
Description copied from interface:CfnTrigger.ConditionProperty
The state of the crawler to which this condition applies.- Specified by:
getCrawlState
in interfaceCfnTrigger.ConditionProperty
- See Also:
-
getJobName
Description copied from interface:CfnTrigger.ConditionProperty
The name of the job whoseJobRuns
this condition applies to, and on which this trigger waits.- Specified by:
getJobName
in interfaceCfnTrigger.ConditionProperty
- See Also:
-
getLogicalOperator
Description copied from interface:CfnTrigger.ConditionProperty
A logical operator.- Specified by:
getLogicalOperator
in interfaceCfnTrigger.ConditionProperty
- See Also:
-
getState
Description copied from interface:CfnTrigger.ConditionProperty
The condition state.Currently, the values supported are
SUCCEEDED
,STOPPED
,TIMEOUT
, andFAILED
.- Specified by:
getState
in interfaceCfnTrigger.ConditionProperty
- See Also:
-
$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()
-