@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeRangeFilterInput extends Object implements Serializable, Cloneable, StructuredPojo
The input for the time-range filter.
| Constructor and Description |
|---|
TimeRangeFilterInput() |
| Modifier and Type | Method and Description |
|---|---|
TimeRangeFilterInput |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The end time for the time-range filter.
|
Date |
getStartTime()
The start time for the time-range filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndTime(Date endTime)
The end time for the time-range filter.
|
void |
setStartTime(Date startTime)
The start time for the time-range filter.
|
String |
toString()
Returns a string representation of this object.
|
TimeRangeFilterInput |
withEndTime(Date endTime)
The end time for the time-range filter.
|
TimeRangeFilterInput |
withStartTime(Date startTime)
The start time for the time-range filter.
|
public void setEndTime(Date endTime)
The end time for the time-range filter.
endTime - The end time for the time-range filter.public Date getEndTime()
The end time for the time-range filter.
public TimeRangeFilterInput withEndTime(Date endTime)
The end time for the time-range filter.
endTime - The end time for the time-range filter.public void setStartTime(Date startTime)
The start time for the time-range filter.
startTime - The start time for the time-range filter.public Date getStartTime()
The start time for the time-range filter.
public TimeRangeFilterInput withStartTime(Date startTime)
The start time for the time-range filter.
startTime - The start time for the time-range filter.public String toString()
toString in class ObjectObject.toString()public TimeRangeFilterInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.