7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker/model/KernelGatewayImageConfig.h>
11#include <aws/sagemaker/model/JupyterLabAppImageConfig.h>
12#include <aws/sagemaker/model/CodeEditorAppImageConfig.h>
51 template<
typename AppImageConfigArnT = Aws::String>
52 void SetAppImageConfigArn(AppImageConfigArnT&& value) { m_appImageConfigArnHasBeenSet =
true; m_appImageConfigArn = std::forward<AppImageConfigArnT>(value); }
53 template<
typename AppImageConfigArnT = Aws::String>
63 template<
typename AppImageConfigNameT = Aws::String>
64 void SetAppImageConfigName(AppImageConfigNameT&& value) { m_appImageConfigNameHasBeenSet =
true; m_appImageConfigName = std::forward<AppImageConfigNameT>(value); }
65 template<
typename AppImageConfigNameT = Aws::String>
75 template<
typename CreationTimeT = Aws::Utils::DateTime>
76 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
77 template<
typename CreationTimeT = Aws::Utils::DateTime>
87 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
88 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
89 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
100 template<
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
101 void SetKernelGatewayImageConfig(KernelGatewayImageConfigT&& value) { m_kernelGatewayImageConfigHasBeenSet =
true; m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value); }
102 template<
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
113 template<
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
114 void SetJupyterLabAppImageConfig(JupyterLabAppImageConfigT&& value) { m_jupyterLabAppImageConfigHasBeenSet =
true; m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value); }
115 template<
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
126 template<
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
127 void SetCodeEditorAppImageConfig(CodeEditorAppImageConfigT&& value) { m_codeEditorAppImageConfigHasBeenSet =
true; m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value); }
128 template<
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
134 bool m_appImageConfigArnHasBeenSet =
false;
137 bool m_appImageConfigNameHasBeenSet =
false;
140 bool m_creationTimeHasBeenSet =
false;
143 bool m_lastModifiedTimeHasBeenSet =
false;
145 KernelGatewayImageConfig m_kernelGatewayImageConfig;
146 bool m_kernelGatewayImageConfigHasBeenSet =
false;
148 JupyterLabAppImageConfig m_jupyterLabAppImageConfig;
149 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
151 CodeEditorAppImageConfig m_codeEditorAppImageConfig;
152 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