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