7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/CodeEditorAppImageConfig.h>
11#include <aws/sagemaker/model/JupyterLabAppImageConfig.h>
12#include <aws/sagemaker/model/KernelGatewayImageConfig.h>
45 template <
typename AppImageConfigArnT = Aws::String>
47 m_appImageConfigArnHasBeenSet =
true;
48 m_appImageConfigArn = std::forward<AppImageConfigArnT>(value);
50 template <
typename AppImageConfigArnT = Aws::String>
63 template <
typename AppImageConfigNameT = Aws::String>
65 m_appImageConfigNameHasBeenSet =
true;
66 m_appImageConfigName = std::forward<AppImageConfigNameT>(value);
68 template <
typename AppImageConfigNameT = Aws::String>
81 template <
typename CreationTimeT = Aws::Utils::DateTime>
83 m_creationTimeHasBeenSet =
true;
84 m_creationTime = std::forward<CreationTimeT>(value);
86 template <
typename CreationTimeT = Aws::Utils::DateTime>
99 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
101 m_lastModifiedTimeHasBeenSet =
true;
102 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
104 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
118 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
120 m_kernelGatewayImageConfigHasBeenSet =
true;
121 m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value);
123 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
137 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
139 m_jupyterLabAppImageConfigHasBeenSet =
true;
140 m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value);
142 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
156 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
158 m_codeEditorAppImageConfigHasBeenSet =
true;
159 m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value);
161 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
176 KernelGatewayImageConfig m_kernelGatewayImageConfig;
178 JupyterLabAppImageConfig m_jupyterLabAppImageConfig;
180 CodeEditorAppImageConfig m_codeEditorAppImageConfig;
181 bool m_appImageConfigArnHasBeenSet =
false;
182 bool m_appImageConfigNameHasBeenSet =
false;
183 bool m_creationTimeHasBeenSet =
false;
184 bool m_lastModifiedTimeHasBeenSet =
false;
185 bool m_kernelGatewayImageConfigHasBeenSet =
false;
186 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
187 bool m_codeEditorAppImageConfigHasBeenSet =
false;
const Aws::String & GetAppImageConfigArn() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
AppImageConfigDetails & WithAppImageConfigArn(AppImageConfigArnT &&value)
AWS_SAGEMAKER_API AppImageConfigDetails()=default
const KernelGatewayImageConfig & GetKernelGatewayImageConfig() const
bool KernelGatewayImageConfigHasBeenSet() const
const CodeEditorAppImageConfig & GetCodeEditorAppImageConfig() const
void SetAppImageConfigName(AppImageConfigNameT &&value)
AWS_SAGEMAKER_API AppImageConfigDetails(Aws::Utils::Json::JsonView jsonValue)
void SetJupyterLabAppImageConfig(JupyterLabAppImageConfigT &&value)
AppImageConfigDetails & WithAppImageConfigName(AppImageConfigNameT &&value)
void SetKernelGatewayImageConfig(KernelGatewayImageConfigT &&value)
const Aws::String & GetAppImageConfigName() const
AppImageConfigDetails & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
AppImageConfigDetails & WithJupyterLabAppImageConfig(JupyterLabAppImageConfigT &&value)
AppImageConfigDetails & WithCodeEditorAppImageConfig(CodeEditorAppImageConfigT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetAppImageConfigArn(AppImageConfigArnT &&value)
AWS_SAGEMAKER_API AppImageConfigDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AppImageConfigNameHasBeenSet() const
AppImageConfigDetails & WithCreationTime(CreationTimeT &&value)
bool JupyterLabAppImageConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool AppImageConfigArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const JupyterLabAppImageConfig & GetJupyterLabAppImageConfig() const
bool CodeEditorAppImageConfigHasBeenSet() const
AppImageConfigDetails & WithKernelGatewayImageConfig(KernelGatewayImageConfigT &&value)
void SetCodeEditorAppImageConfig(CodeEditorAppImageConfigT &&value)
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue