AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IdNamespaceAssociation.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/IdNamespaceAssociationInputReferenceConfig.h>
11#include <aws/cleanrooms/model/IdNamespaceAssociationInputReferenceProperties.h>
12#include <aws/cleanrooms/model/IdMappingConfig.h>
13#include <utility>
14
15namespace Aws
16{
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22 class JsonView;
23} // namespace Json
24} // namespace Utils
25namespace CleanRooms
26{
27namespace Model
28{
29
37 {
38 public:
39 AWS_CLEANROOMS_API IdNamespaceAssociation();
42 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::String& GetId() const{ return m_id; }
50 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
51 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
52 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
53 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
54 inline IdNamespaceAssociation& WithId(const Aws::String& value) { SetId(value); return *this;}
55 inline IdNamespaceAssociation& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
56 inline IdNamespaceAssociation& WithId(const char* value) { SetId(value); return *this;}
58
60
63 inline const Aws::String& GetArn() const{ return m_arn; }
64 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
65 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
66 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
67 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
68 inline IdNamespaceAssociation& WithArn(const Aws::String& value) { SetArn(value); return *this;}
69 inline IdNamespaceAssociation& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
70 inline IdNamespaceAssociation& WithArn(const char* value) { SetArn(value); return *this;}
72
74
78 inline const Aws::String& GetMembershipId() const{ return m_membershipId; }
79 inline bool MembershipIdHasBeenSet() const { return m_membershipIdHasBeenSet; }
80 inline void SetMembershipId(const Aws::String& value) { m_membershipIdHasBeenSet = true; m_membershipId = value; }
81 inline void SetMembershipId(Aws::String&& value) { m_membershipIdHasBeenSet = true; m_membershipId = std::move(value); }
82 inline void SetMembershipId(const char* value) { m_membershipIdHasBeenSet = true; m_membershipId.assign(value); }
83 inline IdNamespaceAssociation& WithMembershipId(const Aws::String& value) { SetMembershipId(value); return *this;}
84 inline IdNamespaceAssociation& WithMembershipId(Aws::String&& value) { SetMembershipId(std::move(value)); return *this;}
85 inline IdNamespaceAssociation& WithMembershipId(const char* value) { SetMembershipId(value); return *this;}
87
89
93 inline const Aws::String& GetMembershipArn() const{ return m_membershipArn; }
94 inline bool MembershipArnHasBeenSet() const { return m_membershipArnHasBeenSet; }
95 inline void SetMembershipArn(const Aws::String& value) { m_membershipArnHasBeenSet = true; m_membershipArn = value; }
96 inline void SetMembershipArn(Aws::String&& value) { m_membershipArnHasBeenSet = true; m_membershipArn = std::move(value); }
97 inline void SetMembershipArn(const char* value) { m_membershipArnHasBeenSet = true; m_membershipArn.assign(value); }
98 inline IdNamespaceAssociation& WithMembershipArn(const Aws::String& value) { SetMembershipArn(value); return *this;}
99 inline IdNamespaceAssociation& WithMembershipArn(Aws::String&& value) { SetMembershipArn(std::move(value)); return *this;}
100 inline IdNamespaceAssociation& WithMembershipArn(const char* value) { SetMembershipArn(value); return *this;}
102
104
108 inline const Aws::String& GetCollaborationId() const{ return m_collaborationId; }
109 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
110 inline void SetCollaborationId(const Aws::String& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = value; }
111 inline void SetCollaborationId(Aws::String&& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = std::move(value); }
112 inline void SetCollaborationId(const char* value) { m_collaborationIdHasBeenSet = true; m_collaborationId.assign(value); }
113 inline IdNamespaceAssociation& WithCollaborationId(const Aws::String& value) { SetCollaborationId(value); return *this;}
114 inline IdNamespaceAssociation& WithCollaborationId(Aws::String&& value) { SetCollaborationId(std::move(value)); return *this;}
115 inline IdNamespaceAssociation& WithCollaborationId(const char* value) { SetCollaborationId(value); return *this;}
117
119
123 inline const Aws::String& GetCollaborationArn() const{ return m_collaborationArn; }
124 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
125 inline void SetCollaborationArn(const Aws::String& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = value; }
126 inline void SetCollaborationArn(Aws::String&& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = std::move(value); }
127 inline void SetCollaborationArn(const char* value) { m_collaborationArnHasBeenSet = true; m_collaborationArn.assign(value); }
128 inline IdNamespaceAssociation& WithCollaborationArn(const Aws::String& value) { SetCollaborationArn(value); return *this;}
129 inline IdNamespaceAssociation& WithCollaborationArn(Aws::String&& value) { SetCollaborationArn(std::move(value)); return *this;}
130 inline IdNamespaceAssociation& WithCollaborationArn(const char* value) { SetCollaborationArn(value); return *this;}
132
134
137 inline const Aws::String& GetName() const{ return m_name; }
138 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
139 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
140 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
141 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
142 inline IdNamespaceAssociation& WithName(const Aws::String& value) { SetName(value); return *this;}
143 inline IdNamespaceAssociation& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
144 inline IdNamespaceAssociation& WithName(const char* value) { SetName(value); return *this;}
146
148
151 inline const Aws::String& GetDescription() const{ return m_description; }
152 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
153 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
154 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
155 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
156 inline IdNamespaceAssociation& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
157 inline IdNamespaceAssociation& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
158 inline IdNamespaceAssociation& WithDescription(const char* value) { SetDescription(value); return *this;}
160
162
165 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
166 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
167 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; }
168 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); }
169 inline IdNamespaceAssociation& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;}
170 inline IdNamespaceAssociation& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;}
172
174
177 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
178 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
179 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; }
180 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); }
181 inline IdNamespaceAssociation& WithUpdateTime(const Aws::Utils::DateTime& value) { SetUpdateTime(value); return *this;}
182 inline IdNamespaceAssociation& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;}
184
186
189 inline const IdNamespaceAssociationInputReferenceConfig& GetInputReferenceConfig() const{ return m_inputReferenceConfig; }
190 inline bool InputReferenceConfigHasBeenSet() const { return m_inputReferenceConfigHasBeenSet; }
191 inline void SetInputReferenceConfig(const IdNamespaceAssociationInputReferenceConfig& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = value; }
192 inline void SetInputReferenceConfig(IdNamespaceAssociationInputReferenceConfig&& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = std::move(value); }
196
198
201 inline const IdNamespaceAssociationInputReferenceProperties& GetInputReferenceProperties() const{ return m_inputReferenceProperties; }
202 inline bool InputReferencePropertiesHasBeenSet() const { return m_inputReferencePropertiesHasBeenSet; }
203 inline void SetInputReferenceProperties(const IdNamespaceAssociationInputReferenceProperties& value) { m_inputReferencePropertiesHasBeenSet = true; m_inputReferenceProperties = value; }
204 inline void SetInputReferenceProperties(IdNamespaceAssociationInputReferenceProperties&& value) { m_inputReferencePropertiesHasBeenSet = true; m_inputReferenceProperties = std::move(value); }
208
210
213 inline const IdMappingConfig& GetIdMappingConfig() const{ return m_idMappingConfig; }
214 inline bool IdMappingConfigHasBeenSet() const { return m_idMappingConfigHasBeenSet; }
215 inline void SetIdMappingConfig(const IdMappingConfig& value) { m_idMappingConfigHasBeenSet = true; m_idMappingConfig = value; }
216 inline void SetIdMappingConfig(IdMappingConfig&& value) { m_idMappingConfigHasBeenSet = true; m_idMappingConfig = std::move(value); }
218 inline IdNamespaceAssociation& WithIdMappingConfig(IdMappingConfig&& value) { SetIdMappingConfig(std::move(value)); return *this;}
220 private:
221
222 Aws::String m_id;
223 bool m_idHasBeenSet = false;
224
225 Aws::String m_arn;
226 bool m_arnHasBeenSet = false;
227
228 Aws::String m_membershipId;
229 bool m_membershipIdHasBeenSet = false;
230
231 Aws::String m_membershipArn;
232 bool m_membershipArnHasBeenSet = false;
233
234 Aws::String m_collaborationId;
235 bool m_collaborationIdHasBeenSet = false;
236
237 Aws::String m_collaborationArn;
238 bool m_collaborationArnHasBeenSet = false;
239
240 Aws::String m_name;
241 bool m_nameHasBeenSet = false;
242
243 Aws::String m_description;
244 bool m_descriptionHasBeenSet = false;
245
246 Aws::Utils::DateTime m_createTime;
247 bool m_createTimeHasBeenSet = false;
248
249 Aws::Utils::DateTime m_updateTime;
250 bool m_updateTimeHasBeenSet = false;
251
252 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
253 bool m_inputReferenceConfigHasBeenSet = false;
254
255 IdNamespaceAssociationInputReferenceProperties m_inputReferenceProperties;
256 bool m_inputReferencePropertiesHasBeenSet = false;
257
258 IdMappingConfig m_idMappingConfig;
259 bool m_idMappingConfigHasBeenSet = false;
260 };
261
262} // namespace Model
263} // namespace CleanRooms
264} // namespace Aws
IdNamespaceAssociation & WithMembershipId(const char *value)
IdNamespaceAssociation & WithId(const char *value)
IdNamespaceAssociation & WithMembershipArn(const char *value)
IdNamespaceAssociation & WithIdMappingConfig(const IdMappingConfig &value)
void SetInputReferenceProperties(IdNamespaceAssociationInputReferenceProperties &&value)
void SetIdMappingConfig(const IdMappingConfig &value)
IdNamespaceAssociation & WithUpdateTime(Aws::Utils::DateTime &&value)
IdNamespaceAssociation & WithArn(Aws::String &&value)
IdNamespaceAssociation & WithDescription(const Aws::String &value)
IdNamespaceAssociation & WithIdMappingConfig(IdMappingConfig &&value)
IdNamespaceAssociation & WithName(Aws::String &&value)
IdNamespaceAssociation & WithMembershipArn(Aws::String &&value)
const IdNamespaceAssociationInputReferenceConfig & GetInputReferenceConfig() const
IdNamespaceAssociation & WithCollaborationId(const Aws::String &value)
IdNamespaceAssociation & WithInputReferenceProperties(const IdNamespaceAssociationInputReferenceProperties &value)
AWS_CLEANROOMS_API IdNamespaceAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
IdNamespaceAssociation & WithInputReferenceConfig(IdNamespaceAssociationInputReferenceConfig &&value)
IdNamespaceAssociation & WithName(const char *value)
IdNamespaceAssociation & WithArn(const Aws::String &value)
IdNamespaceAssociation & WithCollaborationArn(const char *value)
IdNamespaceAssociation & WithCollaborationArn(Aws::String &&value)
const IdNamespaceAssociationInputReferenceProperties & GetInputReferenceProperties() const
IdNamespaceAssociation & WithCreateTime(const Aws::Utils::DateTime &value)
IdNamespaceAssociation & WithCollaborationId(Aws::String &&value)
IdNamespaceAssociation & WithCollaborationId(const char *value)
IdNamespaceAssociation & WithMembershipArn(const Aws::String &value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
IdNamespaceAssociation & WithId(const Aws::String &value)
void SetCreateTime(const Aws::Utils::DateTime &value)
AWS_CLEANROOMS_API IdNamespaceAssociation(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreateTime() const
void SetUpdateTime(const Aws::Utils::DateTime &value)
IdNamespaceAssociation & WithArn(const char *value)
IdNamespaceAssociation & WithId(Aws::String &&value)
IdNamespaceAssociation & WithMembershipId(Aws::String &&value)
void SetInputReferenceConfig(IdNamespaceAssociationInputReferenceConfig &&value)
IdNamespaceAssociation & WithMembershipId(const Aws::String &value)
void SetInputReferenceProperties(const IdNamespaceAssociationInputReferenceProperties &value)
IdNamespaceAssociation & WithName(const Aws::String &value)
IdNamespaceAssociation & WithInputReferenceProperties(IdNamespaceAssociationInputReferenceProperties &&value)
IdNamespaceAssociation & WithCreateTime(Aws::Utils::DateTime &&value)
IdNamespaceAssociation & WithInputReferenceConfig(const IdNamespaceAssociationInputReferenceConfig &value)
IdNamespaceAssociation & WithUpdateTime(const Aws::Utils::DateTime &value)
IdNamespaceAssociation & WithDescription(const char *value)
void SetInputReferenceConfig(const IdNamespaceAssociationInputReferenceConfig &value)
IdNamespaceAssociation & WithCollaborationArn(const Aws::String &value)
const Aws::Utils::DateTime & GetUpdateTime() const
IdNamespaceAssociation & WithDescription(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue