#[non_exhaustive]pub struct ListThingRegistrationTaskReportsInput { /* private fields */ }
Implementations§
source§impl ListThingRegistrationTaskReportsInput
impl ListThingRegistrationTaskReportsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListThingRegistrationTaskReports, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListThingRegistrationTaskReports, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListThingRegistrationTaskReports
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListThingRegistrationTaskReportsInput
.
source§impl ListThingRegistrationTaskReportsInput
impl ListThingRegistrationTaskReportsInput
sourcepub fn report_type(&self) -> Option<&ReportType>
pub fn report_type(&self) -> Option<&ReportType>
The type of task report.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return per request.
Trait Implementations§
source§impl Clone for ListThingRegistrationTaskReportsInput
impl Clone for ListThingRegistrationTaskReportsInput
source§fn clone(&self) -> ListThingRegistrationTaskReportsInput
fn clone(&self) -> ListThingRegistrationTaskReportsInput
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 PartialEq<ListThingRegistrationTaskReportsInput> for ListThingRegistrationTaskReportsInput
impl PartialEq<ListThingRegistrationTaskReportsInput> for ListThingRegistrationTaskReportsInput
source§fn eq(&self, other: &ListThingRegistrationTaskReportsInput) -> bool
fn eq(&self, other: &ListThingRegistrationTaskReportsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.