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>
48 template<
typename AppImageConfigNameT = Aws::String>
49 void SetAppImageConfigName(AppImageConfigNameT&& value) { m_appImageConfigNameHasBeenSet =
true; m_appImageConfigName = std::forward<AppImageConfigNameT>(value); }
50 template<
typename AppImageConfigNameT = Aws::String>
60 template<
typename TagsT = Aws::Vector<Tag>>
61 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
62 template<
typename TagsT = Aws::Vector<Tag>>
64 template<
typename TagsT = Tag>
76 template<
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
77 void SetKernelGatewayImageConfig(KernelGatewayImageConfigT&& value) { m_kernelGatewayImageConfigHasBeenSet =
true; m_kernelGatewayImageConfig = std::forward<KernelGatewayImageConfigT>(value); }
78 template<
typename KernelGatewayImageConfigT = KernelGatewayImageConfig>
91 template<
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
92 void SetJupyterLabAppImageConfig(JupyterLabAppImageConfigT&& value) { m_jupyterLabAppImageConfigHasBeenSet =
true; m_jupyterLabAppImageConfig = std::forward<JupyterLabAppImageConfigT>(value); }
93 template<
typename JupyterLabAppImageConfigT = JupyterLabAppImageConfig>
105 template<
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
106 void SetCodeEditorAppImageConfig(CodeEditorAppImageConfigT&& value) { m_codeEditorAppImageConfigHasBeenSet =
true; m_codeEditorAppImageConfig = std::forward<CodeEditorAppImageConfigT>(value); }
107 template<
typename CodeEditorAppImageConfigT = CodeEditorAppImageConfig>
113 bool m_appImageConfigNameHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
119 bool m_kernelGatewayImageConfigHasBeenSet =
false;
122 bool m_jupyterLabAppImageConfigHasBeenSet =
false;
125 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