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>
11#include <aws/sagemaker/model/HubS3StorageConfig.h>
12#include <aws/sagemaker/model/Tag.h>
46 template<
typename HubNameT = Aws::String>
47 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
48 template<
typename HubNameT = Aws::String>
58 template<
typename HubDescriptionT = Aws::String>
59 void SetHubDescription(HubDescriptionT&& value) { m_hubDescriptionHasBeenSet =
true; m_hubDescription = std::forward<HubDescriptionT>(value); }
60 template<
typename HubDescriptionT = Aws::String>
70 template<
typename HubDisplayNameT = Aws::String>
71 void SetHubDisplayName(HubDisplayNameT&& value) { m_hubDisplayNameHasBeenSet =
true; m_hubDisplayName = std::forward<HubDisplayNameT>(value); }
72 template<
typename HubDisplayNameT = Aws::String>
82 template<
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
83 void SetHubSearchKeywords(HubSearchKeywordsT&& value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords = std::forward<HubSearchKeywordsT>(value); }
84 template<
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
86 template<
typename HubSearchKeywordsT = Aws::String>
87 CreateHubRequest&
AddHubSearchKeywords(HubSearchKeywordsT&& value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords.emplace_back(std::forward<HubSearchKeywordsT>(value));
return *
this; }
96 template<
typename S3StorageConfigT = HubS3StorageConfig>
97 void SetS3StorageConfig(S3StorageConfigT&& value) { m_s3StorageConfigHasBeenSet =
true; m_s3StorageConfig = std::forward<S3StorageConfigT>(value); }
98 template<
typename S3StorageConfigT = HubS3StorageConfig>
108 template<
typename TagsT = Aws::Vector<Tag>>
109 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
110 template<
typename TagsT = Aws::Vector<Tag>>
112 template<
typename TagsT = Tag>
113 CreateHubRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
118 bool m_hubNameHasBeenSet =
false;
121 bool m_hubDescriptionHasBeenSet =
false;
124 bool m_hubDisplayNameHasBeenSet =
false;
127 bool m_hubSearchKeywordsHasBeenSet =
false;
130 bool m_s3StorageConfigHasBeenSet =
false;
133 bool m_tagsHasBeenSet =
false;
void SetS3StorageConfig(S3StorageConfigT &&value)
const Aws::Vector< Tag > & GetTags() const
const HubS3StorageConfig & GetS3StorageConfig() const
bool HubDescriptionHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateHubRequest & WithHubSearchKeywords(HubSearchKeywordsT &&value)
bool HubNameHasBeenSet() const
void SetHubSearchKeywords(HubSearchKeywordsT &&value)
CreateHubRequest & WithHubDisplayName(HubDisplayNameT &&value)
void SetHubName(HubNameT &&value)
bool S3StorageConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetHubDescription() const
const Aws::String & GetHubDisplayName() const
virtual const char * GetServiceRequestName() const override
CreateHubRequest & WithS3StorageConfig(S3StorageConfigT &&value)
CreateHubRequest & WithTags(TagsT &&value)
CreateHubRequest & AddHubSearchKeywords(HubSearchKeywordsT &&value)
CreateHubRequest & WithHubDescription(HubDescriptionT &&value)
CreateHubRequest & AddTags(TagsT &&value)
bool HubSearchKeywordsHasBeenSet() const
AWS_SAGEMAKER_API CreateHubRequest()=default
const Aws::String & GetHubName() const
const Aws::Vector< Aws::String > & GetHubSearchKeywords() const
void SetHubDescription(HubDescriptionT &&value)
void SetTags(TagsT &&value)
bool HubDisplayNameHasBeenSet() const
CreateHubRequest & WithHubName(HubNameT &&value)
bool TagsHasBeenSet() const
void SetHubDisplayName(HubDisplayNameT &&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