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/CodeRepository.h>
11#include <aws/sagemaker/model/ResourceSpec.h>
46 template <
typename DefaultResourceSpecT = ResourceSpec>
48 m_defaultResourceSpecHasBeenSet =
true;
49 m_defaultResourceSpec = std::forward<DefaultResourceSpecT>(value);
51 template <
typename DefaultResourceSpecT = ResourceSpec>
68 template <
typename LifecycleConfigArnsT = Aws::Vector<Aws::String>>
70 m_lifecycleConfigArnsHasBeenSet =
true;
71 m_lifecycleConfigArns = std::forward<LifecycleConfigArnsT>(value);
73 template <
typename LifecycleConfigArnsT = Aws::Vector<Aws::String>>
78 template <
typename LifecycleConfigArnsT = Aws::String>
80 m_lifecycleConfigArnsHasBeenSet =
true;
81 m_lifecycleConfigArns.emplace_back(std::forward<LifecycleConfigArnsT>(value));
93 template <
typename CodeRepositoriesT = Aws::Vector<CodeRepository>>
95 m_codeRepositoriesHasBeenSet =
true;
96 m_codeRepositories = std::forward<CodeRepositoriesT>(value);
98 template <
typename CodeRepositoriesT = Aws::Vector<CodeRepository>>
103 template <
typename CodeRepositoriesT = CodeRepository>
105 m_codeRepositoriesHasBeenSet =
true;
106 m_codeRepositories.emplace_back(std::forward<CodeRepositoriesT>(value));
116 bool m_defaultResourceSpecHasBeenSet =
false;
117 bool m_lifecycleConfigArnsHasBeenSet =
false;
118 bool m_codeRepositoriesHasBeenSet =
false;
void SetDefaultResourceSpec(DefaultResourceSpecT &&value)
void SetCodeRepositories(CodeRepositoriesT &&value)
bool CodeRepositoriesHasBeenSet() const
void SetLifecycleConfigArns(LifecycleConfigArnsT &&value)
AWS_SAGEMAKER_API JupyterServerAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API JupyterServerAppSettings()=default
JupyterServerAppSettings & WithLifecycleConfigArns(LifecycleConfigArnsT &&value)
JupyterServerAppSettings & AddLifecycleConfigArns(LifecycleConfigArnsT &&value)
JupyterServerAppSettings & WithCodeRepositories(CodeRepositoriesT &&value)
const Aws::Vector< Aws::String > & GetLifecycleConfigArns() const
AWS_SAGEMAKER_API JupyterServerAppSettings(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< CodeRepository > & GetCodeRepositories() const
JupyterServerAppSettings & WithDefaultResourceSpec(DefaultResourceSpecT &&value)
const ResourceSpec & GetDefaultResourceSpec() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool DefaultResourceSpecHasBeenSet() const
JupyterServerAppSettings & AddCodeRepositories(CodeRepositoriesT &&value)
bool LifecycleConfigArnsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue