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/BatchUpdatePartitionFailureEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ErrorsT = Aws::Vector<BatchUpdatePartitionFailureEntry>>
44 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
45 template<
typename ErrorsT = Aws::Vector<BatchUpdatePartitionFailureEntry>>
47 template<
typename ErrorsT = BatchUpdatePartitionFailureEntry>
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::Vector< BatchUpdatePartitionFailureEntry > & GetErrors() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetErrors(ErrorsT &&value)
AWS_GLUE_API BatchUpdatePartitionResult()=default
BatchUpdatePartitionResult & WithRequestId(RequestIdT &&value)
BatchUpdatePartitionResult & WithErrors(ErrorsT &&value)
AWS_GLUE_API BatchUpdatePartitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API BatchUpdatePartitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchUpdatePartitionResult & AddErrors(ErrorsT &&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