7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
48 template<
typename RuleNameT = Aws::String>
49 void SetRuleName(RuleNameT&& value) { m_ruleNameHasBeenSet =
true; m_ruleName = std::forward<RuleNameT>(value); }
50 template<
typename RuleNameT = Aws::String>
67 template<
typename ConditionT = Aws::String>
68 void SetCondition(ConditionT&& value) { m_conditionHasBeenSet =
true; m_condition = std::forward<ConditionT>(value); }
69 template<
typename ConditionT = Aws::String>
75 bool m_ruleNameHasBeenSet =
false;
78 bool m_conditionHasBeenSet =
false;
void SetCondition(ConditionT &&value)
void SetRuleName(RuleNameT &&value)
AWS_ENTITYRESOLUTION_API RuleCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API RuleCondition()=default
bool RuleNameHasBeenSet() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConditionHasBeenSet() const
const Aws::String & GetRuleName() const
const Aws::String & GetCondition() const
AWS_ENTITYRESOLUTION_API RuleCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleCondition & WithRuleName(RuleNameT &&value)
RuleCondition & WithCondition(ConditionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue