7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/HubContentType.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 HubContentNameT = Aws::String>
61 m_hubContentNameHasBeenSet =
true;
62 m_hubContentName = std::forward<HubContentNameT>(value);
64 template <
typename HubContentNameT = Aws::String>
81 m_hubContentTypeHasBeenSet =
true;
82 m_hubContentType = value;
99 template <
typename MinVersionT = Aws::String>
101 m_minVersionHasBeenSet =
true;
102 m_minVersion = std::forward<MinVersionT>(value);
104 template <
typename MinVersionT = Aws::String>
118 bool m_hubNameHasBeenSet =
false;
119 bool m_hubContentNameHasBeenSet =
false;
120 bool m_hubContentTypeHasBeenSet =
false;
121 bool m_minVersionHasBeenSet =
false;
HubContentType GetHubContentType() const
UpdateHubContentReferenceRequest & WithHubContentName(HubContentNameT &&value)
const Aws::String & GetHubName() const
virtual const char * GetServiceRequestName() const override
void SetHubContentType(HubContentType value)
void SetMinVersion(MinVersionT &&value)
UpdateHubContentReferenceRequest & WithHubName(HubNameT &&value)
const Aws::String & GetMinVersion() const
UpdateHubContentReferenceRequest & WithHubContentType(HubContentType value)
void SetHubContentName(HubContentNameT &&value)
bool HubContentNameHasBeenSet() const
void SetHubName(HubNameT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool MinVersionHasBeenSet() const
bool HubNameHasBeenSet() const
const Aws::String & GetHubContentName() const
AWS_SAGEMAKER_API UpdateHubContentReferenceRequest()=default
UpdateHubContentReferenceRequest & WithMinVersion(MinVersionT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool HubContentTypeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String