7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/FlowValidationSeverity.h>
54 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
74 bool m_messageHasBeenSet =
false;
77 bool m_severityHasBeenSet =
false;
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
FlowValidation & WithSeverity(const FlowValidationSeverity &value)
void SetSeverity(const FlowValidationSeverity &value)
void SetMessage(const char *value)
AWS_BEDROCKAGENT_API FlowValidation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSeverity(FlowValidationSeverity &&value)
const Aws::String & GetMessage() const
AWS_BEDROCKAGENT_API FlowValidation(Aws::Utils::Json::JsonView jsonValue)
FlowValidation & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetMessage(Aws::String &&value)
const FlowValidationSeverity & GetSeverity() const
FlowValidation & WithMessage(const char *value)
AWS_BEDROCKAGENT_API FlowValidation()
bool SeverityHasBeenSet() const
FlowValidation & WithMessage(const Aws::String &value)
FlowValidation & WithSeverity(FlowValidationSeverity &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue