Struct aws_sdk_auditmanager::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 assessment(self, input: Assessment) -> Self
pub fn assessment(self, input: Assessment) -> Self
An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.
sourcepub fn set_assessment(self, input: Option<Assessment>) -> Self
pub fn set_assessment(self, input: Option<Assessment>) -> Self
An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.
sourcepub fn user_role(self, input: Role) -> Self
pub fn user_role(self, input: Role) -> Self
The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).
sourcepub fn set_user_role(self, input: Option<Role>) -> Self
pub fn set_user_role(self, input: Option<Role>) -> Self
The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).
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<GetAssessmentOutputBuilder> for GetAssessmentOutputBuilder
impl PartialEq<GetAssessmentOutputBuilder> 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