7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/EvaluationJobStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename JobIdentifierT = Aws::String>
44 m_jobIdentifierHasBeenSet =
true;
45 m_jobIdentifier = std::forward<JobIdentifierT>(value);
47 template <
typename JobIdentifierT = Aws::String>
61 m_jobStatusHasBeenSet =
true;
71 bool m_jobIdentifierHasBeenSet =
false;
74 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