7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
10#include <aws/databrew/model/RecipeVersionErrorDetail.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace GlueDataBrew {
36 template <
typename NameT = Aws::String>
38 m_nameHasBeenSet =
true;
39 m_name = std::forward<NameT>(value);
41 template <
typename NameT = Aws::String>
43 SetName(std::forward<NameT>(value));
54 template <
typename ErrorsT = Aws::Vector<RecipeVersionErrorDetail>>
56 m_errorsHasBeenSet =
true;
57 m_errors = std::forward<ErrorsT>(value);
59 template <
typename ErrorsT = Aws::Vector<RecipeVersionErrorDetail>>
64 template <
typename ErrorsT = RecipeVersionErrorDetail>
66 m_errorsHasBeenSet =
true;
67 m_errors.emplace_back(std::forward<ErrorsT>(value));
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
92 bool m_nameHasBeenSet =
false;
93 bool m_errorsHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
BatchDeleteRecipeVersionResult & AddErrors(ErrorsT &&value)
const Aws::Vector< RecipeVersionErrorDetail > & GetErrors() const
BatchDeleteRecipeVersionResult & WithName(NameT &&value)
BatchDeleteRecipeVersionResult & WithRequestId(RequestIdT &&value)
void SetErrors(ErrorsT &&value)
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUEDATABREW_API BatchDeleteRecipeVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDeleteRecipeVersionResult & WithErrors(ErrorsT &&value)
const Aws::String & GetRequestId() const
AWS_GLUEDATABREW_API BatchDeleteRecipeVersionResult()=default
AWS_GLUEDATABREW_API BatchDeleteRecipeVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue