Class FlywheelFilter
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.FlywheelFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlywheelFilter.Builder,FlywheelFilter>
@Generated("software.amazon.awssdk:codegen") public final class FlywheelFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlywheelFilter.Builder,FlywheelFilter>
Filter the flywheels based on creation time or flywheel status.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlywheelFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlywheelFilter.Builderbuilder()InstantcreationTimeAfter()Filter the flywheels to include flywheels created after the specified time.InstantcreationTimeBefore()Filter the flywheels to include flywheels 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 FlywheelFilter.Builder>serializableBuilderClass()FlywheelStatusstatus()Filter the flywheels based on the flywheel status.StringstatusAsString()Filter the flywheels based on the flywheel status.FlywheelFilter.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
-
status
public final FlywheelStatus status()
Filter the flywheels based on the flywheel status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFlywheelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Filter the flywheels based on the flywheel status.
- See Also:
FlywheelStatus
-
statusAsString
public final String statusAsString()
Filter the flywheels based on the flywheel status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFlywheelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Filter the flywheels based on the flywheel status.
- See Also:
FlywheelStatus
-
creationTimeAfter
public final Instant creationTimeAfter()
Filter the flywheels to include flywheels created after the specified time.
- Returns:
- Filter the flywheels to include flywheels created after the specified time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Filter the flywheels to include flywheels created before the specified time.
- Returns:
- Filter the flywheels to include flywheels created before the specified time.
-
toBuilder
public FlywheelFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlywheelFilter.Builder,FlywheelFilter>
-
builder
public static FlywheelFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlywheelFilter.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.
-
-