// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateGcmChannel`](crate::operation::update_gcm_channel::builders::UpdateGcmChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::update_gcm_channel::builders::UpdateGcmChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::update_gcm_channel::builders::UpdateGcmChannelFluentBuilder::set_application_id):<br>required: **true**<br><p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p><br>
/// - [`gcm_channel_request(GcmChannelRequest)`](crate::operation::update_gcm_channel::builders::UpdateGcmChannelFluentBuilder::gcm_channel_request) / [`set_gcm_channel_request(Option<GcmChannelRequest>)`](crate::operation::update_gcm_channel::builders::UpdateGcmChannelFluentBuilder::set_gcm_channel_request):<br>required: **true**<br><p>Specifies the status and settings of the GCM channel for an application. This channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.</p><br>
/// - On success, responds with [`UpdateGcmChannelOutput`](crate::operation::update_gcm_channel::UpdateGcmChannelOutput) with field(s):
/// - [`gcm_channel_response(Option<GcmChannelResponse>)`](crate::operation::update_gcm_channel::UpdateGcmChannelOutput::gcm_channel_response): <p>Provides information about the status and settings of the GCM channel for an application. The GCM channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.</p>
/// - On failure, responds with [`SdkError<UpdateGcmChannelError>`](crate::operation::update_gcm_channel::UpdateGcmChannelError)
pub fn update_gcm_channel(&self) -> crate::operation::update_gcm_channel::builders::UpdateGcmChannelFluentBuilder {
crate::operation::update_gcm_channel::builders::UpdateGcmChannelFluentBuilder::new(self.handle.clone())
}
}