Class ArchiveBooleanExpression
- java.lang.Object
-
- software.amazon.awssdk.services.mailmanager.model.ArchiveBooleanExpression
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ArchiveBooleanExpression.Builder,ArchiveBooleanExpression>
@Generated("software.amazon.awssdk:codegen") public final class ArchiveBooleanExpression extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArchiveBooleanExpression.Builder,ArchiveBooleanExpression>
A boolean expression to evaluate email attribute values.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceArchiveBooleanExpression.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArchiveBooleanExpression.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ArchiveBooleanToEvaluateevaluate()The email attribute value to evaluate.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ArchiveBooleanOperatoroperator()The boolean operator to use for evaluation.StringoperatorAsString()The boolean operator to use for evaluation.List<SdkField<?>>sdkFields()static Class<? extends ArchiveBooleanExpression.Builder>serializableBuilderClass()ArchiveBooleanExpression.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
-
evaluate
public final ArchiveBooleanToEvaluate evaluate()
The email attribute value to evaluate.
- Returns:
- The email attribute value to evaluate.
-
operator
public final ArchiveBooleanOperator operator()
The boolean operator to use for evaluation.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnArchiveBooleanOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The boolean operator to use for evaluation.
- See Also:
ArchiveBooleanOperator
-
operatorAsString
public final String operatorAsString()
The boolean operator to use for evaluation.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnArchiveBooleanOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The boolean operator to use for evaluation.
- See Also:
ArchiveBooleanOperator
-
toBuilder
public ArchiveBooleanExpression.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ArchiveBooleanExpression.Builder,ArchiveBooleanExpression>
-
builder
public static ArchiveBooleanExpression.Builder builder()
-
serializableBuilderClass
public static Class<? extends ArchiveBooleanExpression.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.
-
-