7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CustomerProfiles
48 template<
typename MatchingAttributesListT = Aws::Vector<Aws::Vector<Aws::String>>>
49 void SetMatchingAttributesList(MatchingAttributesListT&& value) { m_matchingAttributesListHasBeenSet =
true; m_matchingAttributesList = std::forward<MatchingAttributesListT>(value); }
50 template<
typename MatchingAttributesListT = Aws::Vector<Aws::Vector<Aws::String>>>
52 template<
typename MatchingAttributesListT = Aws::Vector<Aws::String>>
53 Consolidation&
AddMatchingAttributesList(MatchingAttributesListT&& value) { m_matchingAttributesListHasBeenSet =
true; m_matchingAttributesList.emplace_back(std::forward<MatchingAttributesListT>(value));
return *
this; }
58 bool m_matchingAttributesListHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API Consolidation & operator=(Aws::Utils::Json::JsonView jsonValue)
Consolidation & AddMatchingAttributesList(MatchingAttributesListT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API Consolidation(Aws::Utils::Json::JsonView jsonValue)
void SetMatchingAttributesList(MatchingAttributesListT &&value)
bool MatchingAttributesListHasBeenSet() const
Consolidation & WithMatchingAttributesList(MatchingAttributesListT &&value)
AWS_CUSTOMERPROFILES_API Consolidation()=default
const Aws::Vector< Aws::Vector< Aws::String > > & GetMatchingAttributesList() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue