#[non_exhaustive]pub struct SampleChannelDataInput { /* private fields */ }Implementations§
source§impl SampleChannelDataInput
impl SampleChannelDataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SampleChannelData, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SampleChannelData, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SampleChannelData>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SampleChannelDataInput.
source§impl SampleChannelDataInput
impl SampleChannelDataInput
sourcepub fn channel_name(&self) -> Option<&str>
pub fn channel_name(&self) -> Option<&str>
The name of the channel whose message samples are retrieved.
sourcepub fn max_messages(&self) -> Option<i32>
pub fn max_messages(&self) -> Option<i32>
The number of sample messages to be retrieved. The limit is 10. The default is also 10.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The start of the time window from which sample messages are retrieved.
Trait Implementations§
source§impl Clone for SampleChannelDataInput
impl Clone for SampleChannelDataInput
source§fn clone(&self) -> SampleChannelDataInput
fn clone(&self) -> SampleChannelDataInput
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 SampleChannelDataInput
impl Debug for SampleChannelDataInput
source§impl PartialEq<SampleChannelDataInput> for SampleChannelDataInput
impl PartialEq<SampleChannelDataInput> for SampleChannelDataInput
source§fn eq(&self, other: &SampleChannelDataInput) -> bool
fn eq(&self, other: &SampleChannelDataInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.