Interface CfnCaseRule.OperandTwoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCaseRule.OperandTwoProperty.Jsii$Proxy
- Enclosing class:
CfnCaseRule
@Stability(Stable)
public static interface CfnCaseRule.OperandTwoProperty
extends software.amazon.jsii.JsiiSerializable
Represents the right hand operand in the condition.
In the Amazon Connect admin website, case rules are known as case field conditions . For more information about case field conditions, see Add case field conditions to a case template .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cases.*;
Object emptyValue;
OperandTwoProperty operandTwoProperty = OperandTwoProperty.builder()
.booleanValue(false)
.doubleValue(123)
.emptyValue(emptyValue)
.stringValue("stringValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCaseRule.OperandTwoPropertystatic final classAn implementation forCfnCaseRule.OperandTwoProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBooleanValue
Boolean value type.Returns union: either
BooleanorIResolvable- See Also:
-
getDoubleValue
Double value type.- See Also:
-
getEmptyValue
Represents an empty operand value.In the Amazon Connect admin website, case rules are known as case field conditions . For more information about case field conditions, see Add case field conditions to a case template .
- See Also:
-
getStringValue
String value type.- See Also:
-
builder
-