Struct aws_sdk_migrationhubstrategy::operation::get_portfolio_summary::builders::GetPortfolioSummaryOutputBuilder
source · #[non_exhaustive]pub struct GetPortfolioSummaryOutputBuilder { /* private fields */ }Expand description
A builder for GetPortfolioSummaryOutput.
Implementations§
source§impl GetPortfolioSummaryOutputBuilder
impl GetPortfolioSummaryOutputBuilder
sourcepub fn assessment_summary(self, input: AssessmentSummary) -> Self
pub fn assessment_summary(self, input: AssessmentSummary) -> Self
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
sourcepub fn set_assessment_summary(self, input: Option<AssessmentSummary>) -> Self
pub fn set_assessment_summary(self, input: Option<AssessmentSummary>) -> Self
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
sourcepub fn get_assessment_summary(&self) -> &Option<AssessmentSummary>
pub fn get_assessment_summary(&self) -> &Option<AssessmentSummary>
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
sourcepub fn build(self) -> GetPortfolioSummaryOutput
pub fn build(self) -> GetPortfolioSummaryOutput
Consumes the builder and constructs a GetPortfolioSummaryOutput.
Trait Implementations§
source§impl Clone for GetPortfolioSummaryOutputBuilder
impl Clone for GetPortfolioSummaryOutputBuilder
source§fn clone(&self) -> GetPortfolioSummaryOutputBuilder
fn clone(&self) -> GetPortfolioSummaryOutputBuilder
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 GetPortfolioSummaryOutputBuilder
impl Default for GetPortfolioSummaryOutputBuilder
source§fn default() -> GetPortfolioSummaryOutputBuilder
fn default() -> GetPortfolioSummaryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetPortfolioSummaryOutputBuilder
impl PartialEq for GetPortfolioSummaryOutputBuilder
source§fn eq(&self, other: &GetPortfolioSummaryOutputBuilder) -> bool
fn eq(&self, other: &GetPortfolioSummaryOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetPortfolioSummaryOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetPortfolioSummaryOutputBuilder
impl Send for GetPortfolioSummaryOutputBuilder
impl Sync for GetPortfolioSummaryOutputBuilder
impl Unpin for GetPortfolioSummaryOutputBuilder
impl UnwindSafe for GetPortfolioSummaryOutputBuilder
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.