7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
39 template <
typename HubNameT = Aws::String>
41 m_hubNameHasBeenSet =
true;
42 m_hubName = std::forward<HubNameT>(value);
44 template <
typename HubNameT = Aws::String>
52 bool m_hubNameHasBeenSet =
false;
bool HubNameHasBeenSet() const
const Aws::String & GetHubName() const
void SetHubName(HubNameT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API DeleteHubRequest()=default
DeleteHubRequest & WithHubName(HubNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String