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