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>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename AppImageConfigArnT = Aws::String>
40 m_appImageConfigArnHasBeenSet =
true;
41 m_appImageConfigArn = std::forward<AppImageConfigArnT>(value);
43 template <
typename AppImageConfigArnT = Aws::String>
55 template <
typename AppImageConfigNameT = Aws::String>
57 m_appImageConfigNameHasBeenSet =
true;
58 m_appImageConfigName = std::forward<AppImageConfigNameT>(value);
60 template <
typename AppImageConfigNameT = Aws::String>
72 template <
typename CreationTimeT = Aws::Utils::DateTime>
74 m_creationTimeHasBeenSet =
true;
75 m_creationTime = std::forward<CreationTimeT>(value);
77 template <
typename CreationTimeT = Aws::Utils::DateTime>
89 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
91 m_lastModifiedTimeHasBeenSet =
true;
92 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
94 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
106 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
108 m_kernelGatewayImageConfigHasBeenSet =
true;
109 m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value);
111 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
123 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
125 m_jupyterLabAppImageConfigHasBeenSet =
true;
126 m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value);
128 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
140 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
142 m_codeEditorAppImageConfigHasBeenSet =
true;
143 m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value);
145 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
155 template <
typename RequestIdT = Aws::String>
157 m_requestIdHasBeenSet =
true;
158 m_requestId = std::forward<RequestIdT>(value);
160 template <
typename RequestIdT = Aws::String>
175 KernelGatewayImageConfig m_kernelGatewayImageConfig;
177 JupyterLabAppImageConfig m_jupyterLabAppImageConfig;
179 CodeEditorAppImageConfig m_codeEditorAppImageConfig;
182 bool m_appImageConfigArnHasBeenSet =
false;
183 bool m_appImageConfigNameHasBeenSet =
false;
184 bool m_creationTimeHasBeenSet =
false;
185 bool m_lastModifiedTimeHasBeenSet =
false;
186 bool m_kernelGatewayImageConfigHasBeenSet =
false;
187 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
188 bool m_codeEditorAppImageConfigHasBeenSet =
false;
189 bool m_requestIdHasBeenSet =
false;
void SetKernelGatewayImageConfig(KernelGatewayImageConfigT &&value)
const Aws::String & GetAppImageConfigName() const
AWS_SAGEMAKER_API DescribeAppImageConfigResult()=default
DescribeAppImageConfigResult & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API DescribeAppImageConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAppImageConfigResult & WithCreationTime(CreationTimeT &&value)
DescribeAppImageConfigResult & WithJupyterLabAppImageConfig(JupyterLabAppImageConfigT &&value)
const KernelGatewayImageConfig & GetKernelGatewayImageConfig() const
DescribeAppImageConfigResult & WithKernelGatewayImageConfig(KernelGatewayImageConfigT &&value)
void SetCodeEditorAppImageConfig(CodeEditorAppImageConfigT &&value)
const JupyterLabAppImageConfig & GetJupyterLabAppImageConfig() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
DescribeAppImageConfigResult & WithAppImageConfigArn(AppImageConfigArnT &&value)
AWS_SAGEMAKER_API DescribeAppImageConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const CodeEditorAppImageConfig & GetCodeEditorAppImageConfig() const
DescribeAppImageConfigResult & WithAppImageConfigName(AppImageConfigNameT &&value)
const Aws::String & GetRequestId() const
DescribeAppImageConfigResult & WithCodeEditorAppImageConfig(CodeEditorAppImageConfigT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetAppImageConfigArn() const
void SetAppImageConfigName(AppImageConfigNameT &&value)
DescribeAppImageConfigResult & WithRequestId(RequestIdT &&value)
void SetJupyterLabAppImageConfig(JupyterLabAppImageConfigT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(CreationTimeT &&value)
void SetAppImageConfigArn(AppImageConfigArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue