Struct aws_sdk_migrationhubstrategy::operation::get_application_component_strategies::builders::GetApplicationComponentStrategiesOutputBuilder    
source · #[non_exhaustive]pub struct GetApplicationComponentStrategiesOutputBuilder { /* private fields */ }Expand description
A builder for GetApplicationComponentStrategiesOutput.
Implementations§
source§impl GetApplicationComponentStrategiesOutputBuilder
 
impl GetApplicationComponentStrategiesOutputBuilder
sourcepub fn application_component_strategies(
    self,
    input: ApplicationComponentStrategy
) -> Self
 
pub fn application_component_strategies( self, input: ApplicationComponentStrategy ) -> Self
Appends an item to application_component_strategies.
To override the contents of this collection use set_application_component_strategies.
A list of application component strategy recommendations.
sourcepub fn set_application_component_strategies(
    self,
    input: Option<Vec<ApplicationComponentStrategy>>
) -> Self
 
pub fn set_application_component_strategies( self, input: Option<Vec<ApplicationComponentStrategy>> ) -> Self
A list of application component strategy recommendations.
sourcepub fn get_application_component_strategies(
    &self
) -> &Option<Vec<ApplicationComponentStrategy>>
 
pub fn get_application_component_strategies( &self ) -> &Option<Vec<ApplicationComponentStrategy>>
A list of application component strategy recommendations.
sourcepub fn build(self) -> GetApplicationComponentStrategiesOutput
 
pub fn build(self) -> GetApplicationComponentStrategiesOutput
Consumes the builder and constructs a GetApplicationComponentStrategiesOutput.
Trait Implementations§
source§impl Clone for GetApplicationComponentStrategiesOutputBuilder
 
impl Clone for GetApplicationComponentStrategiesOutputBuilder
source§fn clone(&self) -> GetApplicationComponentStrategiesOutputBuilder
 
fn clone(&self) -> GetApplicationComponentStrategiesOutputBuilder
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 GetApplicationComponentStrategiesOutputBuilder
 
impl Default for GetApplicationComponentStrategiesOutputBuilder
source§fn default() -> GetApplicationComponentStrategiesOutputBuilder
 
fn default() -> GetApplicationComponentStrategiesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetApplicationComponentStrategiesOutputBuilder
 
impl PartialEq for GetApplicationComponentStrategiesOutputBuilder
source§fn eq(&self, other: &GetApplicationComponentStrategiesOutputBuilder) -> bool
 
fn eq(&self, other: &GetApplicationComponentStrategiesOutputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetApplicationComponentStrategiesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetApplicationComponentStrategiesOutputBuilder
impl Send for GetApplicationComponentStrategiesOutputBuilder
impl Sync for GetApplicationComponentStrategiesOutputBuilder
impl Unpin for GetApplicationComponentStrategiesOutputBuilder
impl UnwindSafe for GetApplicationComponentStrategiesOutputBuilder
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.