@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlywheelFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FlywheelFilter.Builder |
builder() |
Instant |
creationTimeAfter()
Filter the flywheels to include flywheels created after the specified time.
|
Instant |
creationTimeBefore()
Filter the flywheels to include flywheels created before the specified time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlywheelFilter.Builder> |
serializableBuilderClass() |
FlywheelStatus |
status()
Filter the flywheels based on the flywheel status.
|
String |
statusAsString()
Filter the flywheels based on the flywheel status.
|
FlywheelFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, status will
return FlywheelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FlywheelStatuspublic 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, status will
return FlywheelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FlywheelStatuspublic final Instant creationTimeAfter()
Filter the flywheels to include flywheels created after the specified time.
public final Instant creationTimeBefore()
Filter the flywheels to include flywheels created before the specified time.
public FlywheelFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlywheelFilter.Builder,FlywheelFilter>public static FlywheelFilter.Builder builder()
public static Class<? extends FlywheelFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.