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