AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetIdMappingTableInputSource(const Aws::Vector<IdMappingTableInputSource>& value) { m_idMappingTableInputSourceHasBeenSet = true; m_idMappingTableInputSource = value; }
49 inline void SetIdMappingTableInputSource(Aws::Vector<IdMappingTableInputSource>&& value) { m_idMappingTableInputSourceHasBeenSet = true; m_idMappingTableInputSource = std::move(value); }
52 inline IdMappingTableInputReferenceProperties& AddIdMappingTableInputSource(const IdMappingTableInputSource& value) { m_idMappingTableInputSourceHasBeenSet = true; m_idMappingTableInputSource.push_back(value); return *this; }
53 inline IdMappingTableInputReferenceProperties& AddIdMappingTableInputSource(IdMappingTableInputSource&& value) { m_idMappingTableInputSourceHasBeenSet = true; m_idMappingTableInputSource.push_back(std::move(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)
void SetIdMappingTableInputSource(const Aws::Vector< IdMappingTableInputSource > &value)
IdMappingTableInputReferenceProperties & WithIdMappingTableInputSource(Aws::Vector< IdMappingTableInputSource > &&value)
const Aws::Vector< IdMappingTableInputSource > & GetIdMappingTableInputSource() const
IdMappingTableInputReferenceProperties & AddIdMappingTableInputSource(const IdMappingTableInputSource &value)
IdMappingTableInputReferenceProperties & WithIdMappingTableInputSource(const Aws::Vector< IdMappingTableInputSource > &value)
void SetIdMappingTableInputSource(Aws::Vector< IdMappingTableInputSource > &&value)
AWS_CLEANROOMS_API IdMappingTableInputReferenceProperties(Aws::Utils::Json::JsonView jsonValue)
IdMappingTableInputReferenceProperties & AddIdMappingTableInputSource(IdMappingTableInputSource &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue