// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetChannel`](crate::operation::get_channel::builders::GetChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::get_channel::builders::GetChannelFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::get_channel::builders::GetChannelFluentBuilder::set_arn):<br>required: **true**<br><p>ARN of the channel for which the configuration is to be retrieved.</p><br>
/// - On success, responds with [`GetChannelOutput`](crate::operation::get_channel::GetChannelOutput) with field(s):
/// - [`channel(Option<Channel>)`](crate::operation::get_channel::GetChannelOutput::channel): <p></p>
/// - On failure, responds with [`SdkError<GetChannelError>`](crate::operation::get_channel::GetChannelError)
pub fn get_channel(&self) -> crate::operation::get_channel::builders::GetChannelFluentBuilder {
crate::operation::get_channel::builders::GetChannelFluentBuilder::new(self.handle.clone())
}
}