7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock/model/BatchDeleteEvaluationJobError.h>
11#include <aws/bedrock/model/BatchDeleteEvaluationJobItem.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename ErrorsT = Aws::Vector<BatchDeleteEvaluationJobError>>
45 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
46 template<
typename ErrorsT = Aws::Vector<BatchDeleteEvaluationJobError>>
48 template<
typename ErrorsT = BatchDeleteEvaluationJobError>
57 template<
typename EvaluationJobsT = Aws::Vector<BatchDeleteEvaluationJobItem>>
58 void SetEvaluationJobs(EvaluationJobsT&& value) { m_evaluationJobsHasBeenSet =
true; m_evaluationJobs = std::forward<EvaluationJobsT>(value); }
59 template<
typename EvaluationJobsT = Aws::Vector<BatchDeleteEvaluationJobItem>>
61 template<
typename EvaluationJobsT = BatchDeleteEvaluationJobItem>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_errorsHasBeenSet =
false;
79 bool m_evaluationJobsHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
BatchDeleteEvaluationJobResult & WithRequestId(RequestIdT &&value)
BatchDeleteEvaluationJobResult & WithErrors(ErrorsT &&value)
BatchDeleteEvaluationJobResult & AddErrors(ErrorsT &&value)
const Aws::Vector< BatchDeleteEvaluationJobItem > & GetEvaluationJobs() const
AWS_BEDROCK_API BatchDeleteEvaluationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCK_API BatchDeleteEvaluationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDeleteEvaluationJobResult & WithEvaluationJobs(EvaluationJobsT &&value)
void SetErrors(ErrorsT &&value)
BatchDeleteEvaluationJobResult & AddEvaluationJobs(EvaluationJobsT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< BatchDeleteEvaluationJobError > & GetErrors() const
AWS_BEDROCK_API BatchDeleteEvaluationJobResult()=default
void SetEvaluationJobs(EvaluationJobsT &&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