@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlywheelFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filter the flywheels based on creation time or flywheel status.
| Constructor and Description |
|---|
FlywheelFilter() |
| Modifier and Type | Method and Description |
|---|---|
FlywheelFilter |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Filter the flywheels to include flywheels created after the specified time.
|
Date |
getCreationTimeBefore()
Filter the flywheels to include flywheels created before the specified time.
|
String |
getStatus()
Filter the flywheels based on the flywheel status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationTimeAfter(Date creationTimeAfter)
Filter the flywheels to include flywheels created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Filter the flywheels to include flywheels created before the specified time.
|
void |
setStatus(String status)
Filter the flywheels based on the flywheel status.
|
String |
toString()
Returns a string representation of this object.
|
FlywheelFilter |
withCreationTimeAfter(Date creationTimeAfter)
Filter the flywheels to include flywheels created after the specified time.
|
FlywheelFilter |
withCreationTimeBefore(Date creationTimeBefore)
Filter the flywheels to include flywheels created before the specified time.
|
FlywheelFilter |
withStatus(FlywheelStatus status)
Filter the flywheels based on the flywheel status.
|
FlywheelFilter |
withStatus(String status)
Filter the flywheels based on the flywheel status.
|
public void setStatus(String status)
Filter the flywheels based on the flywheel status.
status - Filter the flywheels based on the flywheel status.FlywheelStatuspublic String getStatus()
Filter the flywheels based on the flywheel status.
FlywheelStatuspublic FlywheelFilter withStatus(String status)
Filter the flywheels based on the flywheel status.
status - Filter the flywheels based on the flywheel status.FlywheelStatuspublic FlywheelFilter withStatus(FlywheelStatus status)
Filter the flywheels based on the flywheel status.
status - Filter the flywheels based on the flywheel status.FlywheelStatuspublic void setCreationTimeAfter(Date creationTimeAfter)
Filter the flywheels to include flywheels created after the specified time.
creationTimeAfter - Filter the flywheels to include flywheels created after the specified time.public Date getCreationTimeAfter()
Filter the flywheels to include flywheels created after the specified time.
public FlywheelFilter withCreationTimeAfter(Date creationTimeAfter)
Filter the flywheels to include flywheels created after the specified time.
creationTimeAfter - Filter the flywheels to include flywheels created after the specified time.public void setCreationTimeBefore(Date creationTimeBefore)
Filter the flywheels to include flywheels created before the specified time.
creationTimeBefore - Filter the flywheels to include flywheels created before the specified time.public Date getCreationTimeBefore()
Filter the flywheels to include flywheels created before the specified time.
public FlywheelFilter withCreationTimeBefore(Date creationTimeBefore)
Filter the flywheels to include flywheels created before the specified time.
creationTimeBefore - Filter the flywheels to include flywheels created before the specified time.public String toString()
toString in class ObjectObject.toString()public FlywheelFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.