Class DateTimeFilterExpression
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.DateTimeFilterExpression
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DateTimeFilterExpression.Builder,DateTimeFilterExpression>
@Generated("software.amazon.awssdk:codegen") public final class DateTimeFilterExpression extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DateTimeFilterExpression.Builder,DateTimeFilterExpression>
The time stamp in date-time format.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDateTimeFilterExpression.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DateTimeFilterExpression.Builderbuilder()InstantdateTime()The date and time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the date-time field to filter on.ComparisonOperatoroperator()The type of comparison to use to filter the results.StringoperatorAsString()The type of comparison to use to filter the results.List<SdkField<?>>sdkFields()static Class<? extends DateTimeFilterExpression.Builder>serializableBuilderClass()DateTimeFilterExpression.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
-
dateTime
public final Instant dateTime()
The date and time.
- Returns:
- The date and time.
-
name
public final String name()
The name of the date-time field to filter on.
- Returns:
- The name of the date-time field to filter on.
-
operator
public final ComparisonOperator operator()
The type of comparison to use to filter the results.
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 type of comparison to use to filter the results.
- See Also:
ComparisonOperator
-
operatorAsString
public final String operatorAsString()
The type of comparison to use to filter the results.
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 type of comparison to use to filter the results.
- See Also:
ComparisonOperator
-
toBuilder
public DateTimeFilterExpression.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DateTimeFilterExpression.Builder,DateTimeFilterExpression>
-
builder
public static DateTimeFilterExpression.Builder builder()
-
serializableBuilderClass
public static Class<? extends DateTimeFilterExpression.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.
-
-