Struct aws_sdk_auditmanager::operation::delete_control::builders::DeleteControlOutputBuilder
source · #[non_exhaustive]pub struct DeleteControlOutputBuilder { /* private fields */ }Expand description
A builder for DeleteControlOutput.
Implementations§
source§impl DeleteControlOutputBuilder
impl DeleteControlOutputBuilder
sourcepub fn build(self) -> DeleteControlOutput
pub fn build(self) -> DeleteControlOutput
Consumes the builder and constructs a DeleteControlOutput.
Trait Implementations§
source§impl Clone for DeleteControlOutputBuilder
impl Clone for DeleteControlOutputBuilder
source§fn clone(&self) -> DeleteControlOutputBuilder
fn clone(&self) -> DeleteControlOutputBuilder
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 DeleteControlOutputBuilder
impl Debug for DeleteControlOutputBuilder
source§impl Default for DeleteControlOutputBuilder
impl Default for DeleteControlOutputBuilder
source§fn default() -> DeleteControlOutputBuilder
fn default() -> DeleteControlOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteControlOutputBuilder> for DeleteControlOutputBuilder
impl PartialEq<DeleteControlOutputBuilder> for DeleteControlOutputBuilder
source§fn eq(&self, other: &DeleteControlOutputBuilder) -> bool
fn eq(&self, other: &DeleteControlOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.