#[non_exhaustive]pub struct GetOtaUpdateOutputBuilder { /* private fields */ }Expand description
A builder for GetOtaUpdateOutput.
Implementations§
source§impl GetOtaUpdateOutputBuilder
impl GetOtaUpdateOutputBuilder
sourcepub fn ota_update_info(self, input: OtaUpdateInfo) -> Self
pub fn ota_update_info(self, input: OtaUpdateInfo) -> Self
The OTA update info.
sourcepub fn set_ota_update_info(self, input: Option<OtaUpdateInfo>) -> Self
pub fn set_ota_update_info(self, input: Option<OtaUpdateInfo>) -> Self
The OTA update info.
sourcepub fn get_ota_update_info(&self) -> &Option<OtaUpdateInfo>
pub fn get_ota_update_info(&self) -> &Option<OtaUpdateInfo>
The OTA update info.
sourcepub fn build(self) -> GetOtaUpdateOutput
pub fn build(self) -> GetOtaUpdateOutput
Consumes the builder and constructs a GetOtaUpdateOutput.
Trait Implementations§
source§impl Clone for GetOtaUpdateOutputBuilder
impl Clone for GetOtaUpdateOutputBuilder
source§fn clone(&self) -> GetOtaUpdateOutputBuilder
fn clone(&self) -> GetOtaUpdateOutputBuilder
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 GetOtaUpdateOutputBuilder
impl Debug for GetOtaUpdateOutputBuilder
source§impl Default for GetOtaUpdateOutputBuilder
impl Default for GetOtaUpdateOutputBuilder
source§fn default() -> GetOtaUpdateOutputBuilder
fn default() -> GetOtaUpdateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetOtaUpdateOutputBuilder
impl PartialEq for GetOtaUpdateOutputBuilder
source§fn eq(&self, other: &GetOtaUpdateOutputBuilder) -> bool
fn eq(&self, other: &GetOtaUpdateOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetOtaUpdateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetOtaUpdateOutputBuilder
impl Send for GetOtaUpdateOutputBuilder
impl Sync for GetOtaUpdateOutputBuilder
impl Unpin for GetOtaUpdateOutputBuilder
impl UnwindSafe for GetOtaUpdateOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.