/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The JupyterServer app settings.See Also:
AWS
* API Reference
The default instance type and the Amazon Resource Name (ARN) of the default
* SageMaker image used by the JupyterServer app. If you use the
* LifecycleConfigArns
parameter, then this parameter is also
* required.
The default instance type and the Amazon Resource Name (ARN) of the default
* SageMaker image used by the JupyterServer app. If you use the
* LifecycleConfigArns
parameter, then this parameter is also
* required.
The default instance type and the Amazon Resource Name (ARN) of the default
* SageMaker image used by the JupyterServer app. If you use the
* LifecycleConfigArns
parameter, then this parameter is also
* required.
The default instance type and the Amazon Resource Name (ARN) of the default
* SageMaker image used by the JupyterServer app. If you use the
* LifecycleConfigArns
parameter, then this parameter is also
* required.
The default instance type and the Amazon Resource Name (ARN) of the default
* SageMaker image used by the JupyterServer app. If you use the
* LifecycleConfigArns
parameter, then this parameter is also
* required.
The default instance type and the Amazon Resource Name (ARN) of the default
* SageMaker image used by the JupyterServer app. If you use the
* LifecycleConfigArns
parameter, then this parameter is also
* required.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
* the JupyterServerApp. If you use this parameter, the
* DefaultResourceSpec
parameter is also required.
To
* remove a Lifecycle Config, you must set LifecycleConfigArns
to an
* empty list.
A list of Git repositories that SageMaker automatically displays to users for * cloning in the JupyterServer application.
*/ inline const Aws::VectorA list of Git repositories that SageMaker automatically displays to users for * cloning in the JupyterServer application.
*/ inline bool CodeRepositoriesHasBeenSet() const { return m_codeRepositoriesHasBeenSet; } /** *A list of Git repositories that SageMaker automatically displays to users for * cloning in the JupyterServer application.
*/ inline void SetCodeRepositories(const Aws::VectorA list of Git repositories that SageMaker automatically displays to users for * cloning in the JupyterServer application.
*/ inline void SetCodeRepositories(Aws::VectorA list of Git repositories that SageMaker automatically displays to users for * cloning in the JupyterServer application.
*/ inline JupyterServerAppSettings& WithCodeRepositories(const Aws::VectorA list of Git repositories that SageMaker automatically displays to users for * cloning in the JupyterServer application.
*/ inline JupyterServerAppSettings& WithCodeRepositories(Aws::VectorA list of Git repositories that SageMaker automatically displays to users for * cloning in the JupyterServer application.
*/ inline JupyterServerAppSettings& AddCodeRepositories(const CodeRepository& value) { m_codeRepositoriesHasBeenSet = true; m_codeRepositories.push_back(value); return *this; } /** *A list of Git repositories that SageMaker automatically displays to users for * cloning in the JupyterServer application.
*/ inline JupyterServerAppSettings& AddCodeRepositories(CodeRepository&& value) { m_codeRepositoriesHasBeenSet = true; m_codeRepositories.push_back(std::move(value)); return *this; } private: ResourceSpec m_defaultResourceSpec; bool m_defaultResourceSpecHasBeenSet = false; Aws::Vector