7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/EvaluationJobStatus.h>
48 template<
typename JobIdentifierT = Aws::String>
49 void SetJobIdentifier(JobIdentifierT&& value) { m_jobIdentifierHasBeenSet =
true; m_jobIdentifier = std::forward<JobIdentifierT>(value); }
50 template<
typename JobIdentifierT = Aws::String>
66 bool m_jobIdentifierHasBeenSet =
false;
69 bool m_jobStatusHasBeenSet =
false;
AWS_BEDROCK_API BatchDeleteEvaluationJobItem(Aws::Utils::Json::JsonView jsonValue)
void SetJobIdentifier(JobIdentifierT &&value)
AWS_BEDROCK_API BatchDeleteEvaluationJobItem & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteEvaluationJobItem & WithJobIdentifier(JobIdentifierT &&value)
BatchDeleteEvaluationJobItem & WithJobStatus(EvaluationJobStatus value)
const Aws::String & GetJobIdentifier() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
EvaluationJobStatus GetJobStatus() const
bool JobStatusHasBeenSet() const
bool JobIdentifierHasBeenSet() const
void SetJobStatus(EvaluationJobStatus value)
AWS_BEDROCK_API BatchDeleteEvaluationJobItem()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue