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>
48 inline void SetAppImageConfigName(
const char* value) { m_appImageConfigNameHasBeenSet =
true; m_appImageConfigName.assign(value); }
92 bool m_appImageConfigNameHasBeenSet =
false;
95 bool m_kernelGatewayImageConfigHasBeenSet =
false;
98 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
101 bool m_codeEditorAppImageConfigHasBeenSet =
false;
UpdateAppImageConfigRequest & WithAppImageConfigName(const Aws::String &value)
const CodeEditorAppImageConfig & GetCodeEditorAppImageConfig() const
UpdateAppImageConfigRequest & WithAppImageConfigName(Aws::String &&value)
void SetKernelGatewayImageConfig(KernelGatewayImageConfig &&value)
void SetAppImageConfigName(const char *value)
bool AppImageConfigNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateAppImageConfigRequest & WithCodeEditorAppImageConfig(CodeEditorAppImageConfig &&value)
bool KernelGatewayImageConfigHasBeenSet() const
const JupyterLabAppImageConfig & GetJupyterLabAppImageConfig() const
UpdateAppImageConfigRequest & WithJupyterLabAppImageConfig(JupyterLabAppImageConfig &&value)
UpdateAppImageConfigRequest & WithKernelGatewayImageConfig(const KernelGatewayImageConfig &value)
UpdateAppImageConfigRequest & WithAppImageConfigName(const char *value)
void SetKernelGatewayImageConfig(const KernelGatewayImageConfig &value)
UpdateAppImageConfigRequest & WithKernelGatewayImageConfig(KernelGatewayImageConfig &&value)
UpdateAppImageConfigRequest & WithCodeEditorAppImageConfig(const CodeEditorAppImageConfig &value)
AWS_SAGEMAKER_API UpdateAppImageConfigRequest()
virtual const char * GetServiceRequestName() const override
void SetAppImageConfigName(Aws::String &&value)
void SetCodeEditorAppImageConfig(CodeEditorAppImageConfig &&value)
void SetJupyterLabAppImageConfig(JupyterLabAppImageConfig &&value)
void SetAppImageConfigName(const Aws::String &value)
UpdateAppImageConfigRequest & WithJupyterLabAppImageConfig(const JupyterLabAppImageConfig &value)
void SetCodeEditorAppImageConfig(const CodeEditorAppImageConfig &value)
void SetJupyterLabAppImageConfig(const JupyterLabAppImageConfig &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