AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
Consolidation.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace CustomerProfiles {
21namespace Model {
22
30 public:
31 AWS_CUSTOMERPROFILES_API Consolidation() = default;
32 AWS_CUSTOMERPROFILES_API Consolidation(Aws::Utils::Json::JsonView jsonValue);
33 AWS_CUSTOMERPROFILES_API Consolidation& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::Vector<Aws::Vector<Aws::String>>& GetMatchingAttributesList() const { return m_matchingAttributesList; }
41 inline bool MatchingAttributesListHasBeenSet() const { return m_matchingAttributesListHasBeenSet; }
42 template <typename MatchingAttributesListT = Aws::Vector<Aws::Vector<Aws::String>>>
43 void SetMatchingAttributesList(MatchingAttributesListT&& value) {
44 m_matchingAttributesListHasBeenSet = true;
45 m_matchingAttributesList = std::forward<MatchingAttributesListT>(value);
46 }
47 template <typename MatchingAttributesListT = Aws::Vector<Aws::Vector<Aws::String>>>
48 Consolidation& WithMatchingAttributesList(MatchingAttributesListT&& value) {
49 SetMatchingAttributesList(std::forward<MatchingAttributesListT>(value));
50 return *this;
51 }
52 template <typename MatchingAttributesListT = Aws::Vector<Aws::String>>
53 Consolidation& AddMatchingAttributesList(MatchingAttributesListT&& value) {
54 m_matchingAttributesListHasBeenSet = true;
55 m_matchingAttributesList.emplace_back(std::forward<MatchingAttributesListT>(value));
56 return *this;
57 }
59 private:
60 Aws::Vector<Aws::Vector<Aws::String>> m_matchingAttributesList;
61 bool m_matchingAttributesListHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace CustomerProfiles
66} // namespace Aws
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)
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