AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
IdMappingTableSummary.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cleanrooms/model/IdMappingTableInputReferenceConfig.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace CleanRooms
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_CLEANROOMS_API IdMappingTableSummary() = default;
40 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const Aws::String& GetCollaborationArn() const { return m_collaborationArn; }
49 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
50 template<typename CollaborationArnT = Aws::String>
51 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
52 template<typename CollaborationArnT = Aws::String>
53 IdMappingTableSummary& WithCollaborationArn(CollaborationArnT&& value) { SetCollaborationArn(std::forward<CollaborationArnT>(value)); return *this;}
55
57
61 inline const Aws::String& GetCollaborationId() const { return m_collaborationId; }
62 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
63 template<typename CollaborationIdT = Aws::String>
64 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = std::forward<CollaborationIdT>(value); }
65 template<typename CollaborationIdT = Aws::String>
66 IdMappingTableSummary& WithCollaborationId(CollaborationIdT&& value) { SetCollaborationId(std::forward<CollaborationIdT>(value)); return *this;}
68
70
74 inline const Aws::String& GetMembershipId() const { return m_membershipId; }
75 inline bool MembershipIdHasBeenSet() const { return m_membershipIdHasBeenSet; }
76 template<typename MembershipIdT = Aws::String>
77 void SetMembershipId(MembershipIdT&& value) { m_membershipIdHasBeenSet = true; m_membershipId = std::forward<MembershipIdT>(value); }
78 template<typename MembershipIdT = Aws::String>
79 IdMappingTableSummary& WithMembershipId(MembershipIdT&& value) { SetMembershipId(std::forward<MembershipIdT>(value)); return *this;}
81
83
87 inline const Aws::String& GetMembershipArn() const { return m_membershipArn; }
88 inline bool MembershipArnHasBeenSet() const { return m_membershipArnHasBeenSet; }
89 template<typename MembershipArnT = Aws::String>
90 void SetMembershipArn(MembershipArnT&& value) { m_membershipArnHasBeenSet = true; m_membershipArn = std::forward<MembershipArnT>(value); }
91 template<typename MembershipArnT = Aws::String>
92 IdMappingTableSummary& WithMembershipArn(MembershipArnT&& value) { SetMembershipArn(std::forward<MembershipArnT>(value)); return *this;}
94
96
99 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
100 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
101 template<typename CreateTimeT = Aws::Utils::DateTime>
102 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet = true; m_createTime = std::forward<CreateTimeT>(value); }
103 template<typename CreateTimeT = Aws::Utils::DateTime>
104 IdMappingTableSummary& WithCreateTime(CreateTimeT&& value) { SetCreateTime(std::forward<CreateTimeT>(value)); return *this;}
106
108
111 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
112 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
113 template<typename UpdateTimeT = Aws::Utils::DateTime>
114 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
115 template<typename UpdateTimeT = Aws::Utils::DateTime>
116 IdMappingTableSummary& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
118
120
123 inline const Aws::String& GetId() const { return m_id; }
124 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
125 template<typename IdT = Aws::String>
126 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
127 template<typename IdT = Aws::String>
128 IdMappingTableSummary& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
130
132
135 inline const Aws::String& GetArn() const { return m_arn; }
136 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
137 template<typename ArnT = Aws::String>
138 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
139 template<typename ArnT = Aws::String>
140 IdMappingTableSummary& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
142
144
147 inline const Aws::String& GetDescription() const { return m_description; }
148 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
149 template<typename DescriptionT = Aws::String>
150 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
151 template<typename DescriptionT = Aws::String>
152 IdMappingTableSummary& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
154
156
159 inline const IdMappingTableInputReferenceConfig& GetInputReferenceConfig() const { return m_inputReferenceConfig; }
160 inline bool InputReferenceConfigHasBeenSet() const { return m_inputReferenceConfigHasBeenSet; }
161 template<typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
162 void SetInputReferenceConfig(InputReferenceConfigT&& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value); }
163 template<typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
164 IdMappingTableSummary& WithInputReferenceConfig(InputReferenceConfigT&& value) { SetInputReferenceConfig(std::forward<InputReferenceConfigT>(value)); return *this;}
166
168
171 inline const Aws::String& GetName() const { return m_name; }
172 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
173 template<typename NameT = Aws::String>
174 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
175 template<typename NameT = Aws::String>
176 IdMappingTableSummary& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
178 private:
179
180 Aws::String m_collaborationArn;
181 bool m_collaborationArnHasBeenSet = false;
182
183 Aws::String m_collaborationId;
184 bool m_collaborationIdHasBeenSet = false;
185
186 Aws::String m_membershipId;
187 bool m_membershipIdHasBeenSet = false;
188
189 Aws::String m_membershipArn;
190 bool m_membershipArnHasBeenSet = false;
191
192 Aws::Utils::DateTime m_createTime{};
193 bool m_createTimeHasBeenSet = false;
194
195 Aws::Utils::DateTime m_updateTime{};
196 bool m_updateTimeHasBeenSet = false;
197
198 Aws::String m_id;
199 bool m_idHasBeenSet = false;
200
201 Aws::String m_arn;
202 bool m_arnHasBeenSet = false;
203
204 Aws::String m_description;
205 bool m_descriptionHasBeenSet = false;
206
207 IdMappingTableInputReferenceConfig m_inputReferenceConfig;
208 bool m_inputReferenceConfigHasBeenSet = false;
209
210 Aws::String m_name;
211 bool m_nameHasBeenSet = false;
212 };
213
214} // namespace Model
215} // namespace CleanRooms
216} // namespace Aws
IdMappingTableSummary & WithCollaborationArn(CollaborationArnT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
IdMappingTableSummary & WithMembershipId(MembershipIdT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API IdMappingTableSummary()=default
void SetInputReferenceConfig(InputReferenceConfigT &&value)
IdMappingTableSummary & WithCreateTime(CreateTimeT &&value)
IdMappingTableSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
IdMappingTableSummary & WithUpdateTime(UpdateTimeT &&value)
IdMappingTableSummary & WithMembershipArn(MembershipArnT &&value)
AWS_CLEANROOMS_API IdMappingTableSummary(Aws::Utils::Json::JsonView jsonValue)
const IdMappingTableInputReferenceConfig & GetInputReferenceConfig() const
IdMappingTableSummary & WithArn(ArnT &&value)
void SetCollaborationArn(CollaborationArnT &&value)
AWS_CLEANROOMS_API IdMappingTableSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IdMappingTableSummary & WithInputReferenceConfig(InputReferenceConfigT &&value)
IdMappingTableSummary & WithName(NameT &&value)
IdMappingTableSummary & WithDescription(DescriptionT &&value)
IdMappingTableSummary & WithCollaborationId(CollaborationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue