7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ResourceSpec.h>
9#include <aws/sagemaker/model/SpaceAppLifecycleManagement.h>
46 template<
typename DefaultResourceSpecT = ResourceSpec>
47 void SetDefaultResourceSpec(DefaultResourceSpecT&& value) { m_defaultResourceSpecHasBeenSet =
true; m_defaultResourceSpec = std::forward<DefaultResourceSpecT>(value); }
48 template<
typename DefaultResourceSpecT = ResourceSpec>
59 template<
typename AppLifecycleManagementT = SpaceAppLifecycleManagement>
60 void SetAppLifecycleManagement(AppLifecycleManagementT&& value) { m_appLifecycleManagementHasBeenSet =
true; m_appLifecycleManagement = std::forward<AppLifecycleManagementT>(value); }
61 template<
typename AppLifecycleManagementT = SpaceAppLifecycleManagement>
67 bool m_defaultResourceSpecHasBeenSet =
false;
70 bool m_appLifecycleManagementHasBeenSet =
false;
bool DefaultResourceSpecHasBeenSet() const
AWS_SAGEMAKER_API SpaceCodeEditorAppSettings(Aws::Utils::Json::JsonView jsonValue)
const ResourceSpec & GetDefaultResourceSpec() const
bool AppLifecycleManagementHasBeenSet() const
AWS_SAGEMAKER_API SpaceCodeEditorAppSettings()=default
AWS_SAGEMAKER_API SpaceCodeEditorAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
SpaceCodeEditorAppSettings & WithDefaultResourceSpec(DefaultResourceSpecT &&value)
const SpaceAppLifecycleManagement & GetAppLifecycleManagement() const
SpaceCodeEditorAppSettings & WithAppLifecycleManagement(AppLifecycleManagementT &&value)
void SetAppLifecycleManagement(AppLifecycleManagementT &&value)
void SetDefaultResourceSpec(DefaultResourceSpecT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue