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>
43 template<
typename JobIdentifiersT = Aws::Vector<Aws::String>>
44 void SetJobIdentifiers(JobIdentifiersT&& value) { m_jobIdentifiersHasBeenSet =
true; m_jobIdentifiers = std::forward<JobIdentifiersT>(value); }
45 template<
typename JobIdentifiersT = Aws::Vector<Aws::String>>
47 template<
typename JobIdentifiersT = Aws::String>
53 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