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