#[non_exhaustive]pub struct SoftwareUpdateOptionsStatusBuilder { /* private fields */ }
Expand description
A builder for SoftwareUpdateOptionsStatus
.
Implementations§
source§impl SoftwareUpdateOptionsStatusBuilder
impl SoftwareUpdateOptionsStatusBuilder
sourcepub fn options(self, input: SoftwareUpdateOptions) -> Self
pub fn options(self, input: SoftwareUpdateOptions) -> Self
The service software update options for a domain.
sourcepub fn set_options(self, input: Option<SoftwareUpdateOptions>) -> Self
pub fn set_options(self, input: Option<SoftwareUpdateOptions>) -> Self
The service software update options for a domain.
sourcepub fn get_options(&self) -> &Option<SoftwareUpdateOptions>
pub fn get_options(&self) -> &Option<SoftwareUpdateOptions>
The service software update options for a domain.
sourcepub fn status(self, input: OptionStatus) -> Self
pub fn status(self, input: OptionStatus) -> Self
The status of service software update options, including creation date and last updated date.
sourcepub fn set_status(self, input: Option<OptionStatus>) -> Self
pub fn set_status(self, input: Option<OptionStatus>) -> Self
The status of service software update options, including creation date and last updated date.
sourcepub fn get_status(&self) -> &Option<OptionStatus>
pub fn get_status(&self) -> &Option<OptionStatus>
The status of service software update options, including creation date and last updated date.
sourcepub fn build(self) -> SoftwareUpdateOptionsStatus
pub fn build(self) -> SoftwareUpdateOptionsStatus
Consumes the builder and constructs a SoftwareUpdateOptionsStatus
.
Trait Implementations§
source§impl Clone for SoftwareUpdateOptionsStatusBuilder
impl Clone for SoftwareUpdateOptionsStatusBuilder
source§fn clone(&self) -> SoftwareUpdateOptionsStatusBuilder
fn clone(&self) -> SoftwareUpdateOptionsStatusBuilder
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 Default for SoftwareUpdateOptionsStatusBuilder
impl Default for SoftwareUpdateOptionsStatusBuilder
source§fn default() -> SoftwareUpdateOptionsStatusBuilder
fn default() -> SoftwareUpdateOptionsStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SoftwareUpdateOptionsStatusBuilder
impl PartialEq for SoftwareUpdateOptionsStatusBuilder
source§fn eq(&self, other: &SoftwareUpdateOptionsStatusBuilder) -> bool
fn eq(&self, other: &SoftwareUpdateOptionsStatusBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SoftwareUpdateOptionsStatusBuilder
Auto Trait Implementations§
impl Freeze for SoftwareUpdateOptionsStatusBuilder
impl RefUnwindSafe for SoftwareUpdateOptionsStatusBuilder
impl Send for SoftwareUpdateOptionsStatusBuilder
impl Sync for SoftwareUpdateOptionsStatusBuilder
impl Unpin for SoftwareUpdateOptionsStatusBuilder
impl UnwindSafe for SoftwareUpdateOptionsStatusBuilder
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.