Struct aws_sdk_mediatailor::operation::describe_program::builders::DescribeProgramInputBuilder
source · #[non_exhaustive]pub struct DescribeProgramInputBuilder { /* private fields */ }Expand description
A builder for DescribeProgramInput.
Implementations§
source§impl DescribeProgramInputBuilder
impl DescribeProgramInputBuilder
sourcepub fn channel_name(self, input: impl Into<String>) -> Self
pub fn channel_name(self, input: impl Into<String>) -> Self
The name of the channel associated with this Program.
sourcepub fn set_channel_name(self, input: Option<String>) -> Self
pub fn set_channel_name(self, input: Option<String>) -> Self
The name of the channel associated with this Program.
sourcepub fn get_channel_name(&self) -> &Option<String>
pub fn get_channel_name(&self) -> &Option<String>
The name of the channel associated with this Program.
sourcepub fn program_name(self, input: impl Into<String>) -> Self
pub fn program_name(self, input: impl Into<String>) -> Self
The name of the program.
sourcepub fn set_program_name(self, input: Option<String>) -> Self
pub fn set_program_name(self, input: Option<String>) -> Self
The name of the program.
sourcepub fn get_program_name(&self) -> &Option<String>
pub fn get_program_name(&self) -> &Option<String>
The name of the program.
sourcepub fn build(self) -> Result<DescribeProgramInput, BuildError>
pub fn build(self) -> Result<DescribeProgramInput, BuildError>
Consumes the builder and constructs a DescribeProgramInput.
source§impl DescribeProgramInputBuilder
impl DescribeProgramInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeProgramOutput, SdkError<DescribeProgramError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeProgramOutput, SdkError<DescribeProgramError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeProgramInputBuilder
impl Clone for DescribeProgramInputBuilder
source§fn clone(&self) -> DescribeProgramInputBuilder
fn clone(&self) -> DescribeProgramInputBuilder
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 DescribeProgramInputBuilder
impl Debug for DescribeProgramInputBuilder
source§impl Default for DescribeProgramInputBuilder
impl Default for DescribeProgramInputBuilder
source§fn default() -> DescribeProgramInputBuilder
fn default() -> DescribeProgramInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeProgramInputBuilder> for DescribeProgramInputBuilder
impl PartialEq<DescribeProgramInputBuilder> for DescribeProgramInputBuilder
source§fn eq(&self, other: &DescribeProgramInputBuilder) -> bool
fn eq(&self, other: &DescribeProgramInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeProgramInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeProgramInputBuilder
impl Send for DescribeProgramInputBuilder
impl Sync for DescribeProgramInputBuilder
impl Unpin for DescribeProgramInputBuilder
impl UnwindSafe for DescribeProgramInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more