7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/bedrock/model/AutomatedReasoningPolicyDefinitionType.h>
11#include <aws/bedrock/model/AutomatedReasoningPolicyDefinitionRule.h>
12#include <aws/bedrock/model/AutomatedReasoningPolicyDefinitionVariable.h>
53 template<
typename VersionT = Aws::String>
54 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
55 template<
typename VersionT = Aws::String>
67 template<
typename TypesT = Aws::Vector<AutomatedReasoningPolicyDefinitionType>>
68 void SetTypes(TypesT&& value) { m_typesHasBeenSet =
true; m_types = std::forward<TypesT>(value); }
69 template<
typename TypesT = Aws::Vector<AutomatedReasoningPolicyDefinitionType>>
71 template<
typename TypesT = AutomatedReasoningPolicyDefinitionType>
83 template<
typename RulesT = Aws::Vector<AutomatedReasoningPolicyDefinitionRule>>
84 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
85 template<
typename RulesT = Aws::Vector<AutomatedReasoningPolicyDefinitionRule>>
87 template<
typename RulesT = AutomatedReasoningPolicyDefinitionRule>
99 template<
typename VariablesT = Aws::Vector<AutomatedReasoningPolicyDefinitionVariable>>
100 void SetVariables(VariablesT&& value) { m_variablesHasBeenSet =
true; m_variables = std::forward<VariablesT>(value); }
101 template<
typename VariablesT = Aws::Vector<AutomatedReasoningPolicyDefinitionVariable>>
103 template<
typename VariablesT = AutomatedReasoningPolicyDefinitionVariable>
109 bool m_versionHasBeenSet =
false;
112 bool m_typesHasBeenSet =
false;
115 bool m_rulesHasBeenSet =
false;
118 bool m_variablesHasBeenSet =
false;
AutomatedReasoningPolicyDefinition & WithRules(RulesT &&value)
AutomatedReasoningPolicyDefinition & WithTypes(TypesT &&value)
AutomatedReasoningPolicyDefinition & AddTypes(TypesT &&value)
AutomatedReasoningPolicyDefinition & AddVariables(VariablesT &&value)
bool VersionHasBeenSet() const
bool VariablesHasBeenSet() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AutomatedReasoningPolicyDefinition & WithVersion(VersionT &&value)
bool TypesHasBeenSet() const
void SetTypes(TypesT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedReasoningPolicyDefinition & AddRules(RulesT &&value)
const Aws::String & GetVersion() const
const Aws::Vector< AutomatedReasoningPolicyDefinitionVariable > & GetVariables() const
AutomatedReasoningPolicyDefinition & WithVariables(VariablesT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyDefinition()=default
const Aws::Vector< AutomatedReasoningPolicyDefinitionType > & GetTypes() const
const Aws::Vector< AutomatedReasoningPolicyDefinitionRule > & GetRules() const
void SetRules(RulesT &&value)
void SetVersion(VersionT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyDefinition(Aws::Utils::Json::JsonView jsonValue)
bool RulesHasBeenSet() const
void SetVariables(VariablesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue