Struct aws_sdk_amp::operation::delete_alert_manager_definition::builders::DeleteAlertManagerDefinitionOutputBuilder
source · #[non_exhaustive]pub struct DeleteAlertManagerDefinitionOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteAlertManagerDefinitionOutput
.
Implementations§
source§impl DeleteAlertManagerDefinitionOutputBuilder
impl DeleteAlertManagerDefinitionOutputBuilder
sourcepub fn build(self) -> DeleteAlertManagerDefinitionOutput
pub fn build(self) -> DeleteAlertManagerDefinitionOutput
Consumes the builder and constructs a DeleteAlertManagerDefinitionOutput
.
Trait Implementations§
source§impl Clone for DeleteAlertManagerDefinitionOutputBuilder
impl Clone for DeleteAlertManagerDefinitionOutputBuilder
source§fn clone(&self) -> DeleteAlertManagerDefinitionOutputBuilder
fn clone(&self) -> DeleteAlertManagerDefinitionOutputBuilder
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 DeleteAlertManagerDefinitionOutputBuilder
impl Default for DeleteAlertManagerDefinitionOutputBuilder
source§fn default() -> DeleteAlertManagerDefinitionOutputBuilder
fn default() -> DeleteAlertManagerDefinitionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteAlertManagerDefinitionOutputBuilder
impl PartialEq for DeleteAlertManagerDefinitionOutputBuilder
source§fn eq(&self, other: &DeleteAlertManagerDefinitionOutputBuilder) -> bool
fn eq(&self, other: &DeleteAlertManagerDefinitionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteAlertManagerDefinitionOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteAlertManagerDefinitionOutputBuilder
impl RefUnwindSafe for DeleteAlertManagerDefinitionOutputBuilder
impl Send for DeleteAlertManagerDefinitionOutputBuilder
impl Sync for DeleteAlertManagerDefinitionOutputBuilder
impl Unpin for DeleteAlertManagerDefinitionOutputBuilder
impl UnwindSafe for DeleteAlertManagerDefinitionOutputBuilder
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.