public static final class CfnRecipe.ConditionExpressionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecipe.ConditionExpressionProperty
CfnRecipe.ConditionExpressionProperty
CfnRecipe.ConditionExpressionProperty.Builder, CfnRecipe.ConditionExpressionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCondition()
A specific condition to apply to a recipe action.
|
java.lang.String |
getTargetColumn()
A column to apply this condition to.
|
java.lang.String |
getValue()
A value that the condition must evaluate to for the condition to succeed.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getCondition()
CfnRecipe.ConditionExpressionProperty
For more information, see Recipe structure in the AWS Glue DataBrew Developer Guide .
getCondition
in interface CfnRecipe.ConditionExpressionProperty
public final java.lang.String getTargetColumn()
CfnRecipe.ConditionExpressionProperty
getTargetColumn
in interface CfnRecipe.ConditionExpressionProperty
public final java.lang.String getValue()
CfnRecipe.ConditionExpressionProperty
getValue
in interface CfnRecipe.ConditionExpressionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()