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