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