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>
66 template<
typename HubContentNameT = Aws::String>
67 void SetHubContentName(HubContentNameT&& value) { m_hubContentNameHasBeenSet =
true; m_hubContentName = std::forward<HubContentNameT>(value); }
68 template<
typename HubContentNameT = Aws::String>
78 template<
typename HubContentVersionT = Aws::String>
79 void SetHubContentVersion(HubContentVersionT&& value) { m_hubContentVersionHasBeenSet =
true; m_hubContentVersion = std::forward<HubContentVersionT>(value); }
80 template<
typename HubContentVersionT = Aws::String>
86 bool m_hubNameHasBeenSet =
false;
89 bool m_hubContentTypeHasBeenSet =
false;
92 bool m_hubContentNameHasBeenSet =
false;
95 bool m_hubContentVersionHasBeenSet =
false;
const Aws::String & GetHubContentVersion() const
DeleteHubContentRequest & WithHubName(HubNameT &&value)
const Aws::String & GetHubContentName() const
bool HubNameHasBeenSet() const
void SetHubName(HubNameT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetHubContentVersion(HubContentVersionT &&value)
AWS_SAGEMAKER_API DeleteHubContentRequest()=default
virtual const char * GetServiceRequestName() const override
bool HubContentNameHasBeenSet() const
DeleteHubContentRequest & WithHubContentName(HubContentNameT &&value)
const Aws::String & GetHubName() const
DeleteHubContentRequest & WithHubContentVersion(HubContentVersionT &&value)
bool HubContentTypeHasBeenSet() const
DeleteHubContentRequest & WithHubContentType(HubContentType value)
bool HubContentVersionHasBeenSet() const
HubContentType GetHubContentType() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetHubContentName(HubContentNameT &&value)
void SetHubContentType(HubContentType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String