Struct aws_sdk_mediatailor::operation::describe_program::builders::DescribeProgramFluentBuilder
source · pub struct DescribeProgramFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeProgram.
Describes a program within a channel. For information about programs, see Working with programs in the MediaTailor User Guide.
Implementations§
source§impl DescribeProgramFluentBuilder
impl DescribeProgramFluentBuilder
sourcepub fn as_input(&self) -> &DescribeProgramInputBuilder
pub fn as_input(&self) -> &DescribeProgramInputBuilder
Access the DescribeProgram as a reference.
sourcepub async fn send(
self
) -> Result<DescribeProgramOutput, SdkError<DescribeProgramError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeProgramOutput, SdkError<DescribeProgramError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeProgramOutput, DescribeProgramError, Self>, SdkError<DescribeProgramError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DescribeProgramOutput, DescribeProgramError, Self>, SdkError<DescribeProgramError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
Trait Implementations§
source§impl Clone for DescribeProgramFluentBuilder
impl Clone for DescribeProgramFluentBuilder
source§fn clone(&self) -> DescribeProgramFluentBuilder
fn clone(&self) -> DescribeProgramFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more