Struct aws_sdk_iot::input::ListOtaUpdatesInput
source · #[non_exhaustive]pub struct ListOtaUpdatesInput { /* private fields */ }
Implementations§
source§impl ListOtaUpdatesInput
impl ListOtaUpdatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOTAUpdates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOTAUpdates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListOTAUpdates
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListOtaUpdatesInput
.
source§impl ListOtaUpdatesInput
impl ListOtaUpdatesInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return at one time.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token used to retrieve the next set of results.
sourcepub fn ota_update_status(&self) -> Option<&OtaUpdateStatus>
pub fn ota_update_status(&self) -> Option<&OtaUpdateStatus>
The OTA update job status.
Trait Implementations§
source§impl Clone for ListOtaUpdatesInput
impl Clone for ListOtaUpdatesInput
source§fn clone(&self) -> ListOtaUpdatesInput
fn clone(&self) -> ListOtaUpdatesInput
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 ListOtaUpdatesInput
impl Debug for ListOtaUpdatesInput
source§impl PartialEq<ListOtaUpdatesInput> for ListOtaUpdatesInput
impl PartialEq<ListOtaUpdatesInput> for ListOtaUpdatesInput
source§fn eq(&self, other: &ListOtaUpdatesInput) -> bool
fn eq(&self, other: &ListOtaUpdatesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.