7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/databrew/model/RecipeVersionErrorDetail.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 inline void SetName(
const char* value) { m_name.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetName(const Aws::String &value)
const Aws::Vector< RecipeVersionErrorDetail > & GetErrors() const
BatchDeleteRecipeVersionResult & WithErrors(Aws::Vector< RecipeVersionErrorDetail > &&value)
BatchDeleteRecipeVersionResult & AddErrors(const RecipeVersionErrorDetail &value)
void SetRequestId(Aws::String &&value)
void SetName(Aws::String &&value)
BatchDeleteRecipeVersionResult & WithName(const Aws::String &value)
void SetRequestId(const char *value)
BatchDeleteRecipeVersionResult & WithRequestId(const Aws::String &value)
BatchDeleteRecipeVersionResult & WithName(const char *value)
AWS_GLUEDATABREW_API BatchDeleteRecipeVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(const char *value)
BatchDeleteRecipeVersionResult & WithRequestId(Aws::String &&value)
void SetErrors(Aws::Vector< RecipeVersionErrorDetail > &&value)
BatchDeleteRecipeVersionResult & WithErrors(const Aws::Vector< RecipeVersionErrorDetail > &value)
const Aws::String & GetRequestId() const
AWS_GLUEDATABREW_API BatchDeleteRecipeVersionResult()
BatchDeleteRecipeVersionResult & AddErrors(RecipeVersionErrorDetail &&value)
void SetErrors(const Aws::Vector< RecipeVersionErrorDetail > &value)
BatchDeleteRecipeVersionResult & WithRequestId(const char *value)
AWS_GLUEDATABREW_API BatchDeleteRecipeVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
const Aws::String & GetName() const
BatchDeleteRecipeVersionResult & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue