AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
IdMappingTableInputReferenceProperties.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/cleanrooms/model/IdMappingTableInputSource.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 CleanRooms
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_CLEANROOMS_API IdMappingTableInputReferenceProperties() = default;
39 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Vector<IdMappingTableInputSource>& GetIdMappingTableInputSource() const { return m_idMappingTableInputSource; }
47 inline bool IdMappingTableInputSourceHasBeenSet() const { return m_idMappingTableInputSourceHasBeenSet; }
48 template<typename IdMappingTableInputSourceT = Aws::Vector<IdMappingTableInputSource>>
49 void SetIdMappingTableInputSource(IdMappingTableInputSourceT&& value) { m_idMappingTableInputSourceHasBeenSet = true; m_idMappingTableInputSource = std::forward<IdMappingTableInputSourceT>(value); }
50 template<typename IdMappingTableInputSourceT = Aws::Vector<IdMappingTableInputSource>>
51 IdMappingTableInputReferenceProperties& WithIdMappingTableInputSource(IdMappingTableInputSourceT&& value) { SetIdMappingTableInputSource(std::forward<IdMappingTableInputSourceT>(value)); return *this;}
52 template<typename IdMappingTableInputSourceT = IdMappingTableInputSource>
53 IdMappingTableInputReferenceProperties& AddIdMappingTableInputSource(IdMappingTableInputSourceT&& value) { m_idMappingTableInputSourceHasBeenSet = true; m_idMappingTableInputSource.emplace_back(std::forward<IdMappingTableInputSourceT>(value)); return *this; }
55 private:
56
57 Aws::Vector<IdMappingTableInputSource> m_idMappingTableInputSource;
58 bool m_idMappingTableInputSourceHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace CleanRooms
63} // namespace Aws
AWS_CLEANROOMS_API IdMappingTableInputReferenceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
IdMappingTableInputReferenceProperties & WithIdMappingTableInputSource(IdMappingTableInputSourceT &&value)
const Aws::Vector< IdMappingTableInputSource > & GetIdMappingTableInputSource() const
IdMappingTableInputReferenceProperties & AddIdMappingTableInputSource(IdMappingTableInputSourceT &&value)
AWS_CLEANROOMS_API IdMappingTableInputReferenceProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue