#[non_exhaustive]pub struct PatchGroupPatchBaselineMappingBuilder { /* private fields */ }
Expand description
A builder for PatchGroupPatchBaselineMapping
.
Implementations§
source§impl PatchGroupPatchBaselineMappingBuilder
impl PatchGroupPatchBaselineMappingBuilder
sourcepub fn patch_group(self, input: impl Into<String>) -> Self
pub fn patch_group(self, input: impl Into<String>) -> Self
The name of the patch group registered with the patch baseline.
sourcepub fn set_patch_group(self, input: Option<String>) -> Self
pub fn set_patch_group(self, input: Option<String>) -> Self
The name of the patch group registered with the patch baseline.
sourcepub fn get_patch_group(&self) -> &Option<String>
pub fn get_patch_group(&self) -> &Option<String>
The name of the patch group registered with the patch baseline.
sourcepub fn baseline_identity(self, input: PatchBaselineIdentity) -> Self
pub fn baseline_identity(self, input: PatchBaselineIdentity) -> Self
The patch baseline the patch group is registered with.
sourcepub fn set_baseline_identity(self, input: Option<PatchBaselineIdentity>) -> Self
pub fn set_baseline_identity(self, input: Option<PatchBaselineIdentity>) -> Self
The patch baseline the patch group is registered with.
sourcepub fn get_baseline_identity(&self) -> &Option<PatchBaselineIdentity>
pub fn get_baseline_identity(&self) -> &Option<PatchBaselineIdentity>
The patch baseline the patch group is registered with.
sourcepub fn build(self) -> PatchGroupPatchBaselineMapping
pub fn build(self) -> PatchGroupPatchBaselineMapping
Consumes the builder and constructs a PatchGroupPatchBaselineMapping
.
Trait Implementations§
source§impl Clone for PatchGroupPatchBaselineMappingBuilder
impl Clone for PatchGroupPatchBaselineMappingBuilder
source§fn clone(&self) -> PatchGroupPatchBaselineMappingBuilder
fn clone(&self) -> PatchGroupPatchBaselineMappingBuilder
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 PatchGroupPatchBaselineMappingBuilder
impl Default for PatchGroupPatchBaselineMappingBuilder
source§fn default() -> PatchGroupPatchBaselineMappingBuilder
fn default() -> PatchGroupPatchBaselineMappingBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PatchGroupPatchBaselineMappingBuilder
impl PartialEq for PatchGroupPatchBaselineMappingBuilder
source§fn eq(&self, other: &PatchGroupPatchBaselineMappingBuilder) -> bool
fn eq(&self, other: &PatchGroupPatchBaselineMappingBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PatchGroupPatchBaselineMappingBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PatchGroupPatchBaselineMappingBuilder
impl Send for PatchGroupPatchBaselineMappingBuilder
impl Sync for PatchGroupPatchBaselineMappingBuilder
impl Unpin for PatchGroupPatchBaselineMappingBuilder
impl UnwindSafe for PatchGroupPatchBaselineMappingBuilder
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.