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