7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename DescriptionT = Aws::String>
43 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
44 template<
typename DescriptionT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
62 bool m_descriptionHasBeenSet =
false;
65 bool m_nameHasBeenSet =
false;
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
PublishRecipeRequest & WithDescription(DescriptionT &&value)
AWS_GLUEDATABREW_API PublishRecipeRequest()=default
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
PublishRecipeRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String