AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
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 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>>>
51 Consolidation& WithMatchingAttributesList(MatchingAttributesListT&& value) { SetMatchingAttributesList(std::forward<MatchingAttributesListT>(value)); return *this;}
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; }
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(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