Struct aws_sdk_ssm::operation::create_patch_baseline::builders::CreatePatchBaselineOutputBuilder
source · #[non_exhaustive]pub struct CreatePatchBaselineOutputBuilder { /* private fields */ }
Expand description
A builder for CreatePatchBaselineOutput
.
Implementations§
source§impl CreatePatchBaselineOutputBuilder
impl CreatePatchBaselineOutputBuilder
sourcepub fn baseline_id(self, input: impl Into<String>) -> Self
pub fn baseline_id(self, input: impl Into<String>) -> Self
The ID of the created patch baseline.
sourcepub fn set_baseline_id(self, input: Option<String>) -> Self
pub fn set_baseline_id(self, input: Option<String>) -> Self
The ID of the created patch baseline.
sourcepub fn get_baseline_id(&self) -> &Option<String>
pub fn get_baseline_id(&self) -> &Option<String>
The ID of the created patch baseline.
sourcepub fn build(self) -> CreatePatchBaselineOutput
pub fn build(self) -> CreatePatchBaselineOutput
Consumes the builder and constructs a CreatePatchBaselineOutput
.
Trait Implementations§
source§impl Clone for CreatePatchBaselineOutputBuilder
impl Clone for CreatePatchBaselineOutputBuilder
source§fn clone(&self) -> CreatePatchBaselineOutputBuilder
fn clone(&self) -> CreatePatchBaselineOutputBuilder
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 CreatePatchBaselineOutputBuilder
impl Default for CreatePatchBaselineOutputBuilder
source§fn default() -> CreatePatchBaselineOutputBuilder
fn default() -> CreatePatchBaselineOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreatePatchBaselineOutputBuilder
impl PartialEq for CreatePatchBaselineOutputBuilder
source§fn eq(&self, other: &CreatePatchBaselineOutputBuilder) -> bool
fn eq(&self, other: &CreatePatchBaselineOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreatePatchBaselineOutputBuilder
Auto Trait Implementations§
impl Freeze for CreatePatchBaselineOutputBuilder
impl RefUnwindSafe for CreatePatchBaselineOutputBuilder
impl Send for CreatePatchBaselineOutputBuilder
impl Sync for CreatePatchBaselineOutputBuilder
impl Unpin for CreatePatchBaselineOutputBuilder
impl UnwindSafe for CreatePatchBaselineOutputBuilder
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.