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/HubS3StorageConfig.h>
12#include <aws/sagemaker/model/Tag.h>
42 template <
typename HubNameT = Aws::String>
44 m_hubNameHasBeenSet =
true;
45 m_hubName = std::forward<HubNameT>(value);
47 template <
typename HubNameT = Aws::String>
60 template <
typename HubDescriptionT = Aws::String>
62 m_hubDescriptionHasBeenSet =
true;
63 m_hubDescription = std::forward<HubDescriptionT>(value);
65 template <
typename HubDescriptionT = Aws::String>
78 template <
typename HubDisplayNameT = Aws::String>
80 m_hubDisplayNameHasBeenSet =
true;
81 m_hubDisplayName = std::forward<HubDisplayNameT>(value);
83 template <
typename HubDisplayNameT = Aws::String>
96 template <
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
98 m_hubSearchKeywordsHasBeenSet =
true;
99 m_hubSearchKeywords = std::forward<HubSearchKeywordsT>(value);
101 template <
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
106 template <
typename HubSearchKeywordsT = Aws::String>
108 m_hubSearchKeywordsHasBeenSet =
true;
109 m_hubSearchKeywords.emplace_back(std::forward<HubSearchKeywordsT>(value));
120 template <
typename S3StorageConfigT = HubS3StorageConfig>
122 m_s3StorageConfigHasBeenSet =
true;
123 m_s3StorageConfig = std::forward<S3StorageConfigT>(value);
125 template <
typename S3StorageConfigT = HubS3StorageConfig>
138 template <
typename TagsT = Aws::Vector<Tag>>
140 m_tagsHasBeenSet =
true;
141 m_tags = std::forward<TagsT>(value);
143 template <
typename TagsT = Aws::Vector<Tag>>
145 SetTags(std::forward<TagsT>(value));
148 template <
typename TagsT = Tag>
150 m_tagsHasBeenSet =
true;
151 m_tags.emplace_back(std::forward<TagsT>(value));
167 bool m_hubNameHasBeenSet =
false;
168 bool m_hubDescriptionHasBeenSet =
false;
169 bool m_hubDisplayNameHasBeenSet =
false;
170 bool m_hubSearchKeywordsHasBeenSet =
false;
171 bool m_s3StorageConfigHasBeenSet =
false;
172 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