Struct aws_sdk_auditmanager::operation::update_control::builders::UpdateControlOutputBuilder
source · #[non_exhaustive]pub struct UpdateControlOutputBuilder { /* private fields */ }Expand description
A builder for UpdateControlOutput.
Implementations§
source§impl UpdateControlOutputBuilder
impl UpdateControlOutputBuilder
sourcepub fn control(self, input: Control) -> Self
pub fn control(self, input: Control) -> Self
The name of the updated control set that the UpdateControl API returned.
sourcepub fn set_control(self, input: Option<Control>) -> Self
pub fn set_control(self, input: Option<Control>) -> Self
The name of the updated control set that the UpdateControl API returned.
sourcepub fn build(self) -> UpdateControlOutput
pub fn build(self) -> UpdateControlOutput
Consumes the builder and constructs a UpdateControlOutput.
Trait Implementations§
source§impl Clone for UpdateControlOutputBuilder
impl Clone for UpdateControlOutputBuilder
source§fn clone(&self) -> UpdateControlOutputBuilder
fn clone(&self) -> UpdateControlOutputBuilder
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 UpdateControlOutputBuilder
impl Debug for UpdateControlOutputBuilder
source§impl Default for UpdateControlOutputBuilder
impl Default for UpdateControlOutputBuilder
source§fn default() -> UpdateControlOutputBuilder
fn default() -> UpdateControlOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateControlOutputBuilder> for UpdateControlOutputBuilder
impl PartialEq<UpdateControlOutputBuilder> for UpdateControlOutputBuilder
source§fn eq(&self, other: &UpdateControlOutputBuilder) -> bool
fn eq(&self, other: &UpdateControlOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.