1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`InvalidateProjectCache`](crate::operation::invalidate_project_cache::builders::InvalidateProjectCacheFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`project_name(impl Into<String>)`](crate::operation::invalidate_project_cache::builders::InvalidateProjectCacheFluentBuilder::project_name) / [`set_project_name(Option<String>)`](crate::operation::invalidate_project_cache::builders::InvalidateProjectCacheFluentBuilder::set_project_name):<br>required: **true**<br><p>The name of the CodeBuild build project that the cache is reset for.</p><br>
    /// - On success, responds with [`InvalidateProjectCacheOutput`](crate::operation::invalidate_project_cache::InvalidateProjectCacheOutput)
    /// - On failure, responds with [`SdkError<InvalidateProjectCacheError>`](crate::operation::invalidate_project_cache::InvalidateProjectCacheError)
    pub fn invalidate_project_cache(&self) -> crate::operation::invalidate_project_cache::builders::InvalidateProjectCacheFluentBuilder {
        crate::operation::invalidate_project_cache::builders::InvalidateProjectCacheFluentBuilder::new(self.handle.clone())
    }
}