AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
Profile.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/PartyType.h>
10#include <aws/customer-profiles/model/Gender.h>
11#include <aws/customer-profiles/model/Address.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/customer-profiles/model/FoundByKeyValue.h>
15#include <utility>
16
17namespace Aws
18{
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24 class JsonView;
25} // namespace Json
26} // namespace Utils
27namespace CustomerProfiles
28{
29namespace Model
30{
31
37 class Profile
38 {
39 public:
40 AWS_CUSTOMERPROFILES_API Profile() = default;
41 AWS_CUSTOMERPROFILES_API Profile(Aws::Utils::Json::JsonView jsonValue);
42 AWS_CUSTOMERPROFILES_API Profile& operator=(Aws::Utils::Json::JsonView jsonValue);
43 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
50 inline const Aws::String& GetProfileId() const { return m_profileId; }
51 inline bool ProfileIdHasBeenSet() const { return m_profileIdHasBeenSet; }
52 template<typename ProfileIdT = Aws::String>
53 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet = true; m_profileId = std::forward<ProfileIdT>(value); }
54 template<typename ProfileIdT = Aws::String>
55 Profile& WithProfileId(ProfileIdT&& value) { SetProfileId(std::forward<ProfileIdT>(value)); return *this;}
57
59
62 inline const Aws::String& GetAccountNumber() const { return m_accountNumber; }
63 inline bool AccountNumberHasBeenSet() const { return m_accountNumberHasBeenSet; }
64 template<typename AccountNumberT = Aws::String>
65 void SetAccountNumber(AccountNumberT&& value) { m_accountNumberHasBeenSet = true; m_accountNumber = std::forward<AccountNumberT>(value); }
66 template<typename AccountNumberT = Aws::String>
67 Profile& WithAccountNumber(AccountNumberT&& value) { SetAccountNumber(std::forward<AccountNumberT>(value)); return *this;}
69
71
74 inline const Aws::String& GetAdditionalInformation() const { return m_additionalInformation; }
75 inline bool AdditionalInformationHasBeenSet() const { return m_additionalInformationHasBeenSet; }
76 template<typename AdditionalInformationT = Aws::String>
77 void SetAdditionalInformation(AdditionalInformationT&& value) { m_additionalInformationHasBeenSet = true; m_additionalInformation = std::forward<AdditionalInformationT>(value); }
78 template<typename AdditionalInformationT = Aws::String>
79 Profile& WithAdditionalInformation(AdditionalInformationT&& value) { SetAdditionalInformation(std::forward<AdditionalInformationT>(value)); return *this;}
81
83
86 inline PartyType GetPartyType() const { return m_partyType; }
87 inline bool PartyTypeHasBeenSet() const { return m_partyTypeHasBeenSet; }
88 inline void SetPartyType(PartyType value) { m_partyTypeHasBeenSet = true; m_partyType = value; }
89 inline Profile& WithPartyType(PartyType value) { SetPartyType(value); return *this;}
91
93
96 inline const Aws::String& GetBusinessName() const { return m_businessName; }
97 inline bool BusinessNameHasBeenSet() const { return m_businessNameHasBeenSet; }
98 template<typename BusinessNameT = Aws::String>
99 void SetBusinessName(BusinessNameT&& value) { m_businessNameHasBeenSet = true; m_businessName = std::forward<BusinessNameT>(value); }
100 template<typename BusinessNameT = Aws::String>
101 Profile& WithBusinessName(BusinessNameT&& value) { SetBusinessName(std::forward<BusinessNameT>(value)); return *this;}
103
105
108 inline const Aws::String& GetFirstName() const { return m_firstName; }
109 inline bool FirstNameHasBeenSet() const { return m_firstNameHasBeenSet; }
110 template<typename FirstNameT = Aws::String>
111 void SetFirstName(FirstNameT&& value) { m_firstNameHasBeenSet = true; m_firstName = std::forward<FirstNameT>(value); }
112 template<typename FirstNameT = Aws::String>
113 Profile& WithFirstName(FirstNameT&& value) { SetFirstName(std::forward<FirstNameT>(value)); return *this;}
115
117
120 inline const Aws::String& GetMiddleName() const { return m_middleName; }
121 inline bool MiddleNameHasBeenSet() const { return m_middleNameHasBeenSet; }
122 template<typename MiddleNameT = Aws::String>
123 void SetMiddleName(MiddleNameT&& value) { m_middleNameHasBeenSet = true; m_middleName = std::forward<MiddleNameT>(value); }
124 template<typename MiddleNameT = Aws::String>
125 Profile& WithMiddleName(MiddleNameT&& value) { SetMiddleName(std::forward<MiddleNameT>(value)); return *this;}
127
129
132 inline const Aws::String& GetLastName() const { return m_lastName; }
133 inline bool LastNameHasBeenSet() const { return m_lastNameHasBeenSet; }
134 template<typename LastNameT = Aws::String>
135 void SetLastName(LastNameT&& value) { m_lastNameHasBeenSet = true; m_lastName = std::forward<LastNameT>(value); }
136 template<typename LastNameT = Aws::String>
137 Profile& WithLastName(LastNameT&& value) { SetLastName(std::forward<LastNameT>(value)); return *this;}
139
141
144 inline const Aws::String& GetBirthDate() const { return m_birthDate; }
145 inline bool BirthDateHasBeenSet() const { return m_birthDateHasBeenSet; }
146 template<typename BirthDateT = Aws::String>
147 void SetBirthDate(BirthDateT&& value) { m_birthDateHasBeenSet = true; m_birthDate = std::forward<BirthDateT>(value); }
148 template<typename BirthDateT = Aws::String>
149 Profile& WithBirthDate(BirthDateT&& value) { SetBirthDate(std::forward<BirthDateT>(value)); return *this;}
151
153
156 inline Gender GetGender() const { return m_gender; }
157 inline bool GenderHasBeenSet() const { return m_genderHasBeenSet; }
158 inline void SetGender(Gender value) { m_genderHasBeenSet = true; m_gender = value; }
159 inline Profile& WithGender(Gender value) { SetGender(value); return *this;}
161
163
167 inline const Aws::String& GetPhoneNumber() const { return m_phoneNumber; }
168 inline bool PhoneNumberHasBeenSet() const { return m_phoneNumberHasBeenSet; }
169 template<typename PhoneNumberT = Aws::String>
170 void SetPhoneNumber(PhoneNumberT&& value) { m_phoneNumberHasBeenSet = true; m_phoneNumber = std::forward<PhoneNumberT>(value); }
171 template<typename PhoneNumberT = Aws::String>
172 Profile& WithPhoneNumber(PhoneNumberT&& value) { SetPhoneNumber(std::forward<PhoneNumberT>(value)); return *this;}
174
176
179 inline const Aws::String& GetMobilePhoneNumber() const { return m_mobilePhoneNumber; }
180 inline bool MobilePhoneNumberHasBeenSet() const { return m_mobilePhoneNumberHasBeenSet; }
181 template<typename MobilePhoneNumberT = Aws::String>
182 void SetMobilePhoneNumber(MobilePhoneNumberT&& value) { m_mobilePhoneNumberHasBeenSet = true; m_mobilePhoneNumber = std::forward<MobilePhoneNumberT>(value); }
183 template<typename MobilePhoneNumberT = Aws::String>
184 Profile& WithMobilePhoneNumber(MobilePhoneNumberT&& value) { SetMobilePhoneNumber(std::forward<MobilePhoneNumberT>(value)); return *this;}
186
188
191 inline const Aws::String& GetHomePhoneNumber() const { return m_homePhoneNumber; }
192 inline bool HomePhoneNumberHasBeenSet() const { return m_homePhoneNumberHasBeenSet; }
193 template<typename HomePhoneNumberT = Aws::String>
194 void SetHomePhoneNumber(HomePhoneNumberT&& value) { m_homePhoneNumberHasBeenSet = true; m_homePhoneNumber = std::forward<HomePhoneNumberT>(value); }
195 template<typename HomePhoneNumberT = Aws::String>
196 Profile& WithHomePhoneNumber(HomePhoneNumberT&& value) { SetHomePhoneNumber(std::forward<HomePhoneNumberT>(value)); return *this;}
198
200
203 inline const Aws::String& GetBusinessPhoneNumber() const { return m_businessPhoneNumber; }
204 inline bool BusinessPhoneNumberHasBeenSet() const { return m_businessPhoneNumberHasBeenSet; }
205 template<typename BusinessPhoneNumberT = Aws::String>
206 void SetBusinessPhoneNumber(BusinessPhoneNumberT&& value) { m_businessPhoneNumberHasBeenSet = true; m_businessPhoneNumber = std::forward<BusinessPhoneNumberT>(value); }
207 template<typename BusinessPhoneNumberT = Aws::String>
208 Profile& WithBusinessPhoneNumber(BusinessPhoneNumberT&& value) { SetBusinessPhoneNumber(std::forward<BusinessPhoneNumberT>(value)); return *this;}
210
212
216 inline const Aws::String& GetEmailAddress() const { return m_emailAddress; }
217 inline bool EmailAddressHasBeenSet() const { return m_emailAddressHasBeenSet; }
218 template<typename EmailAddressT = Aws::String>
219 void SetEmailAddress(EmailAddressT&& value) { m_emailAddressHasBeenSet = true; m_emailAddress = std::forward<EmailAddressT>(value); }
220 template<typename EmailAddressT = Aws::String>
221 Profile& WithEmailAddress(EmailAddressT&& value) { SetEmailAddress(std::forward<EmailAddressT>(value)); return *this;}
223
225
228 inline const Aws::String& GetPersonalEmailAddress() const { return m_personalEmailAddress; }
229 inline bool PersonalEmailAddressHasBeenSet() const { return m_personalEmailAddressHasBeenSet; }
230 template<typename PersonalEmailAddressT = Aws::String>
231 void SetPersonalEmailAddress(PersonalEmailAddressT&& value) { m_personalEmailAddressHasBeenSet = true; m_personalEmailAddress = std::forward<PersonalEmailAddressT>(value); }
232 template<typename PersonalEmailAddressT = Aws::String>
233 Profile& WithPersonalEmailAddress(PersonalEmailAddressT&& value) { SetPersonalEmailAddress(std::forward<PersonalEmailAddressT>(value)); return *this;}
235
237
240 inline const Aws::String& GetBusinessEmailAddress() const { return m_businessEmailAddress; }
241 inline bool BusinessEmailAddressHasBeenSet() const { return m_businessEmailAddressHasBeenSet; }
242 template<typename BusinessEmailAddressT = Aws::String>
243 void SetBusinessEmailAddress(BusinessEmailAddressT&& value) { m_businessEmailAddressHasBeenSet = true; m_businessEmailAddress = std::forward<BusinessEmailAddressT>(value); }
244 template<typename BusinessEmailAddressT = Aws::String>
245 Profile& WithBusinessEmailAddress(BusinessEmailAddressT&& value) { SetBusinessEmailAddress(std::forward<BusinessEmailAddressT>(value)); return *this;}
247
249
253 inline const Address& GetAddress() const { return m_address; }
254 inline bool AddressHasBeenSet() const { return m_addressHasBeenSet; }
255 template<typename AddressT = Address>
256 void SetAddress(AddressT&& value) { m_addressHasBeenSet = true; m_address = std::forward<AddressT>(value); }
257 template<typename AddressT = Address>
258 Profile& WithAddress(AddressT&& value) { SetAddress(std::forward<AddressT>(value)); return *this;}
260
262
265 inline const Address& GetShippingAddress() const { return m_shippingAddress; }
266 inline bool ShippingAddressHasBeenSet() const { return m_shippingAddressHasBeenSet; }
267 template<typename ShippingAddressT = Address>
268 void SetShippingAddress(ShippingAddressT&& value) { m_shippingAddressHasBeenSet = true; m_shippingAddress = std::forward<ShippingAddressT>(value); }
269 template<typename ShippingAddressT = Address>
270 Profile& WithShippingAddress(ShippingAddressT&& value) { SetShippingAddress(std::forward<ShippingAddressT>(value)); return *this;}
272
274
277 inline const Address& GetMailingAddress() const { return m_mailingAddress; }
278 inline bool MailingAddressHasBeenSet() const { return m_mailingAddressHasBeenSet; }
279 template<typename MailingAddressT = Address>
280 void SetMailingAddress(MailingAddressT&& value) { m_mailingAddressHasBeenSet = true; m_mailingAddress = std::forward<MailingAddressT>(value); }
281 template<typename MailingAddressT = Address>
282 Profile& WithMailingAddress(MailingAddressT&& value) { SetMailingAddress(std::forward<MailingAddressT>(value)); return *this;}
284
286
289 inline const Address& GetBillingAddress() const { return m_billingAddress; }
290 inline bool BillingAddressHasBeenSet() const { return m_billingAddressHasBeenSet; }
291 template<typename BillingAddressT = Address>
292 void SetBillingAddress(BillingAddressT&& value) { m_billingAddressHasBeenSet = true; m_billingAddress = std::forward<BillingAddressT>(value); }
293 template<typename BillingAddressT = Address>
294 Profile& WithBillingAddress(BillingAddressT&& value) { SetBillingAddress(std::forward<BillingAddressT>(value)); return *this;}
296
298
301 inline const Aws::Map<Aws::String, Aws::String>& GetAttributes() const { return m_attributes; }
302 inline bool AttributesHasBeenSet() const { return m_attributesHasBeenSet; }
303 template<typename AttributesT = Aws::Map<Aws::String, Aws::String>>
304 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet = true; m_attributes = std::forward<AttributesT>(value); }
305 template<typename AttributesT = Aws::Map<Aws::String, Aws::String>>
306 Profile& WithAttributes(AttributesT&& value) { SetAttributes(std::forward<AttributesT>(value)); return *this;}
307 template<typename AttributesKeyT = Aws::String, typename AttributesValueT = Aws::String>
308 Profile& AddAttributes(AttributesKeyT&& key, AttributesValueT&& value) {
309 m_attributesHasBeenSet = true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value)); return *this;
310 }
312
314
335 inline const Aws::Vector<FoundByKeyValue>& GetFoundByItems() const { return m_foundByItems; }
336 inline bool FoundByItemsHasBeenSet() const { return m_foundByItemsHasBeenSet; }
337 template<typename FoundByItemsT = Aws::Vector<FoundByKeyValue>>
338 void SetFoundByItems(FoundByItemsT&& value) { m_foundByItemsHasBeenSet = true; m_foundByItems = std::forward<FoundByItemsT>(value); }
339 template<typename FoundByItemsT = Aws::Vector<FoundByKeyValue>>
340 Profile& WithFoundByItems(FoundByItemsT&& value) { SetFoundByItems(std::forward<FoundByItemsT>(value)); return *this;}
341 template<typename FoundByItemsT = FoundByKeyValue>
342 Profile& AddFoundByItems(FoundByItemsT&& value) { m_foundByItemsHasBeenSet = true; m_foundByItems.emplace_back(std::forward<FoundByItemsT>(value)); return *this; }
344
346
349 inline const Aws::String& GetPartyTypeString() const { return m_partyTypeString; }
350 inline bool PartyTypeStringHasBeenSet() const { return m_partyTypeStringHasBeenSet; }
351 template<typename PartyTypeStringT = Aws::String>
352 void SetPartyTypeString(PartyTypeStringT&& value) { m_partyTypeStringHasBeenSet = true; m_partyTypeString = std::forward<PartyTypeStringT>(value); }
353 template<typename PartyTypeStringT = Aws::String>
354 Profile& WithPartyTypeString(PartyTypeStringT&& value) { SetPartyTypeString(std::forward<PartyTypeStringT>(value)); return *this;}
356
358
361 inline const Aws::String& GetGenderString() const { return m_genderString; }
362 inline bool GenderStringHasBeenSet() const { return m_genderStringHasBeenSet; }
363 template<typename GenderStringT = Aws::String>
364 void SetGenderString(GenderStringT&& value) { m_genderStringHasBeenSet = true; m_genderString = std::forward<GenderStringT>(value); }
365 template<typename GenderStringT = Aws::String>
366 Profile& WithGenderString(GenderStringT&& value) { SetGenderString(std::forward<GenderStringT>(value)); return *this;}
368 private:
369
370 Aws::String m_profileId;
371 bool m_profileIdHasBeenSet = false;
372
373 Aws::String m_accountNumber;
374 bool m_accountNumberHasBeenSet = false;
375
376 Aws::String m_additionalInformation;
377 bool m_additionalInformationHasBeenSet = false;
378
379 PartyType m_partyType{PartyType::NOT_SET};
380 bool m_partyTypeHasBeenSet = false;
381
382 Aws::String m_businessName;
383 bool m_businessNameHasBeenSet = false;
384
385 Aws::String m_firstName;
386 bool m_firstNameHasBeenSet = false;
387
388 Aws::String m_middleName;
389 bool m_middleNameHasBeenSet = false;
390
391 Aws::String m_lastName;
392 bool m_lastNameHasBeenSet = false;
393
394 Aws::String m_birthDate;
395 bool m_birthDateHasBeenSet = false;
396
397 Gender m_gender{Gender::NOT_SET};
398 bool m_genderHasBeenSet = false;
399
400 Aws::String m_phoneNumber;
401 bool m_phoneNumberHasBeenSet = false;
402
403 Aws::String m_mobilePhoneNumber;
404 bool m_mobilePhoneNumberHasBeenSet = false;
405
406 Aws::String m_homePhoneNumber;
407 bool m_homePhoneNumberHasBeenSet = false;
408
409 Aws::String m_businessPhoneNumber;
410 bool m_businessPhoneNumberHasBeenSet = false;
411
412 Aws::String m_emailAddress;
413 bool m_emailAddressHasBeenSet = false;
414
415 Aws::String m_personalEmailAddress;
416 bool m_personalEmailAddressHasBeenSet = false;
417
418 Aws::String m_businessEmailAddress;
419 bool m_businessEmailAddressHasBeenSet = false;
420
421 Address m_address;
422 bool m_addressHasBeenSet = false;
423
424 Address m_shippingAddress;
425 bool m_shippingAddressHasBeenSet = false;
426
427 Address m_mailingAddress;
428 bool m_mailingAddressHasBeenSet = false;
429
430 Address m_billingAddress;
431 bool m_billingAddressHasBeenSet = false;
432
434 bool m_attributesHasBeenSet = false;
435
436 Aws::Vector<FoundByKeyValue> m_foundByItems;
437 bool m_foundByItemsHasBeenSet = false;
438
439 Aws::String m_partyTypeString;
440 bool m_partyTypeStringHasBeenSet = false;
441
442 Aws::String m_genderString;
443 bool m_genderStringHasBeenSet = false;
444 };
445
446} // namespace Model
447} // namespace CustomerProfiles
448} // namespace Aws
void SetBusinessEmailAddress(BusinessEmailAddressT &&value)
Definition Profile.h:243
Profile & WithProfileId(ProfileIdT &&value)
Definition Profile.h:55
const Aws::String & GetMiddleName() const
Definition Profile.h:120
Profile & WithShippingAddress(ShippingAddressT &&value)
Definition Profile.h:270
Profile & WithFoundByItems(FoundByItemsT &&value)
Definition Profile.h:340
void SetAttributes(AttributesT &&value)
Definition Profile.h:304
const Aws::String & GetGenderString() const
Definition Profile.h:361
void SetBillingAddress(BillingAddressT &&value)
Definition Profile.h:292
const Aws::String & GetPartyTypeString() const
Definition Profile.h:349
const Aws::String & GetBusinessPhoneNumber() const
Definition Profile.h:203
Profile & WithEmailAddress(EmailAddressT &&value)
Definition Profile.h:221
void SetAccountNumber(AccountNumberT &&value)
Definition Profile.h:65
Profile & WithGenderString(GenderStringT &&value)
Definition Profile.h:366
Profile & WithMiddleName(MiddleNameT &&value)
Definition Profile.h:125
Profile & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
Definition Profile.h:308
const Aws::String & GetAdditionalInformation() const
Definition Profile.h:74
void SetHomePhoneNumber(HomePhoneNumberT &&value)
Definition Profile.h:194
const Aws::String & GetPhoneNumber() const
Definition Profile.h:167
Profile & WithAddress(AddressT &&value)
Definition Profile.h:258
const Aws::String & GetHomePhoneNumber() const
Definition Profile.h:191
Profile & WithPartyTypeString(PartyTypeStringT &&value)
Definition Profile.h:354
Profile & WithMobilePhoneNumber(MobilePhoneNumberT &&value)
Definition Profile.h:184
const Aws::String & GetBusinessEmailAddress() const
Definition Profile.h:240
const Address & GetAddress() const
Definition Profile.h:253
void SetFirstName(FirstNameT &&value)
Definition Profile.h:111
Profile & WithBusinessName(BusinessNameT &&value)
Definition Profile.h:101
Profile & WithGender(Gender value)
Definition Profile.h:159
void SetLastName(LastNameT &&value)
Definition Profile.h:135
void SetShippingAddress(ShippingAddressT &&value)
Definition Profile.h:268
const Aws::String & GetAccountNumber() const
Definition Profile.h:62
void SetMailingAddress(MailingAddressT &&value)
Definition Profile.h:280
void SetGenderString(GenderStringT &&value)
Definition Profile.h:364
Profile & WithBusinessPhoneNumber(BusinessPhoneNumberT &&value)
Definition Profile.h:208
Profile & WithFirstName(FirstNameT &&value)
Definition Profile.h:113
Profile & WithBillingAddress(BillingAddressT &&value)
Definition Profile.h:294
const Aws::String & GetBirthDate() const
Definition Profile.h:144
Profile & WithAccountNumber(AccountNumberT &&value)
Definition Profile.h:67
const Address & GetBillingAddress() const
Definition Profile.h:289
const Aws::String & GetPersonalEmailAddress() const
Definition Profile.h:228
AWS_CUSTOMERPROFILES_API Profile(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProfileId() const
Definition Profile.h:50
AWS_CUSTOMERPROFILES_API Profile & operator=(Aws::Utils::Json::JsonView jsonValue)
Profile & WithPhoneNumber(PhoneNumberT &&value)
Definition Profile.h:172
const Aws::String & GetLastName() const
Definition Profile.h:132
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
Definition Profile.h:301
Profile & WithLastName(LastNameT &&value)
Definition Profile.h:137
void SetPhoneNumber(PhoneNumberT &&value)
Definition Profile.h:170
const Address & GetShippingAddress() const
Definition Profile.h:265
void SetMobilePhoneNumber(MobilePhoneNumberT &&value)
Definition Profile.h:182
void SetPersonalEmailAddress(PersonalEmailAddressT &&value)
Definition Profile.h:231
Profile & WithPartyType(PartyType value)
Definition Profile.h:89
void SetAdditionalInformation(AdditionalInformationT &&value)
Definition Profile.h:77
const Aws::String & GetFirstName() const
Definition Profile.h:108
void SetBirthDate(BirthDateT &&value)
Definition Profile.h:147
Profile & AddFoundByItems(FoundByItemsT &&value)
Definition Profile.h:342
void SetBusinessPhoneNumber(BusinessPhoneNumberT &&value)
Definition Profile.h:206
Profile & WithAdditionalInformation(AdditionalInformationT &&value)
Definition Profile.h:79
Profile & WithMailingAddress(MailingAddressT &&value)
Definition Profile.h:282
void SetFoundByItems(FoundByItemsT &&value)
Definition Profile.h:338
Profile & WithBusinessEmailAddress(BusinessEmailAddressT &&value)
Definition Profile.h:245
Profile & WithBirthDate(BirthDateT &&value)
Definition Profile.h:149
const Address & GetMailingAddress() const
Definition Profile.h:277
void SetEmailAddress(EmailAddressT &&value)
Definition Profile.h:219
const Aws::String & GetEmailAddress() const
Definition Profile.h:216
const Aws::String & GetMobilePhoneNumber() const
Definition Profile.h:179
Profile & WithAttributes(AttributesT &&value)
Definition Profile.h:306
bool AdditionalInformationHasBeenSet() const
Definition Profile.h:75
void SetBusinessName(BusinessNameT &&value)
Definition Profile.h:99
void SetPartyTypeString(PartyTypeStringT &&value)
Definition Profile.h:352
AWS_CUSTOMERPROFILES_API Profile()=default
void SetAddress(AddressT &&value)
Definition Profile.h:256
void SetMiddleName(MiddleNameT &&value)
Definition Profile.h:123
const Aws::Vector< FoundByKeyValue > & GetFoundByItems() const
Definition Profile.h:335
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPartyType(PartyType value)
Definition Profile.h:88
Profile & WithPersonalEmailAddress(PersonalEmailAddressT &&value)
Definition Profile.h:233
const Aws::String & GetBusinessName() const
Definition Profile.h:96
Profile & WithHomePhoneNumber(HomePhoneNumberT &&value)
Definition Profile.h:196
void SetProfileId(ProfileIdT &&value)
Definition Profile.h:53
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue