Class SimpleRuleEvaluation
- java.lang.Object
-
- software.amazon.awssdk.services.ioteventsdata.model.SimpleRuleEvaluation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SimpleRuleEvaluation.Builder,SimpleRuleEvaluation>
@Generated("software.amazon.awssdk:codegen") public final class SimpleRuleEvaluation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SimpleRuleEvaluation.Builder,SimpleRuleEvaluation>
Information needed to compare two values with a comparison operator.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSimpleRuleEvaluation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleRuleEvaluation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputPropertyValue()The value of the input property, on the left side of the comparison operator.ComparisonOperatoroperator()The comparison operator.StringoperatorAsString()The comparison operator.List<SdkField<?>>sdkFields()static Class<? extends SimpleRuleEvaluation.Builder>serializableBuilderClass()StringthresholdValue()The threshold value, on the right side of the comparison operator.SimpleRuleEvaluation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inputPropertyValue
public final String inputPropertyValue()
The value of the input property, on the left side of the comparison operator.
- Returns:
- The value of the input property, on the left side of the comparison operator.
-
operator
public final ComparisonOperator operator()
The comparison operator.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The comparison operator.
- See Also:
ComparisonOperator
-
operatorAsString
public final String operatorAsString()
The comparison operator.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The comparison operator.
- See Also:
ComparisonOperator
-
thresholdValue
public final String thresholdValue()
The threshold value, on the right side of the comparison operator.
- Returns:
- The threshold value, on the right side of the comparison operator.
-
toBuilder
public SimpleRuleEvaluation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SimpleRuleEvaluation.Builder,SimpleRuleEvaluation>
-
builder
public static SimpleRuleEvaluation.Builder builder()
-
serializableBuilderClass
public static Class<? extends SimpleRuleEvaluation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-