Struct aws_sdk_lexmodelsv2::model::DateRangeFilter
source · #[non_exhaustive]pub struct DateRangeFilter { /* private fields */ }Expand description
The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.
Implementations§
source§impl DateRangeFilter
impl DateRangeFilter
sourcepub fn start_date_time(&self) -> Option<&DateTime>
pub fn start_date_time(&self) -> Option<&DateTime>
A timestamp indicating the start date for the date range filter.
sourcepub fn end_date_time(&self) -> Option<&DateTime>
pub fn end_date_time(&self) -> Option<&DateTime>
A timestamp indicating the end date for the date range filter.
source§impl DateRangeFilter
impl DateRangeFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DateRangeFilter.
Trait Implementations§
source§impl Clone for DateRangeFilter
impl Clone for DateRangeFilter
source§fn clone(&self) -> DateRangeFilter
fn clone(&self) -> DateRangeFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DateRangeFilter
impl Debug for DateRangeFilter
source§impl PartialEq<DateRangeFilter> for DateRangeFilter
impl PartialEq<DateRangeFilter> for DateRangeFilter
source§fn eq(&self, other: &DateRangeFilter) -> bool
fn eq(&self, other: &DateRangeFilter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.