7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/TableVersionError.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ErrorsT = Aws::Vector<TableVersionError>>
44 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
45 template<
typename ErrorsT = Aws::Vector<TableVersionError>>
47 template<
typename ErrorsT = TableVersionError>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_errorsHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< TableVersionError > & GetErrors() const
AWS_GLUE_API BatchDeleteTableVersionResult()=default
AWS_GLUE_API BatchDeleteTableVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetErrors(ErrorsT &&value)
BatchDeleteTableVersionResult & WithRequestId(RequestIdT &&value)
BatchDeleteTableVersionResult & WithErrors(ErrorsT &&value)
BatchDeleteTableVersionResult & AddErrors(ErrorsT &&value)
AWS_GLUE_API BatchDeleteTableVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue