@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeRangeFilter extends Object implements Serializable, Cloneable
Filters update actions from the service updates that are in available status during the time range.
Constructor and Description |
---|
TimeRangeFilter() |
Modifier and Type | Method and Description |
---|---|
TimeRangeFilter |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The end time of the time range filter
|
Date |
getStartTime()
The start time of the time range filter
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end time of the time range filter
|
void |
setStartTime(Date startTime)
The start time of the time range filter
|
String |
toString()
Returns a string representation of this object.
|
TimeRangeFilter |
withEndTime(Date endTime)
The end time of the time range filter
|
TimeRangeFilter |
withStartTime(Date startTime)
The start time of the time range filter
|
public void setStartTime(Date startTime)
The start time of the time range filter
startTime
- The start time of the time range filterpublic Date getStartTime()
The start time of the time range filter
public TimeRangeFilter withStartTime(Date startTime)
The start time of the time range filter
startTime
- The start time of the time range filterpublic void setEndTime(Date endTime)
The end time of the time range filter
endTime
- The end time of the time range filterpublic Date getEndTime()
The end time of the time range filter
public TimeRangeFilter withEndTime(Date endTime)
The end time of the time range filter
endTime
- The end time of the time range filterpublic String toString()
toString
in class Object
Object.toString()
public TimeRangeFilter clone()