Struct aws_sdk_ssm::operation::get_default_patch_baseline::builders::GetDefaultPatchBaselineInputBuilder
source · #[non_exhaustive]pub struct GetDefaultPatchBaselineInputBuilder { /* private fields */ }
Expand description
A builder for GetDefaultPatchBaselineInput
.
Implementations§
source§impl GetDefaultPatchBaselineInputBuilder
impl GetDefaultPatchBaselineInputBuilder
sourcepub fn operating_system(self, input: OperatingSystem) -> Self
pub fn operating_system(self, input: OperatingSystem) -> Self
Returns the default patch baseline for the specified operating system.
sourcepub fn set_operating_system(self, input: Option<OperatingSystem>) -> Self
pub fn set_operating_system(self, input: Option<OperatingSystem>) -> Self
Returns the default patch baseline for the specified operating system.
sourcepub fn get_operating_system(&self) -> &Option<OperatingSystem>
pub fn get_operating_system(&self) -> &Option<OperatingSystem>
Returns the default patch baseline for the specified operating system.
sourcepub fn build(self) -> Result<GetDefaultPatchBaselineInput, BuildError>
pub fn build(self) -> Result<GetDefaultPatchBaselineInput, BuildError>
Consumes the builder and constructs a GetDefaultPatchBaselineInput
.
source§impl GetDefaultPatchBaselineInputBuilder
impl GetDefaultPatchBaselineInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetDefaultPatchBaselineOutput, SdkError<GetDefaultPatchBaselineError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetDefaultPatchBaselineOutput, SdkError<GetDefaultPatchBaselineError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetDefaultPatchBaselineInputBuilder
impl Clone for GetDefaultPatchBaselineInputBuilder
source§fn clone(&self) -> GetDefaultPatchBaselineInputBuilder
fn clone(&self) -> GetDefaultPatchBaselineInputBuilder
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 GetDefaultPatchBaselineInputBuilder
impl Default for GetDefaultPatchBaselineInputBuilder
source§fn default() -> GetDefaultPatchBaselineInputBuilder
fn default() -> GetDefaultPatchBaselineInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetDefaultPatchBaselineInputBuilder
impl PartialEq for GetDefaultPatchBaselineInputBuilder
source§fn eq(&self, other: &GetDefaultPatchBaselineInputBuilder) -> bool
fn eq(&self, other: &GetDefaultPatchBaselineInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetDefaultPatchBaselineInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDefaultPatchBaselineInputBuilder
impl Send for GetDefaultPatchBaselineInputBuilder
impl Sync for GetDefaultPatchBaselineInputBuilder
impl Unpin for GetDefaultPatchBaselineInputBuilder
impl UnwindSafe for GetDefaultPatchBaselineInputBuilder
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.