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/core/utils/memory/stl/AWSString.h>
12#include <aws/sagemaker/model/CustomImage.h>
111 inline void SetBuiltInLifecycleConfigArn(
const char* value) { m_builtInLifecycleConfigArnHasBeenSet =
true; m_builtInLifecycleConfigArn.assign(value); }
119 bool m_defaultResourceSpecHasBeenSet =
false;
122 bool m_customImagesHasBeenSet =
false;
125 bool m_lifecycleConfigArnsHasBeenSet =
false;
128 bool m_appLifecycleManagementHasBeenSet =
false;
131 bool m_builtInLifecycleConfigArnHasBeenSet =
false;
CodeEditorAppSettings & WithAppLifecycleManagement(AppLifecycleManagement &&value)
void SetLifecycleConfigArns(const Aws::Vector< Aws::String > &value)
void SetLifecycleConfigArns(Aws::Vector< Aws::String > &&value)
AWS_SAGEMAKER_API CodeEditorAppSettings()
const ResourceSpec & GetDefaultResourceSpec() const
void SetCustomImages(const Aws::Vector< CustomImage > &value)
const Aws::String & GetBuiltInLifecycleConfigArn() const
CodeEditorAppSettings & AddCustomImages(const CustomImage &value)
CodeEditorAppSettings & WithDefaultResourceSpec(ResourceSpec &&value)
void SetBuiltInLifecycleConfigArn(Aws::String &&value)
CodeEditorAppSettings & AddLifecycleConfigArns(const Aws::String &value)
void SetDefaultResourceSpec(ResourceSpec &&value)
bool AppLifecycleManagementHasBeenSet() const
CodeEditorAppSettings & WithDefaultResourceSpec(const ResourceSpec &value)
CodeEditorAppSettings & WithLifecycleConfigArns(Aws::Vector< Aws::String > &&value)
void SetAppLifecycleManagement(const AppLifecycleManagement &value)
const AppLifecycleManagement & GetAppLifecycleManagement() const
AWS_SAGEMAKER_API CodeEditorAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
CodeEditorAppSettings & WithBuiltInLifecycleConfigArn(Aws::String &&value)
void SetAppLifecycleManagement(AppLifecycleManagement &&value)
CodeEditorAppSettings & WithAppLifecycleManagement(const AppLifecycleManagement &value)
bool BuiltInLifecycleConfigArnHasBeenSet() const
bool DefaultResourceSpecHasBeenSet() const
CodeEditorAppSettings & WithCustomImages(Aws::Vector< CustomImage > &&value)
void SetCustomImages(Aws::Vector< CustomImage > &&value)
void SetDefaultResourceSpec(const ResourceSpec &value)
CodeEditorAppSettings & WithCustomImages(const Aws::Vector< CustomImage > &value)
const Aws::Vector< Aws::String > & GetLifecycleConfigArns() const
CodeEditorAppSettings & AddLifecycleConfigArns(const char *value)
bool CustomImagesHasBeenSet() const
bool LifecycleConfigArnsHasBeenSet() const
CodeEditorAppSettings & AddCustomImages(CustomImage &&value)
const Aws::Vector< CustomImage > & GetCustomImages() const
CodeEditorAppSettings & AddLifecycleConfigArns(Aws::String &&value)
AWS_SAGEMAKER_API CodeEditorAppSettings(Aws::Utils::Json::JsonView jsonValue)
void SetBuiltInLifecycleConfigArn(const char *value)
CodeEditorAppSettings & WithBuiltInLifecycleConfigArn(const char *value)
CodeEditorAppSettings & WithLifecycleConfigArns(const Aws::Vector< Aws::String > &value)
CodeEditorAppSettings & WithBuiltInLifecycleConfigArn(const Aws::String &value)
void SetBuiltInLifecycleConfigArn(const Aws::String &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