7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace EntityResolution
36 AWS_ENTITYRESOLUTION_API
Rule();
56 inline Rule&
AddMatchingKeys(
const char* value) { m_matchingKeysHasBeenSet =
true; m_matchingKeys.push_back(value);
return *
this; }
67 inline void SetRuleName(
const char* value) { m_ruleNameHasBeenSet =
true; m_ruleName.assign(value); }
75 bool m_matchingKeysHasBeenSet =
false;
78 bool m_ruleNameHasBeenSet =
false;
bool RuleNameHasBeenSet() const
Rule & WithRuleName(const char *value)
void SetRuleName(const char *value)
Rule & WithRuleName(Aws::String &&value)
const Aws::Vector< Aws::String > & GetMatchingKeys() const
Rule & AddMatchingKeys(Aws::String &&value)
Rule & WithMatchingKeys(const Aws::Vector< Aws::String > &value)
Rule & WithMatchingKeys(Aws::Vector< Aws::String > &&value)
Rule & WithRuleName(const Aws::String &value)
Rule & AddMatchingKeys(const Aws::String &value)
AWS_ENTITYRESOLUTION_API Rule(Aws::Utils::Json::JsonView jsonValue)
void SetRuleName(const Aws::String &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRuleName(Aws::String &&value)
void SetMatchingKeys(const Aws::Vector< Aws::String > &value)
Rule & AddMatchingKeys(const char *value)
AWS_ENTITYRESOLUTION_API Rule & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MatchingKeysHasBeenSet() const
void SetMatchingKeys(Aws::Vector< Aws::String > &&value)
const Aws::String & GetRuleName() const
AWS_ENTITYRESOLUTION_API Rule()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue