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/HubContentSupportStatus.h>
12#include <aws/sagemaker/model/HubContentType.h>
13#include <aws/sagemaker/model/Tag.h>
43 template <
typename HubContentNameT = Aws::String>
45 m_hubContentNameHasBeenSet =
true;
46 m_hubContentName = std::forward<HubContentNameT>(value);
48 template <
typename HubContentNameT = Aws::String>
61 template <
typename HubContentVersionT = Aws::String>
63 m_hubContentVersionHasBeenSet =
true;
64 m_hubContentVersion = std::forward<HubContentVersionT>(value);
66 template <
typename HubContentVersionT = Aws::String>
80 m_hubContentTypeHasBeenSet =
true;
81 m_hubContentType = value;
95 template <
typename DocumentSchemaVersionT = Aws::String>
97 m_documentSchemaVersionHasBeenSet =
true;
98 m_documentSchemaVersion = std::forward<DocumentSchemaVersionT>(value);
100 template <
typename DocumentSchemaVersionT = Aws::String>
113 template <
typename HubNameT = Aws::String>
115 m_hubNameHasBeenSet =
true;
116 m_hubName = std::forward<HubNameT>(value);
118 template <
typename HubNameT = Aws::String>
131 template <
typename HubContentDisplayNameT = Aws::String>
133 m_hubContentDisplayNameHasBeenSet =
true;
134 m_hubContentDisplayName = std::forward<HubContentDisplayNameT>(value);
136 template <
typename HubContentDisplayNameT = Aws::String>
149 template <
typename HubContentDescriptionT = Aws::String>
151 m_hubContentDescriptionHasBeenSet =
true;
152 m_hubContentDescription = std::forward<HubContentDescriptionT>(value);
154 template <
typename HubContentDescriptionT = Aws::String>
168 template <
typename HubContentMarkdownT = Aws::String>
170 m_hubContentMarkdownHasBeenSet =
true;
171 m_hubContentMarkdown = std::forward<HubContentMarkdownT>(value);
173 template <
typename HubContentMarkdownT = Aws::String>
187 template <
typename HubContentDocumentT = Aws::String>
189 m_hubContentDocumentHasBeenSet =
true;
190 m_hubContentDocument = std::forward<HubContentDocumentT>(value);
192 template <
typename HubContentDocumentT = Aws::String>
206 m_supportStatusHasBeenSet =
true;
207 m_supportStatus = value;
221 template <
typename HubContentSearchKeywordsT = Aws::Vector<Aws::String>>
223 m_hubContentSearchKeywordsHasBeenSet =
true;
224 m_hubContentSearchKeywords = std::forward<HubContentSearchKeywordsT>(value);
226 template <
typename HubContentSearchKeywordsT = Aws::Vector<Aws::String>>
231 template <
typename HubContentSearchKeywordsT = Aws::String>
233 m_hubContentSearchKeywordsHasBeenSet =
true;
234 m_hubContentSearchKeywords.emplace_back(std::forward<HubContentSearchKeywordsT>(value));
245 template <
typename TagsT = Aws::Vector<Tag>>
247 m_tagsHasBeenSet =
true;
248 m_tags = std::forward<TagsT>(value);
250 template <
typename TagsT = Aws::Vector<Tag>>
252 SetTags(std::forward<TagsT>(value));
255 template <
typename TagsT = Tag>
257 m_tagsHasBeenSet =
true;
258 m_tags.emplace_back(std::forward<TagsT>(value));
286 bool m_hubContentNameHasBeenSet =
false;
287 bool m_hubContentVersionHasBeenSet =
false;
288 bool m_hubContentTypeHasBeenSet =
false;
289 bool m_documentSchemaVersionHasBeenSet =
false;
290 bool m_hubNameHasBeenSet =
false;
291 bool m_hubContentDisplayNameHasBeenSet =
false;
292 bool m_hubContentDescriptionHasBeenSet =
false;
293 bool m_hubContentMarkdownHasBeenSet =
false;
294 bool m_hubContentDocumentHasBeenSet =
false;
295 bool m_supportStatusHasBeenSet =
false;
296 bool m_hubContentSearchKeywordsHasBeenSet =
false;
297 bool m_tagsHasBeenSet =
false;
void SetHubContentName(HubContentNameT &&value)
bool HubContentDocumentHasBeenSet() const
ImportHubContentRequest & WithHubContentSearchKeywords(HubContentSearchKeywordsT &&value)
ImportHubContentRequest & WithSupportStatus(HubContentSupportStatus value)
void SetHubContentMarkdown(HubContentMarkdownT &&value)
const Aws::String & GetHubContentDocument() const
void SetHubContentSearchKeywords(HubContentSearchKeywordsT &&value)
HubContentSupportStatus GetSupportStatus() const
const Aws::Vector< Aws::String > & GetHubContentSearchKeywords() const
bool HubContentVersionHasBeenSet() const
ImportHubContentRequest & AddHubContentSearchKeywords(HubContentSearchKeywordsT &&value)
void SetDocumentSchemaVersion(DocumentSchemaVersionT &&value)
bool HubContentTypeHasBeenSet() const
const Aws::String & GetHubContentMarkdown() const
void SetHubContentType(HubContentType value)
ImportHubContentRequest & WithHubContentDescription(HubContentDescriptionT &&value)
void SetSupportStatus(HubContentSupportStatus value)
bool SupportStatusHasBeenSet() const
ImportHubContentRequest & WithTags(TagsT &&value)
void SetHubContentVersion(HubContentVersionT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool HubContentNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
ImportHubContentRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
bool HubNameHasBeenSet() const
ImportHubContentRequest & WithHubContentMarkdown(HubContentMarkdownT &&value)
const Aws::String & GetHubName() const
const Aws::String & GetHubContentDisplayName() const
ImportHubContentRequest & WithHubContentType(HubContentType value)
const Aws::String & GetHubContentVersion() const
bool HubContentSearchKeywordsHasBeenSet() const
const Aws::String & GetHubContentName() const
ImportHubContentRequest & WithHubContentDisplayName(HubContentDisplayNameT &&value)
ImportHubContentRequest & WithHubContentVersion(HubContentVersionT &&value)
bool HubContentDescriptionHasBeenSet() const
ImportHubContentRequest & WithHubContentName(HubContentNameT &&value)
ImportHubContentRequest & WithDocumentSchemaVersion(DocumentSchemaVersionT &&value)
bool HubContentDisplayNameHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetHubContentDescription() const
ImportHubContentRequest & WithHubName(HubNameT &&value)
void SetHubName(HubNameT &&value)
HubContentType GetHubContentType() const
AWS_SAGEMAKER_API ImportHubContentRequest()=default
const Aws::String & GetDocumentSchemaVersion() const
void SetHubContentDisplayName(HubContentDisplayNameT &&value)
void SetHubContentDocument(HubContentDocumentT &&value)
bool HubContentMarkdownHasBeenSet() const
bool DocumentSchemaVersionHasBeenSet() const
void SetHubContentDescription(HubContentDescriptionT &&value)
ImportHubContentRequest & WithHubContentDocument(HubContentDocumentT &&value)
virtual const char * GetServiceRequestName() const override
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