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/Tag.h>
45 template<
typename HubNameT = Aws::String>
46 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
47 template<
typename HubNameT = Aws::String>
57 template<
typename SageMakerPublicHubContentArnT = Aws::String>
58 void SetSageMakerPublicHubContentArn(SageMakerPublicHubContentArnT&& value) { m_sageMakerPublicHubContentArnHasBeenSet =
true; m_sageMakerPublicHubContentArn = std::forward<SageMakerPublicHubContentArnT>(value); }
59 template<
typename SageMakerPublicHubContentArnT = Aws::String>
69 template<
typename HubContentNameT = Aws::String>
70 void SetHubContentName(HubContentNameT&& value) { m_hubContentNameHasBeenSet =
true; m_hubContentName = std::forward<HubContentNameT>(value); }
71 template<
typename HubContentNameT = Aws::String>
81 template<
typename MinVersionT = Aws::String>
82 void SetMinVersion(MinVersionT&& value) { m_minVersionHasBeenSet =
true; m_minVersion = std::forward<MinVersionT>(value); }
83 template<
typename MinVersionT = Aws::String>
93 template<
typename TagsT = Aws::Vector<Tag>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Vector<Tag>>
97 template<
typename TagsT = Tag>
103 bool m_hubNameHasBeenSet =
false;
106 bool m_sageMakerPublicHubContentArnHasBeenSet =
false;
109 bool m_hubContentNameHasBeenSet =
false;
112 bool m_minVersionHasBeenSet =
false;
115 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