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/PartitionError.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ErrorsT = Aws::Vector<PartitionError>>
38 m_errorsHasBeenSet =
true;
39 m_errors = std::forward<ErrorsT>(value);
41 template <
typename ErrorsT = Aws::Vector<PartitionError>>
46 template <
typename ErrorsT = PartitionError>
48 m_errorsHasBeenSet =
true;
49 m_errors.emplace_back(std::forward<ErrorsT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
70 bool m_errorsHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API BatchDeletePartitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API BatchDeletePartitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< PartitionError > & GetErrors() const
BatchDeletePartitionResult & AddErrors(ErrorsT &&value)
void SetErrors(ErrorsT &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API BatchDeletePartitionResult()=default
BatchDeletePartitionResult & WithErrors(ErrorsT &&value)
BatchDeletePartitionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue