@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlywheelIterationFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filter the flywheel iterations based on creation time.
Constructor and Description |
---|
FlywheelIterationFilter() |
Modifier and Type | Method and Description |
---|---|
FlywheelIterationFilter |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Filter the flywheel iterations to include iterations created after the specified time.
|
Date |
getCreationTimeBefore()
Filter the flywheel iterations to include iterations created before the specified time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTimeAfter(Date creationTimeAfter)
Filter the flywheel iterations to include iterations created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Filter the flywheel iterations to include iterations created before the specified time.
|
String |
toString()
Returns a string representation of this object.
|
FlywheelIterationFilter |
withCreationTimeAfter(Date creationTimeAfter)
Filter the flywheel iterations to include iterations created after the specified time.
|
FlywheelIterationFilter |
withCreationTimeBefore(Date creationTimeBefore)
Filter the flywheel iterations to include iterations created before the specified time.
|
public void setCreationTimeAfter(Date creationTimeAfter)
Filter the flywheel iterations to include iterations created after the specified time.
creationTimeAfter
- Filter the flywheel iterations to include iterations created after the specified time.public Date getCreationTimeAfter()
Filter the flywheel iterations to include iterations created after the specified time.
public FlywheelIterationFilter withCreationTimeAfter(Date creationTimeAfter)
Filter the flywheel iterations to include iterations created after the specified time.
creationTimeAfter
- Filter the flywheel iterations to include iterations created after the specified time.public void setCreationTimeBefore(Date creationTimeBefore)
Filter the flywheel iterations to include iterations created before the specified time.
creationTimeBefore
- Filter the flywheel iterations to include iterations created before the specified time.public Date getCreationTimeBefore()
Filter the flywheel iterations to include iterations created before the specified time.
public FlywheelIterationFilter withCreationTimeBefore(Date creationTimeBefore)
Filter the flywheel iterations to include iterations created before the specified time.
creationTimeBefore
- Filter the flywheel iterations to include iterations created before the specified time.public String toString()
toString
in class Object
Object.toString()
public FlywheelIterationFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.