7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 bool m_nameHasBeenSet =
false;
72 bool m_recipeVersionsHasBeenSet =
false;
BatchDeleteRecipeVersionRequest & AddRecipeVersions(const char *value)
bool NameHasBeenSet() const
BatchDeleteRecipeVersionRequest & WithRecipeVersions(Aws::Vector< Aws::String > &&value)
BatchDeleteRecipeVersionRequest & AddRecipeVersions(const Aws::String &value)
BatchDeleteRecipeVersionRequest & WithName(const Aws::String &value)
void SetRecipeVersions(const Aws::Vector< Aws::String > &value)
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
void SetName(Aws::String &&value)
BatchDeleteRecipeVersionRequest & WithName(Aws::String &&value)
AWS_GLUEDATABREW_API BatchDeleteRecipeVersionRequest()
const Aws::Vector< Aws::String > & GetRecipeVersions() const
void SetName(const Aws::String &value)
void SetName(const char *value)
BatchDeleteRecipeVersionRequest & WithName(const char *value)
const Aws::String & GetName() const
BatchDeleteRecipeVersionRequest & WithRecipeVersions(const Aws::Vector< Aws::String > &value)
void SetRecipeVersions(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
bool RecipeVersionsHasBeenSet() const
BatchDeleteRecipeVersionRequest & AddRecipeVersions(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector