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 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<CreateControlOutputBuilder> for CreateControlOutputBuilder
impl PartialEq<CreateControlOutputBuilder> 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 ==.