7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ResourceSpec.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/AppLifecycleManagement.h>
11#include <aws/sagemaker/model/EmrSettings.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/sagemaker/model/CustomImage.h>
14#include <aws/sagemaker/model/CodeRepository.h>
141 inline void SetBuiltInLifecycleConfigArn(
const char* value) { m_builtInLifecycleConfigArnHasBeenSet =
true; m_builtInLifecycleConfigArn.assign(value); }
149 bool m_defaultResourceSpecHasBeenSet =
false;
152 bool m_customImagesHasBeenSet =
false;
155 bool m_lifecycleConfigArnsHasBeenSet =
false;
158 bool m_codeRepositoriesHasBeenSet =
false;
161 bool m_appLifecycleManagementHasBeenSet =
false;
164 bool m_emrSettingsHasBeenSet =
false;
167 bool m_builtInLifecycleConfigArnHasBeenSet =
false;
JupyterLabAppSettings & WithAppLifecycleManagement(const AppLifecycleManagement &value)
const Aws::Vector< Aws::String > & GetLifecycleConfigArns() const
JupyterLabAppSettings & WithCustomImages(const Aws::Vector< CustomImage > &value)
JupyterLabAppSettings & WithEmrSettings(const EmrSettings &value)
JupyterLabAppSettings & WithCustomImages(Aws::Vector< CustomImage > &&value)
bool AppLifecycleManagementHasBeenSet() const
void SetCustomImages(const Aws::Vector< CustomImage > &value)
const Aws::Vector< CustomImage > & GetCustomImages() const
JupyterLabAppSettings & AddLifecycleConfigArns(Aws::String &&value)
JupyterLabAppSettings & WithBuiltInLifecycleConfigArn(const Aws::String &value)
void SetEmrSettings(const EmrSettings &value)
void SetCodeRepositories(const Aws::Vector< CodeRepository > &value)
AWS_SAGEMAKER_API JupyterLabAppSettings(Aws::Utils::Json::JsonView jsonValue)
JupyterLabAppSettings & AddLifecycleConfigArns(const char *value)
void SetBuiltInLifecycleConfigArn(const char *value)
bool BuiltInLifecycleConfigArnHasBeenSet() const
JupyterLabAppSettings & WithBuiltInLifecycleConfigArn(const char *value)
void SetDefaultResourceSpec(const ResourceSpec &value)
const Aws::String & GetBuiltInLifecycleConfigArn() const
JupyterLabAppSettings & WithBuiltInLifecycleConfigArn(Aws::String &&value)
const Aws::Vector< CodeRepository > & GetCodeRepositories() const
JupyterLabAppSettings & AddLifecycleConfigArns(const Aws::String &value)
void SetLifecycleConfigArns(const Aws::Vector< Aws::String > &value)
AWS_SAGEMAKER_API JupyterLabAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CodeRepositoriesHasBeenSet() const
JupyterLabAppSettings & WithDefaultResourceSpec(ResourceSpec &&value)
void SetBuiltInLifecycleConfigArn(const Aws::String &value)
bool LifecycleConfigArnsHasBeenSet() const
JupyterLabAppSettings & AddCodeRepositories(const CodeRepository &value)
JupyterLabAppSettings & WithDefaultResourceSpec(const ResourceSpec &value)
bool EmrSettingsHasBeenSet() const
JupyterLabAppSettings & WithCodeRepositories(const Aws::Vector< CodeRepository > &value)
const ResourceSpec & GetDefaultResourceSpec() const
void SetCustomImages(Aws::Vector< CustomImage > &&value)
const EmrSettings & GetEmrSettings() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool CustomImagesHasBeenSet() const
JupyterLabAppSettings & WithCodeRepositories(Aws::Vector< CodeRepository > &&value)
void SetLifecycleConfigArns(Aws::Vector< Aws::String > &&value)
JupyterLabAppSettings & AddCodeRepositories(CodeRepository &&value)
void SetAppLifecycleManagement(AppLifecycleManagement &&value)
void SetCodeRepositories(Aws::Vector< CodeRepository > &&value)
JupyterLabAppSettings & WithLifecycleConfigArns(Aws::Vector< Aws::String > &&value)
AWS_SAGEMAKER_API JupyterLabAppSettings()
void SetDefaultResourceSpec(ResourceSpec &&value)
void SetAppLifecycleManagement(const AppLifecycleManagement &value)
JupyterLabAppSettings & AddCustomImages(const CustomImage &value)
JupyterLabAppSettings & WithLifecycleConfigArns(const Aws::Vector< Aws::String > &value)
const AppLifecycleManagement & GetAppLifecycleManagement() const
JupyterLabAppSettings & WithEmrSettings(EmrSettings &&value)
void SetBuiltInLifecycleConfigArn(Aws::String &&value)
JupyterLabAppSettings & AddCustomImages(CustomImage &&value)
void SetEmrSettings(EmrSettings &&value)
bool DefaultResourceSpecHasBeenSet() const
JupyterLabAppSettings & WithAppLifecycleManagement(AppLifecycleManagement &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue