7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/CodeEditorAppImageConfig.h>
12#include <aws/sagemaker/model/JupyterLabAppImageConfig.h>
13#include <aws/sagemaker/model/KernelGatewayImageConfig.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename AppImageConfigArnT = Aws::String>
41 m_appImageConfigArnHasBeenSet =
true;
42 m_appImageConfigArn = std::forward<AppImageConfigArnT>(value);
44 template <
typename AppImageConfigArnT = Aws::String>
56 template <
typename AppImageConfigNameT = Aws::String>
58 m_appImageConfigNameHasBeenSet =
true;
59 m_appImageConfigName = std::forward<AppImageConfigNameT>(value);
61 template <
typename AppImageConfigNameT = Aws::String>
73 template <
typename CreationTimeT = Aws::Utils::DateTime>
75 m_creationTimeHasBeenSet =
true;
76 m_creationTime = std::forward<CreationTimeT>(value);
78 template <
typename CreationTimeT = Aws::Utils::DateTime>
90 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
92 m_lastModifiedTimeHasBeenSet =
true;
93 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
95 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
107 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
109 m_kernelGatewayImageConfigHasBeenSet =
true;
110 m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value);
112 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
124 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
126 m_jupyterLabAppImageConfigHasBeenSet =
true;
127 m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value);
129 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
141 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
143 m_codeEditorAppImageConfigHasBeenSet =
true;
144 m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value);
146 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
156 template <
typename RequestIdT = Aws::String>
158 m_requestIdHasBeenSet =
true;
159 m_requestId = std::forward<RequestIdT>(value);
161 template <
typename RequestIdT = Aws::String>
178 KernelGatewayImageConfig m_kernelGatewayImageConfig;
180 JupyterLabAppImageConfig m_jupyterLabAppImageConfig;
182 CodeEditorAppImageConfig m_codeEditorAppImageConfig;
186 bool m_appImageConfigArnHasBeenSet =
false;
187 bool m_appImageConfigNameHasBeenSet =
false;
188 bool m_creationTimeHasBeenSet =
false;
189 bool m_lastModifiedTimeHasBeenSet =
false;
190 bool m_kernelGatewayImageConfigHasBeenSet =
false;
191 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
192 bool m_codeEditorAppImageConfigHasBeenSet =
false;
193 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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