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/BatchUpdatePartitionFailureEntry.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ErrorsT = Aws::Vector<BatchUpdatePartitionFailureEntry>>
39 m_errorsHasBeenSet =
true;
40 m_errors = std::forward<ErrorsT>(value);
42 template <
typename ErrorsT = Aws::Vector<BatchUpdatePartitionFailureEntry>>
47 template <
typename ErrorsT = BatchUpdatePartitionFailureEntry>
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;
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