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