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 get_assessment(&self) -> &Option<Assessment>
pub fn get_assessment(&self) -> &Option<Assessment>
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 get_user_role(&self) -> &Option<Role>
pub fn get_user_role(&self) -> &Option<Role>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq for GetAssessmentOutputBuilder
impl PartialEq for GetAssessmentOutputBuilder
source§fn eq(&self, other: &GetAssessmentOutputBuilder) -> bool
fn eq(&self, other: &GetAssessmentOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.