7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AppLifecycleManagement.h>
11#include <aws/sagemaker/model/CodeRepository.h>
12#include <aws/sagemaker/model/CustomImage.h>
13#include <aws/sagemaker/model/EmrSettings.h>
14#include <aws/sagemaker/model/ResourceSpec.h>
44 template <
typename DefaultResourceSpecT = ResourceSpec>
46 m_defaultResourceSpecHasBeenSet =
true;
47 m_defaultResourceSpec = std::forward<DefaultResourceSpecT>(value);
49 template <
typename DefaultResourceSpecT = ResourceSpec>
63 template <
typename CustomImagesT = Aws::Vector<CustomImage>>
65 m_customImagesHasBeenSet =
true;
66 m_customImages = std::forward<CustomImagesT>(value);
68 template <
typename CustomImagesT = Aws::Vector<CustomImage>>
73 template <
typename CustomImagesT = CustomImage>
75 m_customImagesHasBeenSet =
true;
76 m_customImages.emplace_back(std::forward<CustomImagesT>(value));
89 template <
typename LifecycleConfigArnsT = Aws::Vector<Aws::String>>
91 m_lifecycleConfigArnsHasBeenSet =
true;
92 m_lifecycleConfigArns = std::forward<LifecycleConfigArnsT>(value);
94 template <
typename LifecycleConfigArnsT = Aws::Vector<Aws::String>>
99 template <
typename LifecycleConfigArnsT = Aws::String>
101 m_lifecycleConfigArnsHasBeenSet =
true;
102 m_lifecycleConfigArns.emplace_back(std::forward<LifecycleConfigArnsT>(value));
114 template <
typename CodeRepositoriesT = Aws::Vector<CodeRepository>>
116 m_codeRepositoriesHasBeenSet =
true;
117 m_codeRepositories = std::forward<CodeRepositoriesT>(value);
119 template <
typename CodeRepositoriesT = Aws::Vector<CodeRepository>>
124 template <
typename CodeRepositoriesT = CodeRepository>
126 m_codeRepositoriesHasBeenSet =
true;
127 m_codeRepositories.emplace_back(std::forward<CodeRepositoriesT>(value));
138 template <
typename AppLifecycleManagementT = AppLifecycleManagement>
140 m_appLifecycleManagementHasBeenSet =
true;
141 m_appLifecycleManagement = std::forward<AppLifecycleManagementT>(value);
143 template <
typename AppLifecycleManagementT = AppLifecycleManagement>
160 template <
typename EmrSettingsT = EmrSettings>
162 m_emrSettingsHasBeenSet =
true;
163 m_emrSettings = std::forward<EmrSettingsT>(value);
165 template <
typename EmrSettingsT = EmrSettings>
180 template <
typename BuiltInLifecycleConfigArnT = Aws::String>
182 m_builtInLifecycleConfigArnHasBeenSet =
true;
183 m_builtInLifecycleConfigArn = std::forward<BuiltInLifecycleConfigArnT>(value);
185 template <
typename BuiltInLifecycleConfigArnT = Aws::String>
205 bool m_defaultResourceSpecHasBeenSet =
false;
206 bool m_customImagesHasBeenSet =
false;
207 bool m_lifecycleConfigArnsHasBeenSet =
false;
208 bool m_codeRepositoriesHasBeenSet =
false;
209 bool m_appLifecycleManagementHasBeenSet =
false;
210 bool m_emrSettingsHasBeenSet =
false;
211 bool m_builtInLifecycleConfigArnHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetLifecycleConfigArns() const
JupyterLabAppSettings & AddLifecycleConfigArns(LifecycleConfigArnsT &&value)
JupyterLabAppSettings & WithAppLifecycleManagement(AppLifecycleManagementT &&value)
void SetCustomImages(CustomImagesT &&value)
JupyterLabAppSettings & AddCustomImages(CustomImagesT &&value)
JupyterLabAppSettings & WithLifecycleConfigArns(LifecycleConfigArnsT &&value)
bool AppLifecycleManagementHasBeenSet() const
const Aws::Vector< CustomImage > & GetCustomImages() const
JupyterLabAppSettings & WithEmrSettings(EmrSettingsT &&value)
AWS_SAGEMAKER_API JupyterLabAppSettings(Aws::Utils::Json::JsonView jsonValue)
bool BuiltInLifecycleConfigArnHasBeenSet() const
JupyterLabAppSettings & AddCodeRepositories(CodeRepositoriesT &&value)
JupyterLabAppSettings & WithBuiltInLifecycleConfigArn(BuiltInLifecycleConfigArnT &&value)
const Aws::String & GetBuiltInLifecycleConfigArn() const
void SetAppLifecycleManagement(AppLifecycleManagementT &&value)
const Aws::Vector< CodeRepository > & GetCodeRepositories() const
AWS_SAGEMAKER_API JupyterLabAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
JupyterLabAppSettings & WithCustomImages(CustomImagesT &&value)
bool CodeRepositoriesHasBeenSet() const
bool LifecycleConfigArnsHasBeenSet() const
JupyterLabAppSettings & WithCodeRepositories(CodeRepositoriesT &&value)
bool EmrSettingsHasBeenSet() const
void SetBuiltInLifecycleConfigArn(BuiltInLifecycleConfigArnT &&value)
const ResourceSpec & GetDefaultResourceSpec() const
AWS_SAGEMAKER_API JupyterLabAppSettings()=default
const EmrSettings & GetEmrSettings() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool CustomImagesHasBeenSet() const
void SetLifecycleConfigArns(LifecycleConfigArnsT &&value)
JupyterLabAppSettings & WithDefaultResourceSpec(DefaultResourceSpecT &&value)
const AppLifecycleManagement & GetAppLifecycleManagement() const
void SetEmrSettings(EmrSettingsT &&value)
void SetDefaultResourceSpec(DefaultResourceSpecT &&value)
void SetCodeRepositories(CodeRepositoriesT &&value)
bool DefaultResourceSpecHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue