7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.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>
42 template <
typename AppImageConfigNameT = Aws::String>
44 m_appImageConfigNameHasBeenSet =
true;
45 m_appImageConfigName = std::forward<AppImageConfigNameT>(value);
47 template <
typename AppImageConfigNameT = Aws::String>
60 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
62 m_kernelGatewayImageConfigHasBeenSet =
true;
63 m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value);
65 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
78 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
80 m_jupyterLabAppImageConfigHasBeenSet =
true;
81 m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value);
83 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
96 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
98 m_codeEditorAppImageConfigHasBeenSet =
true;
99 m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value);
101 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
115 bool m_appImageConfigNameHasBeenSet =
false;
116 bool m_kernelGatewayImageConfigHasBeenSet =
false;
117 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
118 bool m_codeEditorAppImageConfigHasBeenSet =
false;
const CodeEditorAppImageConfig & GetCodeEditorAppImageConfig() const
void SetKernelGatewayImageConfig(KernelGatewayImageConfigT &&value)
bool AppImageConfigNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetJupyterLabAppImageConfig(JupyterLabAppImageConfigT &&value)
UpdateAppImageConfigRequest & WithKernelGatewayImageConfig(KernelGatewayImageConfigT &&value)
bool KernelGatewayImageConfigHasBeenSet() const
const JupyterLabAppImageConfig & GetJupyterLabAppImageConfig() const
AWS_SAGEMAKER_API UpdateAppImageConfigRequest()=default
UpdateAppImageConfigRequest & WithJupyterLabAppImageConfig(JupyterLabAppImageConfigT &&value)
virtual const char * GetServiceRequestName() const override
void SetAppImageConfigName(AppImageConfigNameT &&value)
UpdateAppImageConfigRequest & WithCodeEditorAppImageConfig(CodeEditorAppImageConfigT &&value)
void SetCodeEditorAppImageConfig(CodeEditorAppImageConfigT &&value)
UpdateAppImageConfigRequest & WithAppImageConfigName(AppImageConfigNameT &&value)
bool JupyterLabAppImageConfigHasBeenSet() const
bool CodeEditorAppImageConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetAppImageConfigName() const
const KernelGatewayImageConfig & GetKernelGatewayImageConfig() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String