Class CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
An implementation for
CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
-
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.connect.CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Builder, CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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
protected Jsii$Proxy(CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Builder
.
-
-
Method Details
-
getCategory
Description copied from interface:CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
The category name, as defined in Rules.Minimum : 1
Maximum : 50
- Specified by:
getCategory
in interfaceCfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
- See Also:
-
getCondition
Description copied from interface:CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
The condition to apply for the automation option.If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
Allowed values :
PRESENT
|NOT_PRESENT
Maximum : 50
- Specified by:
getCondition
in interfaceCfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
- See Also:
-
getOptionRefId
Description copied from interface:CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
The identifier of the answer option. An identifier must be unique within the question.Length Constraints : Minimum length of 1. Maximum length of 40.
- Specified by:
getOptionRefId
in interfaceCfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty
- 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()
-