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>
44 template<
typename HubNameT = Aws::String>
45 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
46 template<
typename HubNameT = Aws::String>
67 template<
typename HubContentNameT = Aws::String>
68 void SetHubContentName(HubContentNameT&& value) { m_hubContentNameHasBeenSet =
true; m_hubContentName = std::forward<HubContentNameT>(value); }
69 template<
typename HubContentNameT = Aws::String>
75 bool m_hubNameHasBeenSet =
false;
78 bool m_hubContentTypeHasBeenSet =
false;
81 bool m_hubContentNameHasBeenSet =
false;
DeleteHubContentReferenceRequest & WithHubContentName(HubContentNameT &&value)
const Aws::String & GetHubName() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool HubNameHasBeenSet() const
const Aws::String & GetHubContentName() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetHubName(HubNameT &&value)
void SetHubContentName(HubContentNameT &&value)
bool HubContentNameHasBeenSet() const
bool HubContentTypeHasBeenSet() const
HubContentType GetHubContentType() const
virtual const char * GetServiceRequestName() const override
void SetHubContentType(HubContentType value)
DeleteHubContentReferenceRequest & WithHubName(HubNameT &&value)
AWS_SAGEMAKER_API DeleteHubContentReferenceRequest()=default
DeleteHubContentReferenceRequest & WithHubContentType(HubContentType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String