@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimpleRuleEvaluation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SimpleRuleEvaluation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputPropertyValue()
The value of the input property, on the left side of the comparison operator.
|
ComparisonOperator |
operator()
The comparison operator.
|
String |
operatorAsString()
The comparison operator.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SimpleRuleEvaluation.Builder> |
serializableBuilderClass() |
String |
thresholdValue()
The threshold value, on the right side of the comparison operator.
|
SimpleRuleEvaluation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inputPropertyValue()
The value of the input property, on the left side of the comparison operator.
public final ComparisonOperator operator()
The comparison operator.
If the service returns an enum value that is not available in the current SDK version, operator will
return ComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
operatorAsString().
ComparisonOperatorpublic final String operatorAsString()
The comparison operator.
If the service returns an enum value that is not available in the current SDK version, operator will
return ComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
operatorAsString().
ComparisonOperatorpublic final String thresholdValue()
The threshold value, on the right side of the comparison operator.
public SimpleRuleEvaluation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SimpleRuleEvaluation.Builder,SimpleRuleEvaluation>public static SimpleRuleEvaluation.Builder builder()
public static Class<? extends SimpleRuleEvaluation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.