Struct aws_sdk_migrationhubstrategy::operation::get_assessment::builders::GetAssessmentOutputBuilder
source · #[non_exhaustive]pub struct GetAssessmentOutputBuilder { /* private fields */ }Expand description
A builder for GetAssessmentOutput.
Implementations§
source§impl GetAssessmentOutputBuilder
impl GetAssessmentOutputBuilder
sourcepub fn data_collection_details(self, input: DataCollectionDetails) -> Self
pub fn data_collection_details(self, input: DataCollectionDetails) -> Self
Detailed information about the assessment.
sourcepub fn set_data_collection_details(
self,
input: Option<DataCollectionDetails>
) -> Self
pub fn set_data_collection_details( self, input: Option<DataCollectionDetails> ) -> Self
Detailed information about the assessment.
sourcepub fn get_data_collection_details(&self) -> &Option<DataCollectionDetails>
pub fn get_data_collection_details(&self) -> &Option<DataCollectionDetails>
Detailed information about the assessment.
sourcepub fn assessment_targets(self, input: AssessmentTarget) -> Self
pub fn assessment_targets(self, input: AssessmentTarget) -> Self
Appends an item to assessment_targets.
To override the contents of this collection use set_assessment_targets.
List of criteria for assessment.
sourcepub fn set_assessment_targets(
self,
input: Option<Vec<AssessmentTarget>>
) -> Self
pub fn set_assessment_targets( self, input: Option<Vec<AssessmentTarget>> ) -> Self
List of criteria for assessment.
sourcepub fn get_assessment_targets(&self) -> &Option<Vec<AssessmentTarget>>
pub fn get_assessment_targets(&self) -> &Option<Vec<AssessmentTarget>>
List of criteria for assessment.
sourcepub fn build(self) -> GetAssessmentOutput
pub fn build(self) -> GetAssessmentOutput
Consumes the builder and constructs a GetAssessmentOutput.
Trait Implementations§
source§impl Clone for GetAssessmentOutputBuilder
impl Clone for GetAssessmentOutputBuilder
source§fn clone(&self) -> GetAssessmentOutputBuilder
fn clone(&self) -> GetAssessmentOutputBuilder
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 Debug for GetAssessmentOutputBuilder
impl Debug for GetAssessmentOutputBuilder
source§impl Default for GetAssessmentOutputBuilder
impl Default for GetAssessmentOutputBuilder
source§fn default() -> GetAssessmentOutputBuilder
fn default() -> GetAssessmentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetAssessmentOutputBuilder
impl PartialEq for GetAssessmentOutputBuilder
source§fn eq(&self, other: &GetAssessmentOutputBuilder) -> bool
fn eq(&self, other: &GetAssessmentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetAssessmentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetAssessmentOutputBuilder
impl Send for GetAssessmentOutputBuilder
impl Sync for GetAssessmentOutputBuilder
impl Unpin for GetAssessmentOutputBuilder
impl UnwindSafe for GetAssessmentOutputBuilder
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.