Struct aws_sdk_auditmanager::operation::create_control::builders::CreateControlOutputBuilder
source · #[non_exhaustive]pub struct CreateControlOutputBuilder { /* private fields */ }
Expand description
A builder for CreateControlOutput
.
Implementations§
source§impl CreateControlOutputBuilder
impl CreateControlOutputBuilder
sourcepub fn control(self, input: Control) -> Self
pub fn control(self, input: Control) -> Self
The new control that the CreateControl
API returned.
sourcepub fn set_control(self, input: Option<Control>) -> Self
pub fn set_control(self, input: Option<Control>) -> Self
The new control that the CreateControl
API returned.
sourcepub fn get_control(&self) -> &Option<Control>
pub fn get_control(&self) -> &Option<Control>
The new control that the CreateControl
API returned.
sourcepub fn build(self) -> CreateControlOutput
pub fn build(self) -> CreateControlOutput
Consumes the builder and constructs a CreateControlOutput
.
Trait Implementations§
source§impl Clone for CreateControlOutputBuilder
impl Clone for CreateControlOutputBuilder
source§fn clone(&self) -> CreateControlOutputBuilder
fn clone(&self) -> CreateControlOutputBuilder
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 CreateControlOutputBuilder
impl Debug for CreateControlOutputBuilder
source§impl Default for CreateControlOutputBuilder
impl Default for CreateControlOutputBuilder
source§fn default() -> CreateControlOutputBuilder
fn default() -> CreateControlOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateControlOutputBuilder
impl PartialEq for CreateControlOutputBuilder
source§fn eq(&self, other: &CreateControlOutputBuilder) -> bool
fn eq(&self, other: &CreateControlOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateControlOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateControlOutputBuilder
impl RefUnwindSafe for CreateControlOutputBuilder
impl Send for CreateControlOutputBuilder
impl Sync for CreateControlOutputBuilder
impl Unpin for CreateControlOutputBuilder
impl UnwindSafe for CreateControlOutputBuilder
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.