AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
JupyterLabAppImageConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/FileSystemConfig.h>
9#include <aws/sagemaker/model/ContainerConfig.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMaker
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_SAGEMAKER_API JupyterLabAppImageConfig();
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
45 inline const FileSystemConfig& GetFileSystemConfig() const{ return m_fileSystemConfig; }
46 inline bool FileSystemConfigHasBeenSet() const { return m_fileSystemConfigHasBeenSet; }
47 inline void SetFileSystemConfig(const FileSystemConfig& value) { m_fileSystemConfigHasBeenSet = true; m_fileSystemConfig = value; }
48 inline void SetFileSystemConfig(FileSystemConfig&& value) { m_fileSystemConfigHasBeenSet = true; m_fileSystemConfig = std::move(value); }
50 inline JupyterLabAppImageConfig& WithFileSystemConfig(FileSystemConfig&& value) { SetFileSystemConfig(std::move(value)); return *this;}
52
54
55 inline const ContainerConfig& GetContainerConfig() const{ return m_containerConfig; }
56 inline bool ContainerConfigHasBeenSet() const { return m_containerConfigHasBeenSet; }
57 inline void SetContainerConfig(const ContainerConfig& value) { m_containerConfigHasBeenSet = true; m_containerConfig = value; }
58 inline void SetContainerConfig(ContainerConfig&& value) { m_containerConfigHasBeenSet = true; m_containerConfig = std::move(value); }
60 inline JupyterLabAppImageConfig& WithContainerConfig(ContainerConfig&& value) { SetContainerConfig(std::move(value)); return *this;}
62 private:
63
64 FileSystemConfig m_fileSystemConfig;
65 bool m_fileSystemConfigHasBeenSet = false;
66
67 ContainerConfig m_containerConfig;
68 bool m_containerConfigHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace SageMaker
73} // namespace Aws
void SetContainerConfig(const ContainerConfig &value)
JupyterLabAppImageConfig & WithFileSystemConfig(const FileSystemConfig &value)
JupyterLabAppImageConfig & WithContainerConfig(const ContainerConfig &value)
AWS_SAGEMAKER_API JupyterLabAppImageConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API JupyterLabAppImageConfig(Aws::Utils::Json::JsonView jsonValue)
void SetFileSystemConfig(const FileSystemConfig &value)
JupyterLabAppImageConfig & WithFileSystemConfig(FileSystemConfig &&value)
JupyterLabAppImageConfig & WithContainerConfig(ContainerConfig &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue