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>
46 inline void SetHubName(
const char* value) { m_hubNameHasBeenSet =
true; m_hubName.assign(value); }
73 inline void SetHubContentName(
const char* value) { m_hubContentNameHasBeenSet =
true; m_hubContentName.assign(value); }
81 bool m_hubNameHasBeenSet =
false;
84 bool m_hubContentTypeHasBeenSet =
false;
87 bool m_hubContentNameHasBeenSet =
false;
void SetHubContentType(const HubContentType &value)
DeleteHubContentReferenceRequest & WithHubContentName(Aws::String &&value)
DeleteHubContentReferenceRequest & WithHubName(const char *value)
const Aws::String & GetHubName() const
void SetHubName(const Aws::String &value)
void SetHubContentType(HubContentType &&value)
const HubContentType & GetHubContentType() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool HubNameHasBeenSet() const
DeleteHubContentReferenceRequest & WithHubContentName(const Aws::String &value)
void SetHubName(const char *value)
const Aws::String & GetHubContentName() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteHubContentReferenceRequest & WithHubContentType(const HubContentType &value)
bool HubContentNameHasBeenSet() const
void SetHubContentName(Aws::String &&value)
bool HubContentTypeHasBeenSet() const
void SetHubContentName(const char *value)
DeleteHubContentReferenceRequest & WithHubContentName(const char *value)
virtual const char * GetServiceRequestName() const override
DeleteHubContentReferenceRequest & WithHubName(const Aws::String &value)
void SetHubContentName(const Aws::String &value)
void SetHubName(Aws::String &&value)
AWS_SAGEMAKER_API DeleteHubContentReferenceRequest()
DeleteHubContentReferenceRequest & WithHubContentType(HubContentType &&value)
DeleteHubContentReferenceRequest & WithHubName(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String