7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowValidationDetails.h>
9#include <aws/bedrock-agent/model/FlowValidationSeverity.h>
10#include <aws/bedrock-agent/model/FlowValidationType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgent {
48 template <
typename MessageT = Aws::String>
50 m_messageHasBeenSet =
true;
51 m_message = std::forward<MessageT>(value);
53 template <
typename MessageT = Aws::String>
67 m_severityHasBeenSet =
true;
82 template <
typename DetailsT = FlowVal
idationDetails>
84 m_detailsHasBeenSet =
true;
85 m_details = std::forward<DetailsT>(value);
87 template <
typename DetailsT = FlowVal
idationDetails>
101 m_typeHasBeenSet =
true;
114 FlowValidationDetails m_details;
117 bool m_messageHasBeenSet =
false;
118 bool m_severityHasBeenSet =
false;
119 bool m_detailsHasBeenSet =
false;
120 bool m_typeHasBeenSet =
false;
void SetMessage(MessageT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
void SetType(FlowValidationType value)
bool MessageHasBeenSet() const
void SetSeverity(FlowValidationSeverity value)
void SetDetails(DetailsT &&value)
FlowValidation & WithMessage(MessageT &&value)
FlowValidation & WithType(FlowValidationType value)
FlowValidation & WithDetails(DetailsT &&value)
AWS_BEDROCKAGENT_API FlowValidation & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowValidation & WithSeverity(FlowValidationSeverity value)
const Aws::String & GetMessage() const
AWS_BEDROCKAGENT_API FlowValidation(Aws::Utils::Json::JsonView jsonValue)
FlowValidationSeverity GetSeverity() const
FlowValidationType GetType() const
bool SeverityHasBeenSet() const
bool DetailsHasBeenSet() const
AWS_BEDROCKAGENT_API FlowValidation()=default
const FlowValidationDetails & GetDetails() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue