#[non_exhaustive]pub struct CreateOtaUpdateOutputBuilder { /* private fields */ }
Expand description
A builder for CreateOtaUpdateOutput
.
Implementations§
source§impl CreateOtaUpdateOutputBuilder
impl CreateOtaUpdateOutputBuilder
sourcepub fn ota_update_id(self, input: impl Into<String>) -> Self
pub fn ota_update_id(self, input: impl Into<String>) -> Self
The OTA update ID.
sourcepub fn set_ota_update_id(self, input: Option<String>) -> Self
pub fn set_ota_update_id(self, input: Option<String>) -> Self
The OTA update ID.
sourcepub fn get_ota_update_id(&self) -> &Option<String>
pub fn get_ota_update_id(&self) -> &Option<String>
The OTA update ID.
sourcepub fn aws_iot_job_id(self, input: impl Into<String>) -> Self
pub fn aws_iot_job_id(self, input: impl Into<String>) -> Self
The IoT job ID associated with the OTA update.
sourcepub fn set_aws_iot_job_id(self, input: Option<String>) -> Self
pub fn set_aws_iot_job_id(self, input: Option<String>) -> Self
The IoT job ID associated with the OTA update.
sourcepub fn get_aws_iot_job_id(&self) -> &Option<String>
pub fn get_aws_iot_job_id(&self) -> &Option<String>
The IoT job ID associated with the OTA update.
sourcepub fn ota_update_arn(self, input: impl Into<String>) -> Self
pub fn ota_update_arn(self, input: impl Into<String>) -> Self
The OTA update ARN.
sourcepub fn set_ota_update_arn(self, input: Option<String>) -> Self
pub fn set_ota_update_arn(self, input: Option<String>) -> Self
The OTA update ARN.
sourcepub fn get_ota_update_arn(&self) -> &Option<String>
pub fn get_ota_update_arn(&self) -> &Option<String>
The OTA update ARN.
sourcepub fn aws_iot_job_arn(self, input: impl Into<String>) -> Self
pub fn aws_iot_job_arn(self, input: impl Into<String>) -> Self
The IoT job ARN associated with the OTA update.
sourcepub fn set_aws_iot_job_arn(self, input: Option<String>) -> Self
pub fn set_aws_iot_job_arn(self, input: Option<String>) -> Self
The IoT job ARN associated with the OTA update.
sourcepub fn get_aws_iot_job_arn(&self) -> &Option<String>
pub fn get_aws_iot_job_arn(&self) -> &Option<String>
The IoT job ARN associated with the OTA update.
sourcepub fn ota_update_status(self, input: OtaUpdateStatus) -> Self
pub fn ota_update_status(self, input: OtaUpdateStatus) -> Self
The OTA update status.
sourcepub fn set_ota_update_status(self, input: Option<OtaUpdateStatus>) -> Self
pub fn set_ota_update_status(self, input: Option<OtaUpdateStatus>) -> Self
The OTA update status.
sourcepub fn get_ota_update_status(&self) -> &Option<OtaUpdateStatus>
pub fn get_ota_update_status(&self) -> &Option<OtaUpdateStatus>
The OTA update status.
sourcepub fn build(self) -> CreateOtaUpdateOutput
pub fn build(self) -> CreateOtaUpdateOutput
Consumes the builder and constructs a CreateOtaUpdateOutput
.
Trait Implementations§
source§impl Clone for CreateOtaUpdateOutputBuilder
impl Clone for CreateOtaUpdateOutputBuilder
source§fn clone(&self) -> CreateOtaUpdateOutputBuilder
fn clone(&self) -> CreateOtaUpdateOutputBuilder
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 CreateOtaUpdateOutputBuilder
impl Debug for CreateOtaUpdateOutputBuilder
source§impl Default for CreateOtaUpdateOutputBuilder
impl Default for CreateOtaUpdateOutputBuilder
source§fn default() -> CreateOtaUpdateOutputBuilder
fn default() -> CreateOtaUpdateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateOtaUpdateOutputBuilder
impl PartialEq for CreateOtaUpdateOutputBuilder
source§fn eq(&self, other: &CreateOtaUpdateOutputBuilder) -> bool
fn eq(&self, other: &CreateOtaUpdateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateOtaUpdateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateOtaUpdateOutputBuilder
impl Send for CreateOtaUpdateOutputBuilder
impl Sync for CreateOtaUpdateOutputBuilder
impl Unpin for CreateOtaUpdateOutputBuilder
impl UnwindSafe for CreateOtaUpdateOutputBuilder
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.