@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DateRangeFilter extends Object implements Serializable, Cloneable, StructuredPojo
The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.
| Constructor and Description |
|---|
DateRangeFilter() |
| Modifier and Type | Method and Description |
|---|---|
DateRangeFilter |
clone() |
boolean |
equals(Object obj) |
Date |
getEndDateTime()
A timestamp indicating the end date for the date range filter.
|
Date |
getStartDateTime()
A timestamp indicating the start date for the date range filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndDateTime(Date endDateTime)
A timestamp indicating the end date for the date range filter.
|
void |
setStartDateTime(Date startDateTime)
A timestamp indicating the start date for the date range filter.
|
String |
toString()
Returns a string representation of this object.
|
DateRangeFilter |
withEndDateTime(Date endDateTime)
A timestamp indicating the end date for the date range filter.
|
DateRangeFilter |
withStartDateTime(Date startDateTime)
A timestamp indicating the start date for the date range filter.
|
public void setStartDateTime(Date startDateTime)
A timestamp indicating the start date for the date range filter.
startDateTime - A timestamp indicating the start date for the date range filter.public Date getStartDateTime()
A timestamp indicating the start date for the date range filter.
public DateRangeFilter withStartDateTime(Date startDateTime)
A timestamp indicating the start date for the date range filter.
startDateTime - A timestamp indicating the start date for the date range filter.public void setEndDateTime(Date endDateTime)
A timestamp indicating the end date for the date range filter.
endDateTime - A timestamp indicating the end date for the date range filter.public Date getEndDateTime()
A timestamp indicating the end date for the date range filter.
public DateRangeFilter withEndDateTime(Date endDateTime)
A timestamp indicating the end date for the date range filter.
endDateTime - A timestamp indicating the end date for the date range filter.public String toString()
toString in class ObjectObject.toString()public DateRangeFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.