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>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename AppImageConfigArnT = Aws::String>
45 void SetAppImageConfigArn(AppImageConfigArnT&& value) { m_appImageConfigArnHasBeenSet =
true; m_appImageConfigArn = std::forward<AppImageConfigArnT>(value); }
46 template<
typename AppImageConfigArnT = Aws::String>
55 template<
typename AppImageConfigNameT = Aws::String>
56 void SetAppImageConfigName(AppImageConfigNameT&& value) { m_appImageConfigNameHasBeenSet =
true; m_appImageConfigName = std::forward<AppImageConfigNameT>(value); }
57 template<
typename AppImageConfigNameT = Aws::String>
66 template<
typename CreationTimeT = Aws::Utils::DateTime>
67 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
68 template<
typename CreationTimeT = Aws::Utils::DateTime>
77 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
78 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
79 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
88 template<
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
89 void SetKernelGatewayImageConfig(KernelGatewayImageConfigT&& value) { m_kernelGatewayImageConfigHasBeenSet =
true; m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value); }
90 template<
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
99 template<
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
100 void SetJupyterLabAppImageConfig(JupyterLabAppImageConfigT&& value) { m_jupyterLabAppImageConfigHasBeenSet =
true; m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value); }
101 template<
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
110 template<
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
111 void SetCodeEditorAppImageConfig(CodeEditorAppImageConfigT&& value) { m_codeEditorAppImageConfigHasBeenSet =
true; m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value); }
112 template<
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
119 template<
typename RequestIdT = Aws::String>
120 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
121 template<
typename RequestIdT = Aws::String>
127 bool m_appImageConfigArnHasBeenSet =
false;
130 bool m_appImageConfigNameHasBeenSet =
false;
133 bool m_creationTimeHasBeenSet =
false;
136 bool m_lastModifiedTimeHasBeenSet =
false;
138 KernelGatewayImageConfig m_kernelGatewayImageConfig;
139 bool m_kernelGatewayImageConfigHasBeenSet =
false;
141 JupyterLabAppImageConfig m_jupyterLabAppImageConfig;
142 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
144 CodeEditorAppImageConfig m_codeEditorAppImageConfig;
145 bool m_codeEditorAppImageConfigHasBeenSet =
false;
148 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