7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
53 bool m_jobIdentifiersHasBeenSet =
false;
BatchDeleteEvaluationJobRequest & AddJobIdentifiers(const Aws::String &value)
AWS_BEDROCK_API BatchDeleteEvaluationJobRequest()
void SetJobIdentifiers(Aws::Vector< Aws::String > &&value)
void SetJobIdentifiers(const Aws::Vector< Aws::String > &value)
BatchDeleteEvaluationJobRequest & AddJobIdentifiers(Aws::String &&value)
const Aws::Vector< Aws::String > & GetJobIdentifiers() const
virtual const char * GetServiceRequestName() const override
BatchDeleteEvaluationJobRequest & WithJobIdentifiers(Aws::Vector< Aws::String > &&value)
BatchDeleteEvaluationJobRequest & WithJobIdentifiers(const Aws::Vector< Aws::String > &value)
bool JobIdentifiersHasBeenSet() const
AWS_BEDROCK_API Aws::String SerializePayload() const override
BatchDeleteEvaluationJobRequest & AddJobIdentifiers(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector