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/HubContentType.h>
11#include <aws/sagemaker/model/HubContentSupportStatus.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/sagemaker/model/Tag.h>
47 template<
typename HubContentNameT = Aws::String>
48 void SetHubContentName(HubContentNameT&& value) { m_hubContentNameHasBeenSet =
true; m_hubContentName = std::forward<HubContentNameT>(value); }
49 template<
typename HubContentNameT = Aws::String>
59 template<
typename HubContentVersionT = Aws::String>
60 void SetHubContentVersion(HubContentVersionT&& value) { m_hubContentVersionHasBeenSet =
true; m_hubContentVersion = std::forward<HubContentVersionT>(value); }
61 template<
typename HubContentVersionT = Aws::String>
81 template<
typename DocumentSchemaVersionT = Aws::String>
82 void SetDocumentSchemaVersion(DocumentSchemaVersionT&& value) { m_documentSchemaVersionHasBeenSet =
true; m_documentSchemaVersion = std::forward<DocumentSchemaVersionT>(value); }
83 template<
typename DocumentSchemaVersionT = Aws::String>
93 template<
typename HubNameT = Aws::String>
94 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
95 template<
typename HubNameT = Aws::String>
105 template<
typename HubContentDisplayNameT = Aws::String>
106 void SetHubContentDisplayName(HubContentDisplayNameT&& value) { m_hubContentDisplayNameHasBeenSet =
true; m_hubContentDisplayName = std::forward<HubContentDisplayNameT>(value); }
107 template<
typename HubContentDisplayNameT = Aws::String>
117 template<
typename HubContentDescriptionT = Aws::String>
118 void SetHubContentDescription(HubContentDescriptionT&& value) { m_hubContentDescriptionHasBeenSet =
true; m_hubContentDescription = std::forward<HubContentDescriptionT>(value); }
119 template<
typename HubContentDescriptionT = Aws::String>
130 template<
typename HubContentMarkdownT = Aws::String>
131 void SetHubContentMarkdown(HubContentMarkdownT&& value) { m_hubContentMarkdownHasBeenSet =
true; m_hubContentMarkdown = std::forward<HubContentMarkdownT>(value); }
132 template<
typename HubContentMarkdownT = Aws::String>
143 template<
typename HubContentDocumentT = Aws::String>
144 void SetHubContentDocument(HubContentDocumentT&& value) { m_hubContentDocumentHasBeenSet =
true; m_hubContentDocument = std::forward<HubContentDocumentT>(value); }
145 template<
typename HubContentDocumentT = Aws::String>
165 template<
typename HubContentSearchKeywordsT = Aws::Vector<Aws::String>>
166 void SetHubContentSearchKeywords(HubContentSearchKeywordsT&& value) { m_hubContentSearchKeywordsHasBeenSet =
true; m_hubContentSearchKeywords = std::forward<HubContentSearchKeywordsT>(value); }
167 template<
typename HubContentSearchKeywordsT = Aws::Vector<Aws::String>>
169 template<
typename HubContentSearchKeywordsT = Aws::String>
179 template<
typename TagsT = Aws::Vector<Tag>>
180 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
181 template<
typename TagsT = Aws::Vector<Tag>>
183 template<
typename TagsT = Tag>
189 bool m_hubContentNameHasBeenSet =
false;
192 bool m_hubContentVersionHasBeenSet =
false;
195 bool m_hubContentTypeHasBeenSet =
false;
198 bool m_documentSchemaVersionHasBeenSet =
false;
201 bool m_hubNameHasBeenSet =
false;
204 bool m_hubContentDisplayNameHasBeenSet =
false;
207 bool m_hubContentDescriptionHasBeenSet =
false;
210 bool m_hubContentMarkdownHasBeenSet =
false;
213 bool m_hubContentDocumentHasBeenSet =
false;
216 bool m_supportStatusHasBeenSet =
false;
219 bool m_hubContentSearchKeywordsHasBeenSet =
false;
222 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