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/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/KernelGatewayImageConfig.h>
12#include <aws/sagemaker/model/JupyterLabAppImageConfig.h>
13#include <aws/sagemaker/model/CodeEditorAppImageConfig.h>
14#include <aws/sagemaker/model/Tag.h>
50 inline void SetAppImageConfigName(
const char* value) { m_appImageConfigNameHasBeenSet =
true; m_appImageConfigName.assign(value); }
115 bool m_appImageConfigNameHasBeenSet =
false;
118 bool m_tagsHasBeenSet =
false;
121 bool m_kernelGatewayImageConfigHasBeenSet =
false;
124 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
127 bool m_codeEditorAppImageConfigHasBeenSet =
false;
CreateAppImageConfigRequest & WithAppImageConfigName(const char *value)
AWS_SAGEMAKER_API CreateAppImageConfigRequest()
void SetKernelGatewayImageConfig(KernelGatewayImageConfig &&value)
bool CodeEditorAppImageConfigHasBeenSet() const
void SetKernelGatewayImageConfig(const KernelGatewayImageConfig &value)
void SetCodeEditorAppImageConfig(CodeEditorAppImageConfig &&value)
void SetAppImageConfigName(const char *value)
CreateAppImageConfigRequest & WithKernelGatewayImageConfig(KernelGatewayImageConfig &&value)
CreateAppImageConfigRequest & WithCodeEditorAppImageConfig(const CodeEditorAppImageConfig &value)
CreateAppImageConfigRequest & WithAppImageConfigName(Aws::String &&value)
const CodeEditorAppImageConfig & GetCodeEditorAppImageConfig() const
void SetTags(const Aws::Vector< Tag > &value)
void SetCodeEditorAppImageConfig(const CodeEditorAppImageConfig &value)
CreateAppImageConfigRequest & WithKernelGatewayImageConfig(const KernelGatewayImageConfig &value)
CreateAppImageConfigRequest & WithJupyterLabAppImageConfig(const JupyterLabAppImageConfig &value)
CreateAppImageConfigRequest & WithAppImageConfigName(const Aws::String &value)
const Aws::String & GetAppImageConfigName() const
CreateAppImageConfigRequest & WithTags(Aws::Vector< Tag > &&value)
CreateAppImageConfigRequest & AddTags(Tag &&value)
CreateAppImageConfigRequest & WithTags(const Aws::Vector< Tag > &value)
bool TagsHasBeenSet() const
CreateAppImageConfigRequest & WithCodeEditorAppImageConfig(CodeEditorAppImageConfig &&value)
void SetAppImageConfigName(const Aws::String &value)
const Aws::Vector< Tag > & GetTags() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const KernelGatewayImageConfig & GetKernelGatewayImageConfig() const
bool JupyterLabAppImageConfigHasBeenSet() const
void SetTags(Aws::Vector< Tag > &&value)
bool AppImageConfigNameHasBeenSet() const
CreateAppImageConfigRequest & WithJupyterLabAppImageConfig(JupyterLabAppImageConfig &&value)
void SetJupyterLabAppImageConfig(JupyterLabAppImageConfig &&value)
bool KernelGatewayImageConfigHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetAppImageConfigName(Aws::String &&value)
const JupyterLabAppImageConfig & GetJupyterLabAppImageConfig() const
CreateAppImageConfigRequest & AddTags(const Tag &value)
void SetJupyterLabAppImageConfig(const JupyterLabAppImageConfig &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector