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 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<DeletePatchBaselineOutputBuilder> for DeletePatchBaselineOutputBuilder
impl PartialEq<DeletePatchBaselineOutputBuilder> 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 ==.