7#include <aws/b2bi/B2BIRequest.h>
8#include <aws/b2bi/B2BI_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename ProfileIdT = Aws::String>
41 m_profileIdHasBeenSet =
true;
42 m_profileId = std::forward<ProfileIdT>(value);
44 template <
typename ProfileIdT = Aws::String>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename EmailT = Aws::String>
77 m_emailHasBeenSet =
true;
78 m_email = std::forward<EmailT>(value);
80 template <
typename EmailT = Aws::String>
82 SetEmail(std::forward<EmailT>(value));
93 template <
typename PhoneT = Aws::String>
95 m_phoneHasBeenSet =
true;
96 m_phone = std::forward<PhoneT>(value);
98 template <
typename PhoneT = Aws::String>
100 SetPhone(std::forward<PhoneT>(value));
111 template <
typename BusinessNameT = Aws::String>
113 m_businessNameHasBeenSet =
true;
114 m_businessName = std::forward<BusinessNameT>(value);
116 template <
typename BusinessNameT = Aws::String>
132 bool m_profileIdHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
134 bool m_emailHasBeenSet =
false;
135 bool m_phoneHasBeenSet =
false;
136 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