Struct aws_sdk_auditmanager::operation::create_assessment_report::builders::CreateAssessmentReportOutputBuilder
source · #[non_exhaustive]pub struct CreateAssessmentReportOutputBuilder { /* private fields */ }Expand description
A builder for CreateAssessmentReportOutput.
Implementations§
source§impl CreateAssessmentReportOutputBuilder
impl CreateAssessmentReportOutputBuilder
sourcepub fn assessment_report(self, input: AssessmentReport) -> Self
pub fn assessment_report(self, input: AssessmentReport) -> Self
The new assessment report that the CreateAssessmentReport API returned.
sourcepub fn set_assessment_report(self, input: Option<AssessmentReport>) -> Self
pub fn set_assessment_report(self, input: Option<AssessmentReport>) -> Self
The new assessment report that the CreateAssessmentReport API returned.
sourcepub fn build(self) -> CreateAssessmentReportOutput
pub fn build(self) -> CreateAssessmentReportOutput
Consumes the builder and constructs a CreateAssessmentReportOutput.
Trait Implementations§
source§impl Clone for CreateAssessmentReportOutputBuilder
impl Clone for CreateAssessmentReportOutputBuilder
source§fn clone(&self) -> CreateAssessmentReportOutputBuilder
fn clone(&self) -> CreateAssessmentReportOutputBuilder
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 CreateAssessmentReportOutputBuilder
impl Default for CreateAssessmentReportOutputBuilder
source§fn default() -> CreateAssessmentReportOutputBuilder
fn default() -> CreateAssessmentReportOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateAssessmentReportOutputBuilder> for CreateAssessmentReportOutputBuilder
impl PartialEq<CreateAssessmentReportOutputBuilder> for CreateAssessmentReportOutputBuilder
source§fn eq(&self, other: &CreateAssessmentReportOutputBuilder) -> bool
fn eq(&self, other: &CreateAssessmentReportOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateAssessmentReportOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateAssessmentReportOutputBuilder
impl Send for CreateAssessmentReportOutputBuilder
impl Sync for CreateAssessmentReportOutputBuilder
impl Unpin for CreateAssessmentReportOutputBuilder
impl UnwindSafe for CreateAssessmentReportOutputBuilder
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