7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
39 template <
typename JobIdentifiersT = Aws::Vector<Aws::String>>
41 m_jobIdentifiersHasBeenSet =
true;
42 m_jobIdentifiers = std::forward<JobIdentifiersT>(value);
44 template <
typename JobIdentifiersT = Aws::Vector<Aws::String>>
49 template <
typename JobIdentifiersT = Aws::String>
51 m_jobIdentifiersHasBeenSet =
true;
52 m_jobIdentifiers.emplace_back(std::forward<JobIdentifiersT>(value));
58 bool m_jobIdentifiersHasBeenSet =
false;
AWS_BEDROCK_API BatchDeleteEvaluationJobRequest()=default
BatchDeleteEvaluationJobRequest & WithJobIdentifiers(JobIdentifiersT &&value)
const Aws::Vector< Aws::String > & GetJobIdentifiers() const
BatchDeleteEvaluationJobRequest & AddJobIdentifiers(JobIdentifiersT &&value)
virtual const char * GetServiceRequestName() const override
bool JobIdentifiersHasBeenSet() const
void SetJobIdentifiers(JobIdentifiersT &&value)
AWS_BEDROCK_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector