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/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/HubContentSupportStatus.h>
47 template<
typename HubNameT = Aws::String>
48 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
49 template<
typename HubNameT = Aws::String>
59 template<
typename HubContentNameT = Aws::String>
60 void SetHubContentName(HubContentNameT&& value) { m_hubContentNameHasBeenSet =
true; m_hubContentName = std::forward<HubContentNameT>(value); }
61 template<
typename HubContentNameT = Aws::String>
85 template<
typename HubContentVersionT = Aws::String>
86 void SetHubContentVersion(HubContentVersionT&& value) { m_hubContentVersionHasBeenSet =
true; m_hubContentVersion = std::forward<HubContentVersionT>(value); }
87 template<
typename HubContentVersionT = Aws::String>
97 template<
typename HubContentDisplayNameT = Aws::String>
98 void SetHubContentDisplayName(HubContentDisplayNameT&& value) { m_hubContentDisplayNameHasBeenSet =
true; m_hubContentDisplayName = std::forward<HubContentDisplayNameT>(value); }
99 template<
typename HubContentDisplayNameT = Aws::String>
109 template<
typename HubContentDescriptionT = Aws::String>
110 void SetHubContentDescription(HubContentDescriptionT&& value) { m_hubContentDescriptionHasBeenSet =
true; m_hubContentDescription = std::forward<HubContentDescriptionT>(value); }
111 template<
typename HubContentDescriptionT = Aws::String>
122 template<
typename HubContentMarkdownT = Aws::String>
123 void SetHubContentMarkdown(HubContentMarkdownT&& value) { m_hubContentMarkdownHasBeenSet =
true; m_hubContentMarkdown = std::forward<HubContentMarkdownT>(value); }
124 template<
typename HubContentMarkdownT = Aws::String>
134 template<
typename HubContentSearchKeywordsT = Aws::Vector<Aws::String>>
135 void SetHubContentSearchKeywords(HubContentSearchKeywordsT&& value) { m_hubContentSearchKeywordsHasBeenSet =
true; m_hubContentSearchKeywords = std::forward<HubContentSearchKeywordsT>(value); }
136 template<
typename HubContentSearchKeywordsT = Aws::Vector<Aws::String>>
138 template<
typename HubContentSearchKeywordsT = Aws::String>
154 bool m_hubNameHasBeenSet =
false;
157 bool m_hubContentNameHasBeenSet =
false;
160 bool m_hubContentTypeHasBeenSet =
false;
163 bool m_hubContentVersionHasBeenSet =
false;
166 bool m_hubContentDisplayNameHasBeenSet =
false;
169 bool m_hubContentDescriptionHasBeenSet =
false;
172 bool m_hubContentMarkdownHasBeenSet =
false;
175 bool m_hubContentSearchKeywordsHasBeenSet =
false;
178 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