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/PartitionError.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ErrorsT = Aws::Vector<PartitionError>>
43 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
44 template<
typename ErrorsT = Aws::Vector<PartitionError>>
46 template<
typename ErrorsT = PartitionError>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_errorsHasBeenSet =
false;
64 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