#[non_exhaustive]pub struct UpdateAssessmentControlInput { /* private fields */ }
Implementations§
source§impl UpdateAssessmentControlInput
impl UpdateAssessmentControlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentControl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentControl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessmentControl
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAssessmentControlInput
.
source§impl UpdateAssessmentControlInput
impl UpdateAssessmentControlInput
sourcepub fn assessment_id(&self) -> Option<&str>
pub fn assessment_id(&self) -> Option<&str>
The unique identifier for the assessment.
sourcepub fn control_set_id(&self) -> Option<&str>
pub fn control_set_id(&self) -> Option<&str>
The unique identifier for the control set.
sourcepub fn control_id(&self) -> Option<&str>
pub fn control_id(&self) -> Option<&str>
The unique identifier for the control.
sourcepub fn control_status(&self) -> Option<&ControlStatus>
pub fn control_status(&self) -> Option<&ControlStatus>
The status of the control.
sourcepub fn comment_body(&self) -> Option<&str>
pub fn comment_body(&self) -> Option<&str>
The comment body text for the control.
Trait Implementations§
source§impl Clone for UpdateAssessmentControlInput
impl Clone for UpdateAssessmentControlInput
source§fn clone(&self) -> UpdateAssessmentControlInput
fn clone(&self) -> UpdateAssessmentControlInput
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 UpdateAssessmentControlInput
impl Debug for UpdateAssessmentControlInput
source§impl PartialEq<UpdateAssessmentControlInput> for UpdateAssessmentControlInput
impl PartialEq<UpdateAssessmentControlInput> for UpdateAssessmentControlInput
source§fn eq(&self, other: &UpdateAssessmentControlInput) -> bool
fn eq(&self, other: &UpdateAssessmentControlInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.