7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetJobIdentifier(
const char* value) { m_jobIdentifierHasBeenSet =
true; m_jobIdentifier.assign(value); }
63 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
77 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
85 bool m_jobIdentifierHasBeenSet =
false;
88 bool m_codeHasBeenSet =
false;
91 bool m_messageHasBeenSet =
false;
BatchDeleteEvaluationJobError & WithCode(const char *value)
BatchDeleteEvaluationJobError & WithMessage(const Aws::String &value)
void SetJobIdentifier(const char *value)
BatchDeleteEvaluationJobError & WithCode(const Aws::String &value)
BatchDeleteEvaluationJobError & WithCode(Aws::String &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCode() const
BatchDeleteEvaluationJobError & WithMessage(const char *value)
const Aws::String & GetMessage() const
void SetJobIdentifier(const Aws::String &value)
BatchDeleteEvaluationJobError & WithJobIdentifier(const char *value)
AWS_BEDROCK_API BatchDeleteEvaluationJobError(Aws::Utils::Json::JsonView jsonValue)
void SetCode(const char *value)
void SetMessage(Aws::String &&value)
BatchDeleteEvaluationJobError & WithJobIdentifier(Aws::String &&value)
void SetCode(const Aws::String &value)
AWS_BEDROCK_API BatchDeleteEvaluationJobError()
BatchDeleteEvaluationJobError & WithMessage(Aws::String &&value)
void SetCode(Aws::String &&value)
AWS_BEDROCK_API BatchDeleteEvaluationJobError & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
bool CodeHasBeenSet() const
void SetMessage(const Aws::String &value)
void SetMessage(const char *value)
BatchDeleteEvaluationJobError & WithJobIdentifier(const Aws::String &value)
const Aws::String & GetJobIdentifier() const
void SetJobIdentifier(Aws::String &&value)
bool JobIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue