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