7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/TableError.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ErrorsT = Aws::Vector<TableError>>
39 m_errorsHasBeenSet =
true;
40 m_errors = std::forward<ErrorsT>(value);
42 template <
typename ErrorsT = Aws::Vector<TableError>>
47 template <
typename ErrorsT = TableError>
49 m_errorsHasBeenSet =
true;
50 m_errors.emplace_back(std::forward<ErrorsT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
73 bool m_errorsHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
BatchDeleteTableResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API BatchDeleteTableResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::Vector< TableError > & GetErrors() const
BatchDeleteTableResult & AddErrors(ErrorsT &&value)
AWS_GLUE_API BatchDeleteTableResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetErrors(ErrorsT &&value)
BatchDeleteTableResult & WithErrors(ErrorsT &&value)
AWS_GLUE_API BatchDeleteTableResult & operator=(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