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/Tag.h>
41 template <
typename HubNameT = Aws::String>
43 m_hubNameHasBeenSet =
true;
44 m_hubName = std::forward<HubNameT>(value);
46 template <
typename HubNameT = Aws::String>
59 template <
typename SageMakerPublicHubContentArnT = Aws::String>
61 m_sageMakerPublicHubContentArnHasBeenSet =
true;
62 m_sageMakerPublicHubContentArn = std::forward<SageMakerPublicHubContentArnT>(value);
64 template <
typename SageMakerPublicHubContentArnT = Aws::String>
77 template <
typename HubContentNameT = Aws::String>
79 m_hubContentNameHasBeenSet =
true;
80 m_hubContentName = std::forward<HubContentNameT>(value);
82 template <
typename HubContentNameT = Aws::String>
95 template <
typename MinVersionT = Aws::String>
97 m_minVersionHasBeenSet =
true;
98 m_minVersion = std::forward<MinVersionT>(value);
100 template <
typename MinVersionT = Aws::String>
113 template <
typename TagsT = Aws::Vector<Tag>>
115 m_tagsHasBeenSet =
true;
116 m_tags = std::forward<TagsT>(value);
118 template <
typename TagsT = Aws::Vector<Tag>>
120 SetTags(std::forward<TagsT>(value));
123 template <
typename TagsT = Tag>
125 m_tagsHasBeenSet =
true;
126 m_tags.emplace_back(std::forward<TagsT>(value));
140 bool m_hubNameHasBeenSet =
false;
141 bool m_sageMakerPublicHubContentArnHasBeenSet =
false;
142 bool m_hubContentNameHasBeenSet =
false;
143 bool m_minVersionHasBeenSet =
false;
144 bool m_tagsHasBeenSet =
false;
bool HubNameHasBeenSet() const
void SetHubContentName(HubContentNameT &&value)
void SetMinVersion(MinVersionT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetHubContentName() const
CreateHubContentReferenceRequest & WithHubName(HubNameT &&value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
CreateHubContentReferenceRequest & WithMinVersion(MinVersionT &&value)
AWS_SAGEMAKER_API CreateHubContentReferenceRequest()=default
const Aws::String & GetSageMakerPublicHubContentArn() const
const Aws::Vector< Tag > & GetTags() const
CreateHubContentReferenceRequest & AddTags(TagsT &&value)
void SetHubName(HubNameT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool HubContentNameHasBeenSet() const
bool SageMakerPublicHubContentArnHasBeenSet() const
void SetSageMakerPublicHubContentArn(SageMakerPublicHubContentArnT &&value)
const Aws::String & GetMinVersion() const
CreateHubContentReferenceRequest & WithHubContentName(HubContentNameT &&value)
CreateHubContentReferenceRequest & WithSageMakerPublicHubContentArn(SageMakerPublicHubContentArnT &&value)
CreateHubContentReferenceRequest & WithTags(TagsT &&value)
const Aws::String & GetHubName() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MinVersionHasBeenSet() 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