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