// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`FlushApiCache`](crate::operation::flush_api_cache::builders::FlushApiCacheFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`api_id(impl Into<String>)`](crate::operation::flush_api_cache::builders::FlushApiCacheFluentBuilder::api_id) / [`set_api_id(Option<String>)`](crate::operation::flush_api_cache::builders::FlushApiCacheFluentBuilder::set_api_id):<br>required: **true**<br><p>The API ID.</p><br>
/// - On success, responds with [`FlushApiCacheOutput`](crate::operation::flush_api_cache::FlushApiCacheOutput)
/// - On failure, responds with [`SdkError<FlushApiCacheError>`](crate::operation::flush_api_cache::FlushApiCacheError)
pub fn flush_api_cache(&self) -> crate::operation::flush_api_cache::builders::FlushApiCacheFluentBuilder {
crate::operation::flush_api_cache::builders::FlushApiCacheFluentBuilder::new(self.handle.clone())
}
}