#[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 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 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<PatchGroupPatchBaselineMappingBuilder> for PatchGroupPatchBaselineMappingBuilder
impl PartialEq<PatchGroupPatchBaselineMappingBuilder> 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 ==.