1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`EnableSagemakerServicecatalogPortfolio`](crate::operation::enable_sagemaker_servicecatalog_portfolio::builders::EnableSagemakerServicecatalogPortfolioFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::enable_sagemaker_servicecatalog_portfolio::builders::EnableSagemakerServicecatalogPortfolioFluentBuilder::send) it.
    /// - On success, responds with [`EnableSagemakerServicecatalogPortfolioOutput`](crate::operation::enable_sagemaker_servicecatalog_portfolio::EnableSagemakerServicecatalogPortfolioOutput)
    /// - On failure, responds with [`SdkError<EnableSagemakerServicecatalogPortfolioError>`](crate::operation::enable_sagemaker_servicecatalog_portfolio::EnableSagemakerServicecatalogPortfolioError)
    pub fn enable_sagemaker_servicecatalog_portfolio(&self) -> crate::operation::enable_sagemaker_servicecatalog_portfolio::builders::EnableSagemakerServicecatalogPortfolioFluentBuilder{
        crate::operation::enable_sagemaker_servicecatalog_portfolio::builders::EnableSagemakerServicecatalogPortfolioFluentBuilder::new(self.handle.clone())
    }
}