// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateVoiceChannel`](crate::operation::update_voice_channel::builders::UpdateVoiceChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::update_voice_channel::builders::UpdateVoiceChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::update_voice_channel::builders::UpdateVoiceChannelFluentBuilder::set_application_id): <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
/// - [`voice_channel_request(VoiceChannelRequest)`](crate::operation::update_voice_channel::builders::UpdateVoiceChannelFluentBuilder::voice_channel_request) / [`set_voice_channel_request(Option<VoiceChannelRequest>)`](crate::operation::update_voice_channel::builders::UpdateVoiceChannelFluentBuilder::set_voice_channel_request): <p>Specifies the status and settings of the voice channel for an application.</p>
/// - On success, responds with [`UpdateVoiceChannelOutput`](crate::operation::update_voice_channel::UpdateVoiceChannelOutput) with field(s):
/// - [`voice_channel_response(Option<VoiceChannelResponse>)`](crate::operation::update_voice_channel::UpdateVoiceChannelOutput::voice_channel_response): <p>Provides information about the status and settings of the voice channel for an application.</p>
/// - On failure, responds with [`SdkError<UpdateVoiceChannelError>`](crate::operation::update_voice_channel::UpdateVoiceChannelError)
pub fn update_voice_channel(&self) -> crate::operation::update_voice_channel::builders::UpdateVoiceChannelFluentBuilder {
crate::operation::update_voice_channel::builders::UpdateVoiceChannelFluentBuilder::new(self.handle.clone())
}
}