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/CustomImage.h>
12#include <aws/sagemaker/model/ResourceSpec.h>
45 template <
typename DefaultResourceSpecT = ResourceSpec>
47 m_defaultResourceSpecHasBeenSet =
true;
48 m_defaultResourceSpec = std::forward<DefaultResourceSpecT>(value);
50 template <
typename DefaultResourceSpecT = ResourceSpec>
64 template <
typename CustomImagesT = Aws::Vector<CustomImage>>
66 m_customImagesHasBeenSet =
true;
67 m_customImages = std::forward<CustomImagesT>(value);
69 template <
typename CustomImagesT = Aws::Vector<CustomImage>>
74 template <
typename CustomImagesT = CustomImage>
76 m_customImagesHasBeenSet =
true;
77 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 AppLifecycleManagementT = AppLifecycleManagement>
116 m_appLifecycleManagementHasBeenSet =
true;
117 m_appLifecycleManagement = std::forward<AppLifecycleManagementT>(value);
119 template <
typename AppLifecycleManagementT = AppLifecycleManagement>
134 template <
typename BuiltInLifecycleConfigArnT = Aws::String>
136 m_builtInLifecycleConfigArnHasBeenSet =
true;
137 m_builtInLifecycleConfigArn = std::forward<BuiltInLifecycleConfigArnT>(value);
139 template <
typename BuiltInLifecycleConfigArnT = Aws::String>
155 bool m_defaultResourceSpecHasBeenSet =
false;
156 bool m_customImagesHasBeenSet =
false;
157 bool m_lifecycleConfigArnsHasBeenSet =
false;
158 bool m_appLifecycleManagementHasBeenSet =
false;
159 bool m_builtInLifecycleConfigArnHasBeenSet =
false;
CodeEditorAppSettings & WithDefaultResourceSpec(DefaultResourceSpecT &&value)
const ResourceSpec & GetDefaultResourceSpec() const
const Aws::String & GetBuiltInLifecycleConfigArn() const
CodeEditorAppSettings & WithBuiltInLifecycleConfigArn(BuiltInLifecycleConfigArnT &&value)
void SetCustomImages(CustomImagesT &&value)
CodeEditorAppSettings & WithAppLifecycleManagement(AppLifecycleManagementT &&value)
CodeEditorAppSettings & AddCustomImages(CustomImagesT &&value)
bool AppLifecycleManagementHasBeenSet() const
CodeEditorAppSettings & WithLifecycleConfigArns(LifecycleConfigArnsT &&value)
void SetDefaultResourceSpec(DefaultResourceSpecT &&value)
const AppLifecycleManagement & GetAppLifecycleManagement() const
AWS_SAGEMAKER_API CodeEditorAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BuiltInLifecycleConfigArnHasBeenSet() const
bool DefaultResourceSpecHasBeenSet() const
void SetAppLifecycleManagement(AppLifecycleManagementT &&value)
const Aws::Vector< Aws::String > & GetLifecycleConfigArns() const
bool CustomImagesHasBeenSet() const
bool LifecycleConfigArnsHasBeenSet() const
const Aws::Vector< CustomImage > & GetCustomImages() const
CodeEditorAppSettings & AddLifecycleConfigArns(LifecycleConfigArnsT &&value)
AWS_SAGEMAKER_API CodeEditorAppSettings(Aws::Utils::Json::JsonView jsonValue)
CodeEditorAppSettings & WithCustomImages(CustomImagesT &&value)
void SetBuiltInLifecycleConfigArn(BuiltInLifecycleConfigArnT &&value)
AWS_SAGEMAKER_API CodeEditorAppSettings()=default
void SetLifecycleConfigArns(LifecycleConfigArnsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() 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