Class CfnRecipePropsMixin.ConditionExpressionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnRecipePropsMixin.ConditionExpressionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRecipePropsMixin.ConditionExpressionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRecipePropsMixin.ConditionExpressionProperty
@Stability(Stable)
@Internal
public static final class CfnRecipePropsMixin.ConditionExpressionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecipePropsMixin.ConditionExpressionProperty
An implementation for
CfnRecipePropsMixin.ConditionExpressionProperty-
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.databrew.CfnRecipePropsMixin.ConditionExpressionProperty
CfnRecipePropsMixin.ConditionExpressionProperty.Builder, CfnRecipePropsMixin.ConditionExpressionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRecipePropsMixin.ConditionExpressionProperty.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 StringA specific condition to apply to a recipe action.final StringA column to apply this condition to.final StringgetValue()A value that the condition must evaluate to for the condition to succeed.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 theCfnRecipePropsMixin.ConditionExpressionProperty.Builder.
-
-
Method Details
-
getCondition
Description copied from interface:CfnRecipePropsMixin.ConditionExpressionPropertyA specific condition to apply to a recipe action.For more information, see Recipe structure in the AWS Glue DataBrew Developer Guide .
- Specified by:
getConditionin interfaceCfnRecipePropsMixin.ConditionExpressionProperty- See Also:
-
getTargetColumn
Description copied from interface:CfnRecipePropsMixin.ConditionExpressionPropertyA column to apply this condition to.- Specified by:
getTargetColumnin interfaceCfnRecipePropsMixin.ConditionExpressionProperty- See Also:
-
getValue
Description copied from interface:CfnRecipePropsMixin.ConditionExpressionPropertyA value that the condition must evaluate to for the condition to succeed.- Specified by:
getValuein interfaceCfnRecipePropsMixin.ConditionExpressionProperty- 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()
-