7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/databrew/GlueDataBrew_EXPORTS.h>
11#include <aws/databrew/model/RecipeVersionErrorDetail.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace GlueDataBrew {
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
55 template <
typename ErrorsT = Aws::Vector<RecipeVersionErrorDetail>>
57 m_errorsHasBeenSet =
true;
58 m_errors = std::forward<ErrorsT>(value);
60 template <
typename ErrorsT = Aws::Vector<RecipeVersionErrorDetail>>
65 template <
typename ErrorsT = RecipeVersionErrorDetail>
67 m_errorsHasBeenSet =
true;
68 m_errors.emplace_back(std::forward<ErrorsT>(value));
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
96 bool m_nameHasBeenSet =
false;
97 bool m_errorsHasBeenSet =
false;
98 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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