AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Consolidation.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CustomerProfiles
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_CUSTOMERPROFILES_API Consolidation();
37 AWS_CUSTOMERPROFILES_API Consolidation(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CUSTOMERPROFILES_API Consolidation& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Vector<Aws::Vector<Aws::String>>& GetMatchingAttributesList() const{ return m_matchingAttributesList; }
47 inline bool MatchingAttributesListHasBeenSet() const { return m_matchingAttributesListHasBeenSet; }
48 inline void SetMatchingAttributesList(const Aws::Vector<Aws::Vector<Aws::String>>& value) { m_matchingAttributesListHasBeenSet = true; m_matchingAttributesList = value; }
49 inline void SetMatchingAttributesList(Aws::Vector<Aws::Vector<Aws::String>>&& value) { m_matchingAttributesListHasBeenSet = true; m_matchingAttributesList = std::move(value); }
52 inline Consolidation& AddMatchingAttributesList(const Aws::Vector<Aws::String>& value) { m_matchingAttributesListHasBeenSet = true; m_matchingAttributesList.push_back(value); return *this; }
53 inline Consolidation& AddMatchingAttributesList(Aws::Vector<Aws::String>&& value) { m_matchingAttributesListHasBeenSet = true; m_matchingAttributesList.push_back(std::move(value)); return *this; }
55 private:
56
57 Aws::Vector<Aws::Vector<Aws::String>> m_matchingAttributesList;
58 bool m_matchingAttributesListHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace CustomerProfiles
63} // namespace Aws
AWS_CUSTOMERPROFILES_API Consolidation & operator=(Aws::Utils::Json::JsonView jsonValue)
Consolidation & AddMatchingAttributesList(const Aws::Vector< Aws::String > &value)
Consolidation & WithMatchingAttributesList(Aws::Vector< Aws::Vector< Aws::String > > &&value)
void SetMatchingAttributesList(const Aws::Vector< Aws::Vector< Aws::String > > &value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API Consolidation(Aws::Utils::Json::JsonView jsonValue)
void SetMatchingAttributesList(Aws::Vector< Aws::Vector< Aws::String > > &&value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetMatchingAttributesList() const
Consolidation & AddMatchingAttributesList(Aws::Vector< Aws::String > &&value)
AWS_CUSTOMERPROFILES_API Consolidation()
Consolidation & WithMatchingAttributesList(const Aws::Vector< Aws::Vector< Aws::String > > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue