7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ContainerConfig.h>
9#include <aws/sagemaker/model/FileSystemConfig.h>
41 template <
typename FileSystemConfigT = FileSystemConfig>
43 m_fileSystemConfigHasBeenSet =
true;
44 m_fileSystemConfig = std::forward<FileSystemConfigT>(value);
46 template <
typename FileSystemConfigT = FileSystemConfig>
57 template <
typename ContainerConfigT = ContainerConfig>
59 m_containerConfigHasBeenSet =
true;
60 m_containerConfig = std::forward<ContainerConfigT>(value);
62 template <
typename ContainerConfigT = ContainerConfig>
72 bool m_fileSystemConfigHasBeenSet =
false;
73 bool m_containerConfigHasBeenSet =
false;
AWS_SAGEMAKER_API JupyterLabAppImageConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API JupyterLabAppImageConfig(Aws::Utils::Json::JsonView jsonValue)
JupyterLabAppImageConfig & WithFileSystemConfig(FileSystemConfigT &&value)
bool FileSystemConfigHasBeenSet() const
void SetContainerConfig(ContainerConfigT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const ContainerConfig & GetContainerConfig() const
bool ContainerConfigHasBeenSet() const
void SetFileSystemConfig(FileSystemConfigT &&value)
AWS_SAGEMAKER_API JupyterLabAppImageConfig()=default
JupyterLabAppImageConfig & WithContainerConfig(ContainerConfigT &&value)
const FileSystemConfig & GetFileSystemConfig() const
Aws::Utils::Json::JsonValue JsonValue