Struct aws_sdk_iot::input::GetOtaUpdateInput
source · #[non_exhaustive]pub struct GetOtaUpdateInput { /* private fields */ }
Implementations§
source§impl GetOtaUpdateInput
impl GetOtaUpdateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOTAUpdate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOTAUpdate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetOTAUpdate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetOtaUpdateInput
.
source§impl GetOtaUpdateInput
impl GetOtaUpdateInput
sourcepub fn ota_update_id(&self) -> Option<&str>
pub fn ota_update_id(&self) -> Option<&str>
The OTA update ID.
Trait Implementations§
source§impl Clone for GetOtaUpdateInput
impl Clone for GetOtaUpdateInput
source§fn clone(&self) -> GetOtaUpdateInput
fn clone(&self) -> GetOtaUpdateInput
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 GetOtaUpdateInput
impl Debug for GetOtaUpdateInput
source§impl PartialEq<GetOtaUpdateInput> for GetOtaUpdateInput
impl PartialEq<GetOtaUpdateInput> for GetOtaUpdateInput
source§fn eq(&self, other: &GetOtaUpdateInput) -> bool
fn eq(&self, other: &GetOtaUpdateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.