7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/KernelGatewayImageConfig.h>
11#include <aws/sagemaker/model/JupyterLabAppImageConfig.h>
12#include <aws/sagemaker/model/CodeEditorAppImageConfig.h>
46 template<
typename AppImageConfigNameT = Aws::String>
47 void SetAppImageConfigName(AppImageConfigNameT&& value) { m_appImageConfigNameHasBeenSet =
true; m_appImageConfigName = std::forward<AppImageConfigNameT>(value); }
48 template<
typename AppImageConfigNameT = Aws::String>
58 template<
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
59 void SetKernelGatewayImageConfig(KernelGatewayImageConfigT&& value) { m_kernelGatewayImageConfigHasBeenSet =
true; m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value); }
60 template<
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
70 template<
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
71 void SetJupyterLabAppImageConfig(JupyterLabAppImageConfigT&& value) { m_jupyterLabAppImageConfigHasBeenSet =
true; m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value); }
72 template<
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
82 template<
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
83 void SetCodeEditorAppImageConfig(CodeEditorAppImageConfigT&& value) { m_codeEditorAppImageConfigHasBeenSet =
true; m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value); }
84 template<
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
90 bool m_appImageConfigNameHasBeenSet =
false;
93 bool m_kernelGatewayImageConfigHasBeenSet =
false;
96 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
99 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