Class FlywheelIterationFilter
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.FlywheelIterationFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlywheelIterationFilter.Builder,FlywheelIterationFilter>
@Generated("software.amazon.awssdk:codegen") public final class FlywheelIterationFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlywheelIterationFilter.Builder,FlywheelIterationFilter>
Filter the flywheel iterations based on creation time.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlywheelIterationFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlywheelIterationFilter.Builderbuilder()InstantcreationTimeAfter()Filter the flywheel iterations to include iterations created after the specified time.InstantcreationTimeBefore()Filter the flywheel iterations to include iterations created before the specified time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FlywheelIterationFilter.Builder>serializableBuilderClass()FlywheelIterationFilter.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
-
creationTimeAfter
public final Instant creationTimeAfter()
Filter the flywheel iterations to include iterations created after the specified time.
- Returns:
- Filter the flywheel iterations to include iterations created after the specified time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Filter the flywheel iterations to include iterations created before the specified time.
- Returns:
- Filter the flywheel iterations to include iterations created before the specified time.
-
toBuilder
public FlywheelIterationFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlywheelIterationFilter.Builder,FlywheelIterationFilter>
-
builder
public static FlywheelIterationFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlywheelIterationFilter.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.
-
-