7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename JobIdentifierT = Aws::String>
48 void SetJobIdentifier(JobIdentifierT&& value) { m_jobIdentifierHasBeenSet =
true; m_jobIdentifier = std::forward<JobIdentifierT>(value); }
49 template<
typename JobIdentifierT = Aws::String>
59 template<
typename CodeT = Aws::String>
60 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
61 template<
typename CodeT = Aws::String>
71 template<
typename MessageT = Aws::String>
72 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
73 template<
typename MessageT = Aws::String>
79 bool m_jobIdentifierHasBeenSet =
false;
82 bool m_codeHasBeenSet =
false;
85 bool m_messageHasBeenSet =
false;
BatchDeleteEvaluationJobError & WithCode(CodeT &&value)
AWS_BEDROCK_API BatchDeleteEvaluationJobError()=default
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCode() const
const Aws::String & GetMessage() const
AWS_BEDROCK_API BatchDeleteEvaluationJobError(Aws::Utils::Json::JsonView jsonValue)
void SetCode(CodeT &&value)
AWS_BEDROCK_API BatchDeleteEvaluationJobError & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
bool CodeHasBeenSet() const
BatchDeleteEvaluationJobError & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
BatchDeleteEvaluationJobError & WithJobIdentifier(JobIdentifierT &&value)
void SetJobIdentifier(JobIdentifierT &&value)
const Aws::String & GetJobIdentifier() const
bool JobIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue