Struct aws_sdk_iot::input::GetOtaUpdateInput
source · [−]#[non_exhaustive]pub struct GetOtaUpdateInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetOtaUpdateInput
impl Clone for GetOtaUpdateInput
sourcefn clone(&self) -> GetOtaUpdateInput
fn clone(&self) -> GetOtaUpdateInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetOtaUpdateInput
impl Debug for GetOtaUpdateInput
sourceimpl PartialEq<GetOtaUpdateInput> for GetOtaUpdateInput
impl PartialEq<GetOtaUpdateInput> for GetOtaUpdateInput
sourcefn eq(&self, other: &GetOtaUpdateInput) -> bool
fn eq(&self, other: &GetOtaUpdateInput) -> bool
impl StructuralPartialEq for GetOtaUpdateInput
Auto Trait Implementations
impl RefUnwindSafe for GetOtaUpdateInput
impl Send for GetOtaUpdateInput
impl Sync for GetOtaUpdateInput
impl Unpin for GetOtaUpdateInput
impl UnwindSafe for GetOtaUpdateInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more