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/sagemaker/model/HubContentType.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 HubContentNameT = Aws::String>
58 void SetHubContentName(HubContentNameT&& value) { m_hubContentNameHasBeenSet =
true; m_hubContentName = std::forward<HubContentNameT>(value); }
59 template<
typename HubContentNameT = Aws::String>
85 template<
typename MinVersionT = Aws::String>
86 void SetMinVersion(MinVersionT&& value) { m_minVersionHasBeenSet =
true; m_minVersion = std::forward<MinVersionT>(value); }
87 template<
typename MinVersionT = Aws::String>
93 bool m_hubNameHasBeenSet =
false;
96 bool m_hubContentNameHasBeenSet =
false;
99 bool m_hubContentTypeHasBeenSet =
false;
102 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