Struct aws_sdk_mediapackage::input::UpdateChannelInput
source · #[non_exhaustive]pub struct UpdateChannelInput { /* private fields */ }
Expand description
Configuration parameters used to update the Channel.
Implementations§
source§impl UpdateChannelInput
impl UpdateChannelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateChannel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateChannel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateChannel
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateChannelInput
.
Trait Implementations§
source§impl Clone for UpdateChannelInput
impl Clone for UpdateChannelInput
source§fn clone(&self) -> UpdateChannelInput
fn clone(&self) -> UpdateChannelInput
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 UpdateChannelInput
impl Debug for UpdateChannelInput
source§impl PartialEq<UpdateChannelInput> for UpdateChannelInput
impl PartialEq<UpdateChannelInput> for UpdateChannelInput
source§fn eq(&self, other: &UpdateChannelInput) -> bool
fn eq(&self, other: &UpdateChannelInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.