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