7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowValidationDetails.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent/model/FlowValidationSeverity.h>
11#include <aws/bedrock-agent/model/FlowValidationType.h>
54 template<
typename DetailsT = FlowVal
idationDetails>
55 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
56 template<
typename DetailsT = FlowVal
idationDetails>
66 template<
typename MessageT = Aws::String>
67 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
68 template<
typename MessageT = Aws::String>
94 bool m_detailsHasBeenSet =
false;
97 bool m_messageHasBeenSet =
false;
100 bool m_severityHasBeenSet =
false;
103 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue