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>
43 template <
typename HubNameT = Aws::String>
45 m_hubNameHasBeenSet =
true;
46 m_hubName = std::forward<HubNameT>(value);
48 template <
typename HubNameT = Aws::String>
61 template <
typename HubContentNameT = Aws::String>
63 m_hubContentNameHasBeenSet =
true;
64 m_hubContentName = std::forward<HubContentNameT>(value);
66 template <
typename HubContentNameT = Aws::String>
83 m_hubContentTypeHasBeenSet =
true;
84 m_hubContentType = value;
99 template <
typename HubContentVersionT = Aws::String>
101 m_hubContentVersionHasBeenSet =
true;
102 m_hubContentVersion = std::forward<HubContentVersionT>(value);
104 template <
typename HubContentVersionT = Aws::String>
117 template <
typename HubContentDisplayNameT = Aws::String>
119 m_hubContentDisplayNameHasBeenSet =
true;
120 m_hubContentDisplayName = std::forward<HubContentDisplayNameT>(value);
122 template <
typename HubContentDisplayNameT = Aws::String>
135 template <
typename HubContentDescriptionT = Aws::String>
137 m_hubContentDescriptionHasBeenSet =
true;
138 m_hubContentDescription = std::forward<HubContentDescriptionT>(value);
140 template <
typename HubContentDescriptionT = Aws::String>
154 template <
typename HubContentMarkdownT = Aws::String>
156 m_hubContentMarkdownHasBeenSet =
true;
157 m_hubContentMarkdown = std::forward<HubContentMarkdownT>(value);
159 template <
typename HubContentMarkdownT = Aws::String>
172 template <
typename HubContentSearchKeywordsT = Aws::Vector<Aws::String>>
174 m_hubContentSearchKeywordsHasBeenSet =
true;
175 m_hubContentSearchKeywords = std::forward<HubContentSearchKeywordsT>(value);
177 template <
typename HubContentSearchKeywordsT = Aws::Vector<Aws::String>>
182 template <
typename HubContentSearchKeywordsT = Aws::String>
184 m_hubContentSearchKeywordsHasBeenSet =
true;
185 m_hubContentSearchKeywords.emplace_back(std::forward<HubContentSearchKeywordsT>(value));
197 m_supportStatusHasBeenSet =
true;
198 m_supportStatus = value;
223 bool m_hubNameHasBeenSet =
false;
224 bool m_hubContentNameHasBeenSet =
false;
225 bool m_hubContentTypeHasBeenSet =
false;
226 bool m_hubContentVersionHasBeenSet =
false;
227 bool m_hubContentDisplayNameHasBeenSet =
false;
228 bool m_hubContentDescriptionHasBeenSet =
false;
229 bool m_hubContentMarkdownHasBeenSet =
false;
230 bool m_hubContentSearchKeywordsHasBeenSet =
false;
231 bool m_supportStatusHasBeenSet =
false;
UpdateHubContentRequest & WithHubContentVersion(HubContentVersionT &&value)
HubContentType GetHubContentType() const
bool HubContentSearchKeywordsHasBeenSet() const
void SetSupportStatus(HubContentSupportStatus value)
UpdateHubContentRequest & WithHubName(HubNameT &&value)
const Aws::String & GetHubName() const
bool HubContentTypeHasBeenSet() const
UpdateHubContentRequest & WithHubContentSearchKeywords(HubContentSearchKeywordsT &&value)
UpdateHubContentRequest & AddHubContentSearchKeywords(HubContentSearchKeywordsT &&value)
const Aws::Vector< Aws::String > & GetHubContentSearchKeywords() const
bool HubContentDescriptionHasBeenSet() const
void SetHubContentVersion(HubContentVersionT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetHubContentDescription(HubContentDescriptionT &&value)
UpdateHubContentRequest & WithHubContentDescription(HubContentDescriptionT &&value)
const Aws::String & GetHubContentMarkdown() const
const Aws::String & GetHubContentVersion() const
bool HubContentNameHasBeenSet() const
HubContentSupportStatus GetSupportStatus() const
void SetHubContentSearchKeywords(HubContentSearchKeywordsT &&value)
UpdateHubContentRequest & WithHubContentMarkdown(HubContentMarkdownT &&value)
AWS_SAGEMAKER_API UpdateHubContentRequest()=default
void SetHubContentType(HubContentType value)
bool HubContentMarkdownHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetHubContentDescription() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SupportStatusHasBeenSet() const
UpdateHubContentRequest & WithSupportStatus(HubContentSupportStatus value)
bool HubContentDisplayNameHasBeenSet() const
UpdateHubContentRequest & WithHubContentDisplayName(HubContentDisplayNameT &&value)
void SetHubContentName(HubContentNameT &&value)
UpdateHubContentRequest & WithHubContentName(HubContentNameT &&value)
void SetHubName(HubNameT &&value)
bool HubContentVersionHasBeenSet() const
const Aws::String & GetHubContentName() const
bool HubNameHasBeenSet() const
UpdateHubContentRequest & WithHubContentType(HubContentType value)
void SetHubContentMarkdown(HubContentMarkdownT &&value)
void SetHubContentDisplayName(HubContentDisplayNameT &&value)
const Aws::String & GetHubContentDisplayName() const
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