7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ProfileIdT = Aws::String>
44 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
45 template<
typename ProfileIdT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename EmailT = Aws::String>
68 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
69 template<
typename EmailT = Aws::String>
79 template<
typename PhoneT = Aws::String>
80 void SetPhone(PhoneT&& value) { m_phoneHasBeenSet =
true; m_phone = std::forward<PhoneT>(value); }
81 template<
typename PhoneT = Aws::String>
91 template<
typename BusinessNameT = Aws::String>
92 void SetBusinessName(BusinessNameT&& value) { m_businessNameHasBeenSet =
true; m_businessName = std::forward<BusinessNameT>(value); }
93 template<
typename BusinessNameT = Aws::String>
99 bool m_profileIdHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
105 bool m_emailHasBeenSet =
false;
108 bool m_phoneHasBeenSet =
false;
111 bool m_businessNameHasBeenSet =
false;
bool ProfileIdHasBeenSet() const
AWS_B2BI_API Aws::String SerializePayload() const override
void SetBusinessName(BusinessNameT &&value)
UpdateProfileRequest & WithPhone(PhoneT &&value)
AWS_B2BI_API UpdateProfileRequest()=default
UpdateProfileRequest & WithProfileId(ProfileIdT &&value)
UpdateProfileRequest & WithEmail(EmailT &&value)
UpdateProfileRequest & WithBusinessName(BusinessNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetPhone(PhoneT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool EmailHasBeenSet() const
UpdateProfileRequest & WithName(NameT &&value)
void SetEmail(EmailT &&value)
void SetProfileId(ProfileIdT &&value)
bool BusinessNameHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetEmail() const
const Aws::String & GetBusinessName() const
const Aws::String & GetPhone() const
const Aws::String & GetProfileId() const
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool PhoneHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String