Struct aws_sdk_auditmanager::operation::start_assessment_framework_share::builders::StartAssessmentFrameworkShareOutputBuilder
source · #[non_exhaustive]pub struct StartAssessmentFrameworkShareOutputBuilder { /* private fields */ }Expand description
A builder for StartAssessmentFrameworkShareOutput.
Implementations§
The share request that's created by the StartAssessmentFrameworkShare API.
The share request that's created by the StartAssessmentFrameworkShare API.
sourcepub fn build(self) -> StartAssessmentFrameworkShareOutput
pub fn build(self) -> StartAssessmentFrameworkShareOutput
Consumes the builder and constructs a StartAssessmentFrameworkShareOutput.
Trait Implementations§
source§fn clone(&self) -> StartAssessmentFrameworkShareOutputBuilder
fn clone(&self) -> StartAssessmentFrameworkShareOutputBuilder
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§fn default() -> StartAssessmentFrameworkShareOutputBuilder
fn default() -> StartAssessmentFrameworkShareOutputBuilder
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &StartAssessmentFrameworkShareOutputBuilder) -> bool
fn eq(&self, other: &StartAssessmentFrameworkShareOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.