#[non_exhaustive]pub struct SoftwareUpdateOptionsBuilder { /* private fields */ }
Expand description
A builder for SoftwareUpdateOptions
.
Implementations§
source§impl SoftwareUpdateOptionsBuilder
impl SoftwareUpdateOptionsBuilder
sourcepub fn auto_software_update_enabled(self, input: bool) -> Self
pub fn auto_software_update_enabled(self, input: bool) -> Self
Whether automatic service software updates are enabled for the domain.
sourcepub fn set_auto_software_update_enabled(self, input: Option<bool>) -> Self
pub fn set_auto_software_update_enabled(self, input: Option<bool>) -> Self
Whether automatic service software updates are enabled for the domain.
sourcepub fn get_auto_software_update_enabled(&self) -> &Option<bool>
pub fn get_auto_software_update_enabled(&self) -> &Option<bool>
Whether automatic service software updates are enabled for the domain.
sourcepub fn build(self) -> SoftwareUpdateOptions
pub fn build(self) -> SoftwareUpdateOptions
Consumes the builder and constructs a SoftwareUpdateOptions
.
Trait Implementations§
source§impl Clone for SoftwareUpdateOptionsBuilder
impl Clone for SoftwareUpdateOptionsBuilder
source§fn clone(&self) -> SoftwareUpdateOptionsBuilder
fn clone(&self) -> SoftwareUpdateOptionsBuilder
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 SoftwareUpdateOptionsBuilder
impl Debug for SoftwareUpdateOptionsBuilder
source§impl Default for SoftwareUpdateOptionsBuilder
impl Default for SoftwareUpdateOptionsBuilder
source§fn default() -> SoftwareUpdateOptionsBuilder
fn default() -> SoftwareUpdateOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SoftwareUpdateOptionsBuilder
impl PartialEq for SoftwareUpdateOptionsBuilder
source§fn eq(&self, other: &SoftwareUpdateOptionsBuilder) -> bool
fn eq(&self, other: &SoftwareUpdateOptionsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SoftwareUpdateOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SoftwareUpdateOptionsBuilder
impl Send for SoftwareUpdateOptionsBuilder
impl Sync for SoftwareUpdateOptionsBuilder
impl Unpin for SoftwareUpdateOptionsBuilder
impl UnwindSafe for SoftwareUpdateOptionsBuilder
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.