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>
59 m_hubContentTypeHasBeenSet =
true;
60 m_hubContentType = value;
74 template <
typename HubContentNameT = Aws::String>
76 m_hubContentNameHasBeenSet =
true;
77 m_hubContentName = std::forward<HubContentNameT>(value);
79 template <
typename HubContentNameT = Aws::String>
92 template <
typename HubContentVersionT = Aws::String>
94 m_hubContentVersionHasBeenSet =
true;
95 m_hubContentVersion = std::forward<HubContentVersionT>(value);
97 template <
typename HubContentVersionT = Aws::String>
111 bool m_hubNameHasBeenSet =
false;
112 bool m_hubContentTypeHasBeenSet =
false;
113 bool m_hubContentNameHasBeenSet =
false;
114 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