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/CustomFileSystemConfig.h>
11#include <aws/sagemaker/model/CustomPosixUserConfig.h>
12#include <aws/sagemaker/model/DefaultSpaceStorageSettings.h>
13#include <aws/sagemaker/model/JupyterLabAppSettings.h>
14#include <aws/sagemaker/model/JupyterServerAppSettings.h>
15#include <aws/sagemaker/model/KernelGatewayAppSettings.h>
49 template <
typename ExecutionRoleT = Aws::String>
51 m_executionRoleHasBeenSet =
true;
52 m_executionRole = std::forward<ExecutionRoleT>(value);
54 template <
typename ExecutionRoleT = Aws::String>
68 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
70 m_securityGroupsHasBeenSet =
true;
71 m_securityGroups = std::forward<SecurityGroupsT>(value);
73 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
78 template <
typename SecurityGroupsT = Aws::String>
80 m_securityGroupsHasBeenSet =
true;
81 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
90 template <
typename JupyterServerAppSettingsT = JupyterServerAppSettings>
92 m_jupyterServerAppSettingsHasBeenSet =
true;
93 m_jupyterServerAppSettings = std::forward<JupyterServerAppSettingsT>(value);
95 template <
typename JupyterServerAppSettingsT = JupyterServerAppSettings>
106 template <
typename KernelGatewayAppSettingsT = KernelGatewayAppSettings>
108 m_kernelGatewayAppSettingsHasBeenSet =
true;
109 m_kernelGatewayAppSettings = std::forward<KernelGatewayAppSettingsT>(value);
111 template <
typename KernelGatewayAppSettingsT = KernelGatewayAppSettings>
122 template <
typename JupyterLabAppSettingsT = JupyterLabAppSettings>
124 m_jupyterLabAppSettingsHasBeenSet =
true;
125 m_jupyterLabAppSettings = std::forward<JupyterLabAppSettingsT>(value);
127 template <
typename JupyterLabAppSettingsT = JupyterLabAppSettings>
138 template <
typename SpaceStorageSettingsT = DefaultSpaceStorageSettings>
140 m_spaceStorageSettingsHasBeenSet =
true;
141 m_spaceStorageSettings = std::forward<SpaceStorageSettingsT>(value);
143 template <
typename SpaceStorageSettingsT = DefaultSpaceStorageSettings>
154 template <
typename CustomPosixUserConfigT = CustomPosixUserConfig>
156 m_customPosixUserConfigHasBeenSet =
true;
157 m_customPosixUserConfig = std::forward<CustomPosixUserConfigT>(value);
159 template <
typename CustomPosixUserConfigT = CustomPosixUserConfig>
173 template <
typename CustomFileSystemConfigsT = Aws::Vector<CustomFileSystemConfig>>
175 m_customFileSystemConfigsHasBeenSet =
true;
176 m_customFileSystemConfigs = std::forward<CustomFileSystemConfigsT>(value);
178 template <
typename CustomFileSystemConfigsT = Aws::Vector<CustomFileSystemConfig>>
183 template <
typename CustomFileSystemConfigsT = CustomFileSystemConfig>
185 m_customFileSystemConfigsHasBeenSet =
true;
186 m_customFileSystemConfigs.emplace_back(std::forward<CustomFileSystemConfigsT>(value));
206 bool m_executionRoleHasBeenSet =
false;
207 bool m_securityGroupsHasBeenSet =
false;
208 bool m_jupyterServerAppSettingsHasBeenSet =
false;
209 bool m_kernelGatewayAppSettingsHasBeenSet =
false;
210 bool m_jupyterLabAppSettingsHasBeenSet =
false;
211 bool m_spaceStorageSettingsHasBeenSet =
false;
212 bool m_customPosixUserConfigHasBeenSet =
false;
213 bool m_customFileSystemConfigsHasBeenSet =
false;
DefaultSpaceSettings & WithJupyterServerAppSettings(JupyterServerAppSettingsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
bool CustomPosixUserConfigHasBeenSet() const
bool CustomFileSystemConfigsHasBeenSet() const
DefaultSpaceSettings & WithExecutionRole(ExecutionRoleT &&value)
void SetExecutionRole(ExecutionRoleT &&value)
DefaultSpaceSettings & WithSpaceStorageSettings(SpaceStorageSettingsT &&value)
const Aws::String & GetExecutionRole() const
const CustomPosixUserConfig & GetCustomPosixUserConfig() const
bool KernelGatewayAppSettingsHasBeenSet() const
void SetKernelGatewayAppSettings(KernelGatewayAppSettingsT &&value)
DefaultSpaceSettings & WithCustomPosixUserConfig(CustomPosixUserConfigT &&value)
const JupyterLabAppSettings & GetJupyterLabAppSettings() const
bool ExecutionRoleHasBeenSet() const
DefaultSpaceSettings & WithCustomFileSystemConfigs(CustomFileSystemConfigsT &&value)
void SetJupyterServerAppSettings(JupyterServerAppSettingsT &&value)
bool SecurityGroupsHasBeenSet() const
void SetCustomFileSystemConfigs(CustomFileSystemConfigsT &&value)
void SetJupyterLabAppSettings(JupyterLabAppSettingsT &&value)
const Aws::Vector< CustomFileSystemConfig > & GetCustomFileSystemConfigs() const
bool JupyterLabAppSettingsHasBeenSet() const
DefaultSpaceSettings & AddSecurityGroups(SecurityGroupsT &&value)
AWS_SAGEMAKER_API DefaultSpaceSettings()=default
const JupyterServerAppSettings & GetJupyterServerAppSettings() const
DefaultSpaceSettings & WithSecurityGroups(SecurityGroupsT &&value)
bool JupyterServerAppSettingsHasBeenSet() const
void SetSpaceStorageSettings(SpaceStorageSettingsT &&value)
DefaultSpaceSettings & AddCustomFileSystemConfigs(CustomFileSystemConfigsT &&value)
const DefaultSpaceStorageSettings & GetSpaceStorageSettings() const
AWS_SAGEMAKER_API DefaultSpaceSettings(Aws::Utils::Json::JsonView jsonValue)
DefaultSpaceSettings & WithJupyterLabAppSettings(JupyterLabAppSettingsT &&value)
DefaultSpaceSettings & WithKernelGatewayAppSettings(KernelGatewayAppSettingsT &&value)
void SetCustomPosixUserConfig(CustomPosixUserConfigT &&value)
AWS_SAGEMAKER_API DefaultSpaceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const KernelGatewayAppSettings & GetKernelGatewayAppSettings() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSecurityGroups(SecurityGroupsT &&value)
bool SpaceStorageSettingsHasBeenSet() 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