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>
44 template<
typename HubNameT = Aws::String>
45 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
46 template<
typename HubNameT = Aws::String>
56 template<
typename HubDescriptionT = Aws::String>
57 void SetHubDescription(HubDescriptionT&& value) { m_hubDescriptionHasBeenSet =
true; m_hubDescription = std::forward<HubDescriptionT>(value); }
58 template<
typename HubDescriptionT = Aws::String>
68 template<
typename HubDisplayNameT = Aws::String>
69 void SetHubDisplayName(HubDisplayNameT&& value) { m_hubDisplayNameHasBeenSet =
true; m_hubDisplayName = std::forward<HubDisplayNameT>(value); }
70 template<
typename HubDisplayNameT = Aws::String>
80 template<
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
81 void SetHubSearchKeywords(HubSearchKeywordsT&& value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords = std::forward<HubSearchKeywordsT>(value); }
82 template<
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
84 template<
typename HubSearchKeywordsT = Aws::String>
85 UpdateHubRequest&
AddHubSearchKeywords(HubSearchKeywordsT&& value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords.emplace_back(std::forward<HubSearchKeywordsT>(value));
return *
this; }
90 bool m_hubNameHasBeenSet =
false;
93 bool m_hubDescriptionHasBeenSet =
false;
96 bool m_hubDisplayNameHasBeenSet =
false;
99 bool m_hubSearchKeywordsHasBeenSet =
false;
UpdateHubRequest & WithHubName(HubNameT &&value)
bool HubSearchKeywordsHasBeenSet() const
const Aws::String & GetHubDescription() const
bool HubDescriptionHasBeenSet() const
UpdateHubRequest & WithHubDescription(HubDescriptionT &&value)
void SetHubDisplayName(HubDisplayNameT &&value)
UpdateHubRequest & WithHubSearchKeywords(HubSearchKeywordsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool HubDisplayNameHasBeenSet() const
UpdateHubRequest & AddHubSearchKeywords(HubSearchKeywordsT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateHubRequest & WithHubDisplayName(HubDisplayNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetHubSearchKeywords(HubSearchKeywordsT &&value)
const Aws::String & GetHubDisplayName() const
const Aws::Vector< Aws::String > & GetHubSearchKeywords() const
AWS_SAGEMAKER_API UpdateHubRequest()=default
const Aws::String & GetHubName() const
bool HubNameHasBeenSet() const
void SetHubDescription(HubDescriptionT &&value)
void SetHubName(HubNameT &&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