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>
40 template <
typename HubNameT = Aws::String>
42 m_hubNameHasBeenSet =
true;
43 m_hubName = std::forward<HubNameT>(value);
45 template <
typename HubNameT = Aws::String>
60 m_hubContentTypeHasBeenSet =
true;
61 m_hubContentType = value;
75 template <
typename HubContentNameT = Aws::String>
77 m_hubContentNameHasBeenSet =
true;
78 m_hubContentName = std::forward<HubContentNameT>(value);
80 template <
typename HubContentNameT = Aws::String>
92 bool m_hubNameHasBeenSet =
false;
93 bool m_hubContentTypeHasBeenSet =
false;
94 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