7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/CodeEditorAppImageConfig.h>
12#include <aws/sagemaker/model/JupyterLabAppImageConfig.h>
13#include <aws/sagemaker/model/KernelGatewayImageConfig.h>
14#include <aws/sagemaker/model/Tag.h>
44 template <
typename AppImageConfigNameT = Aws::String>
46 m_appImageConfigNameHasBeenSet =
true;
47 m_appImageConfigName = std::forward<AppImageConfigNameT>(value);
49 template <
typename AppImageConfigNameT = Aws::String>
62 template <
typename TagsT = Aws::Vector<Tag>>
64 m_tagsHasBeenSet =
true;
65 m_tags = std::forward<TagsT>(value);
67 template <
typename TagsT = Aws::Vector<Tag>>
69 SetTags(std::forward<TagsT>(value));
72 template <
typename TagsT = Tag>
74 m_tagsHasBeenSet =
true;
75 m_tags.emplace_back(std::forward<TagsT>(value));
88 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
90 m_kernelGatewayImageConfigHasBeenSet =
true;
91 m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value);
93 template <
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
109 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
111 m_jupyterLabAppImageConfigHasBeenSet =
true;
112 m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value);
114 template <
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
129 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
131 m_codeEditorAppImageConfigHasBeenSet =
true;
132 m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value);
134 template <
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
150 bool m_appImageConfigNameHasBeenSet =
false;
151 bool m_tagsHasBeenSet =
false;
152 bool m_kernelGatewayImageConfigHasBeenSet =
false;
153 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
154 bool m_codeEditorAppImageConfigHasBeenSet =
false;
void SetTags(TagsT &&value)
AWS_SAGEMAKER_API CreateAppImageConfigRequest()=default
bool CodeEditorAppImageConfigHasBeenSet() const
void SetAppImageConfigName(AppImageConfigNameT &&value)
const CodeEditorAppImageConfig & GetCodeEditorAppImageConfig() const
const Aws::String & GetAppImageConfigName() const
CreateAppImageConfigRequest & WithCodeEditorAppImageConfig(CodeEditorAppImageConfigT &&value)
CreateAppImageConfigRequest & WithAppImageConfigName(AppImageConfigNameT &&value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const KernelGatewayImageConfig & GetKernelGatewayImageConfig() const
bool JupyterLabAppImageConfigHasBeenSet() const
bool AppImageConfigNameHasBeenSet() const
CreateAppImageConfigRequest & WithKernelGatewayImageConfig(KernelGatewayImageConfigT &&value)
bool KernelGatewayImageConfigHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateAppImageConfigRequest & WithJupyterLabAppImageConfig(JupyterLabAppImageConfigT &&value)
void SetJupyterLabAppImageConfig(JupyterLabAppImageConfigT &&value)
CreateAppImageConfigRequest & WithTags(TagsT &&value)
CreateAppImageConfigRequest & AddTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetCodeEditorAppImageConfig(CodeEditorAppImageConfigT &&value)
const JupyterLabAppImageConfig & GetJupyterLabAppImageConfig() const
void SetKernelGatewayImageConfig(KernelGatewayImageConfigT &&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