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;
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
54 template<
typename ErrorsT = Aws::Vector<RecipeVersionErrorDetail>>
55 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
56 template<
typename ErrorsT = Aws::Vector<RecipeVersionErrorDetail>>
58 template<
typename ErrorsT = RecipeVersionErrorDetail>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_nameHasBeenSet =
false;
76 bool m_errorsHasBeenSet =
false;
79 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