AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
CollaborationIdNamespaceAssociation.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 CollaborationIdNamespaceAssociation() = default;
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 template<typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
53 template<typename IdT = Aws::String>
54 CollaborationIdNamespaceAssociation& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
56
58
62 inline const Aws::String& GetArn() const { return m_arn; }
63 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
64 template<typename ArnT = Aws::String>
65 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
66 template<typename ArnT = Aws::String>
67 CollaborationIdNamespaceAssociation& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
69
71
75 inline const Aws::String& GetCollaborationId() const { return m_collaborationId; }
76 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
77 template<typename CollaborationIdT = Aws::String>
78 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = std::forward<CollaborationIdT>(value); }
79 template<typename CollaborationIdT = Aws::String>
80 CollaborationIdNamespaceAssociation& WithCollaborationId(CollaborationIdT&& value) { SetCollaborationId(std::forward<CollaborationIdT>(value)); return *this;}
82
84
88 inline const Aws::String& GetCollaborationArn() const { return m_collaborationArn; }
89 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
90 template<typename CollaborationArnT = Aws::String>
91 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
92 template<typename CollaborationArnT = Aws::String>
93 CollaborationIdNamespaceAssociation& WithCollaborationArn(CollaborationArnT&& value) { SetCollaborationArn(std::forward<CollaborationArnT>(value)); return *this;}
95
97
100 inline const Aws::String& GetName() const { return m_name; }
101 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
102 template<typename NameT = Aws::String>
103 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
104 template<typename NameT = Aws::String>
105 CollaborationIdNamespaceAssociation& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
107
109
112 inline const Aws::String& GetDescription() const { return m_description; }
113 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
114 template<typename DescriptionT = Aws::String>
115 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
116 template<typename DescriptionT = Aws::String>
117 CollaborationIdNamespaceAssociation& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
119
121
125 inline const Aws::String& GetCreatorAccountId() const { return m_creatorAccountId; }
126 inline bool CreatorAccountIdHasBeenSet() const { return m_creatorAccountIdHasBeenSet; }
127 template<typename CreatorAccountIdT = Aws::String>
128 void SetCreatorAccountId(CreatorAccountIdT&& value) { m_creatorAccountIdHasBeenSet = true; m_creatorAccountId = std::forward<CreatorAccountIdT>(value); }
129 template<typename CreatorAccountIdT = Aws::String>
130 CollaborationIdNamespaceAssociation& WithCreatorAccountId(CreatorAccountIdT&& value) { SetCreatorAccountId(std::forward<CreatorAccountIdT>(value)); return *this;}
132
134
137 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
138 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
139 template<typename CreateTimeT = Aws::Utils::DateTime>
140 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet = true; m_createTime = std::forward<CreateTimeT>(value); }
141 template<typename CreateTimeT = Aws::Utils::DateTime>
142 CollaborationIdNamespaceAssociation& WithCreateTime(CreateTimeT&& value) { SetCreateTime(std::forward<CreateTimeT>(value)); return *this;}
144
146
149 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
150 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
151 template<typename UpdateTimeT = Aws::Utils::DateTime>
152 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
153 template<typename UpdateTimeT = Aws::Utils::DateTime>
154 CollaborationIdNamespaceAssociation& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
156
158
162 inline const IdNamespaceAssociationInputReferenceConfig& GetInputReferenceConfig() const { return m_inputReferenceConfig; }
163 inline bool InputReferenceConfigHasBeenSet() const { return m_inputReferenceConfigHasBeenSet; }
164 template<typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
165 void SetInputReferenceConfig(InputReferenceConfigT&& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value); }
166 template<typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
167 CollaborationIdNamespaceAssociation& WithInputReferenceConfig(InputReferenceConfigT&& value) { SetInputReferenceConfig(std::forward<InputReferenceConfigT>(value)); return *this;}
169
171
175 inline const IdNamespaceAssociationInputReferenceProperties& GetInputReferenceProperties() const { return m_inputReferenceProperties; }
176 inline bool InputReferencePropertiesHasBeenSet() const { return m_inputReferencePropertiesHasBeenSet; }
177 template<typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
178 void SetInputReferenceProperties(InputReferencePropertiesT&& value) { m_inputReferencePropertiesHasBeenSet = true; m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value); }
179 template<typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
180 CollaborationIdNamespaceAssociation& WithInputReferenceProperties(InputReferencePropertiesT&& value) { SetInputReferenceProperties(std::forward<InputReferencePropertiesT>(value)); return *this;}
182
184
185 inline const IdMappingConfig& GetIdMappingConfig() const { return m_idMappingConfig; }
186 inline bool IdMappingConfigHasBeenSet() const { return m_idMappingConfigHasBeenSet; }
187 template<typename IdMappingConfigT = IdMappingConfig>
188 void SetIdMappingConfig(IdMappingConfigT&& value) { m_idMappingConfigHasBeenSet = true; m_idMappingConfig = std::forward<IdMappingConfigT>(value); }
189 template<typename IdMappingConfigT = IdMappingConfig>
190 CollaborationIdNamespaceAssociation& WithIdMappingConfig(IdMappingConfigT&& value) { SetIdMappingConfig(std::forward<IdMappingConfigT>(value)); return *this;}
192 private:
193
194 Aws::String m_id;
195 bool m_idHasBeenSet = false;
196
197 Aws::String m_arn;
198 bool m_arnHasBeenSet = false;
199
200 Aws::String m_collaborationId;
201 bool m_collaborationIdHasBeenSet = false;
202
203 Aws::String m_collaborationArn;
204 bool m_collaborationArnHasBeenSet = false;
205
206 Aws::String m_name;
207 bool m_nameHasBeenSet = false;
208
209 Aws::String m_description;
210 bool m_descriptionHasBeenSet = false;
211
212 Aws::String m_creatorAccountId;
213 bool m_creatorAccountIdHasBeenSet = false;
214
215 Aws::Utils::DateTime m_createTime{};
216 bool m_createTimeHasBeenSet = false;
217
218 Aws::Utils::DateTime m_updateTime{};
219 bool m_updateTimeHasBeenSet = false;
220
221 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
222 bool m_inputReferenceConfigHasBeenSet = false;
223
224 IdNamespaceAssociationInputReferenceProperties m_inputReferenceProperties;
225 bool m_inputReferencePropertiesHasBeenSet = false;
226
227 IdMappingConfig m_idMappingConfig;
228 bool m_idMappingConfigHasBeenSet = false;
229 };
230
231} // namespace Model
232} // namespace CleanRooms
233} // namespace Aws
AWS_CLEANROOMS_API CollaborationIdNamespaceAssociation()=default
CollaborationIdNamespaceAssociation & WithDescription(DescriptionT &&value)
AWS_CLEANROOMS_API CollaborationIdNamespaceAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
CollaborationIdNamespaceAssociation & WithCollaborationId(CollaborationIdT &&value)
CollaborationIdNamespaceAssociation & WithUpdateTime(UpdateTimeT &&value)
AWS_CLEANROOMS_API CollaborationIdNamespaceAssociation(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
CollaborationIdNamespaceAssociation & WithIdMappingConfig(IdMappingConfigT &&value)
CollaborationIdNamespaceAssociation & WithInputReferenceProperties(InputReferencePropertiesT &&value)
const IdNamespaceAssociationInputReferenceConfig & GetInputReferenceConfig() const
const IdNamespaceAssociationInputReferenceProperties & GetInputReferenceProperties() const
CollaborationIdNamespaceAssociation & WithCreateTime(CreateTimeT &&value)
CollaborationIdNamespaceAssociation & WithInputReferenceConfig(InputReferenceConfigT &&value)
CollaborationIdNamespaceAssociation & WithCollaborationArn(CollaborationArnT &&value)
CollaborationIdNamespaceAssociation & WithCreatorAccountId(CreatorAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue