7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
20namespace EntityResolution {
31 AWS_ENTITYRESOLUTION_API
Rule() =
default;
42 template <
typename RuleNameT = Aws::String>
44 m_ruleNameHasBeenSet =
true;
45 m_ruleName = std::forward<RuleNameT>(value);
47 template <
typename RuleNameT = Aws::String>
62 template <
typename MatchingKeysT = Aws::Vector<Aws::String>>
64 m_matchingKeysHasBeenSet =
true;
65 m_matchingKeys = std::forward<MatchingKeysT>(value);
67 template <
typename MatchingKeysT = Aws::Vector<Aws::String>>
72 template <
typename MatchingKeysT = Aws::String>
74 m_matchingKeysHasBeenSet =
true;
75 m_matchingKeys.emplace_back(std::forward<MatchingKeysT>(value));
83 bool m_ruleNameHasBeenSet =
false;
84 bool m_matchingKeysHasBeenSet =
false;
Rule & WithMatchingKeys(MatchingKeysT &&value)
bool RuleNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetMatchingKeys() const
void SetRuleName(RuleNameT &&value)
AWS_ENTITYRESOLUTION_API Rule(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Rule()=default
Rule & AddMatchingKeys(MatchingKeysT &&value)
void SetMatchingKeys(MatchingKeysT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
Rule & WithRuleName(RuleNameT &&value)
AWS_ENTITYRESOLUTION_API Rule & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MatchingKeysHasBeenSet() const
const Aws::String & GetRuleName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue