Struct aws_sdk_auditmanager::operation::update_assessment_control_set_status::builders::UpdateAssessmentControlSetStatusOutputBuilder
source · #[non_exhaustive]pub struct UpdateAssessmentControlSetStatusOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateAssessmentControlSetStatusOutput
.
Implementations§
source§impl UpdateAssessmentControlSetStatusOutputBuilder
impl UpdateAssessmentControlSetStatusOutputBuilder
sourcepub fn control_set(self, input: AssessmentControlSet) -> Self
pub fn control_set(self, input: AssessmentControlSet) -> Self
The name of the updated control set that the UpdateAssessmentControlSetStatus
API returned.
sourcepub fn set_control_set(self, input: Option<AssessmentControlSet>) -> Self
pub fn set_control_set(self, input: Option<AssessmentControlSet>) -> Self
The name of the updated control set that the UpdateAssessmentControlSetStatus
API returned.
sourcepub fn get_control_set(&self) -> &Option<AssessmentControlSet>
pub fn get_control_set(&self) -> &Option<AssessmentControlSet>
The name of the updated control set that the UpdateAssessmentControlSetStatus
API returned.
sourcepub fn build(self) -> UpdateAssessmentControlSetStatusOutput
pub fn build(self) -> UpdateAssessmentControlSetStatusOutput
Consumes the builder and constructs a UpdateAssessmentControlSetStatusOutput
.
Trait Implementations§
source§impl Clone for UpdateAssessmentControlSetStatusOutputBuilder
impl Clone for UpdateAssessmentControlSetStatusOutputBuilder
source§fn clone(&self) -> UpdateAssessmentControlSetStatusOutputBuilder
fn clone(&self) -> UpdateAssessmentControlSetStatusOutputBuilder
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 Default for UpdateAssessmentControlSetStatusOutputBuilder
impl Default for UpdateAssessmentControlSetStatusOutputBuilder
source§fn default() -> UpdateAssessmentControlSetStatusOutputBuilder
fn default() -> UpdateAssessmentControlSetStatusOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateAssessmentControlSetStatusOutputBuilder
impl PartialEq for UpdateAssessmentControlSetStatusOutputBuilder
source§fn eq(&self, other: &UpdateAssessmentControlSetStatusOutputBuilder) -> bool
fn eq(&self, other: &UpdateAssessmentControlSetStatusOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateAssessmentControlSetStatusOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAssessmentControlSetStatusOutputBuilder
impl Send for UpdateAssessmentControlSetStatusOutputBuilder
impl Sync for UpdateAssessmentControlSetStatusOutputBuilder
impl Unpin for UpdateAssessmentControlSetStatusOutputBuilder
impl UnwindSafe for UpdateAssessmentControlSetStatusOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.