7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
59 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
73 inline void SetEmail(
const char* value) { m_emailHasBeenSet =
true; m_email.assign(value); }
87 inline void SetPhone(
const char* value) { m_phoneHasBeenSet =
true; m_phone.assign(value); }
101 inline void SetBusinessName(
const char* value) { m_businessNameHasBeenSet =
true; m_businessName.assign(value); }
109 bool m_profileIdHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
115 bool m_emailHasBeenSet =
false;
118 bool m_phoneHasBeenSet =
false;
121 bool m_businessNameHasBeenSet =
false;
UpdateProfileRequest & WithPhone(const Aws::String &value)
UpdateProfileRequest & WithProfileId(const char *value)
bool ProfileIdHasBeenSet() const
AWS_B2BI_API Aws::String SerializePayload() const override
void SetBusinessName(const Aws::String &value)
AWS_B2BI_API UpdateProfileRequest()
UpdateProfileRequest & WithName(const char *value)
void SetProfileId(Aws::String &&value)
void SetPhone(const Aws::String &value)
void SetPhone(const char *value)
UpdateProfileRequest & WithPhone(const char *value)
void SetPhone(Aws::String &&value)
void SetBusinessName(const char *value)
UpdateProfileRequest & WithPhone(Aws::String &&value)
UpdateProfileRequest & WithBusinessName(const char *value)
virtual const char * GetServiceRequestName() const override
UpdateProfileRequest & WithProfileId(const Aws::String &value)
void SetProfileId(const Aws::String &value)
void SetEmail(const char *value)
UpdateProfileRequest & WithEmail(const Aws::String &value)
void SetName(const Aws::String &value)
UpdateProfileRequest & WithEmail(Aws::String &&value)
UpdateProfileRequest & WithBusinessName(const Aws::String &value)
void SetProfileId(const char *value)
bool NameHasBeenSet() const
UpdateProfileRequest & WithName(const Aws::String &value)
UpdateProfileRequest & WithBusinessName(Aws::String &&value)
void SetBusinessName(Aws::String &&value)
const Aws::String & GetName() const
bool EmailHasBeenSet() const
bool BusinessNameHasBeenSet() const
void SetName(Aws::String &&value)
UpdateProfileRequest & WithEmail(const char *value)
UpdateProfileRequest & WithName(Aws::String &&value)
const Aws::String & GetEmail() const
void SetEmail(Aws::String &&value)
const Aws::String & GetBusinessName() const
const Aws::String & GetPhone() const
const Aws::String & GetProfileId() const
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEmail(const Aws::String &value)
UpdateProfileRequest & WithProfileId(Aws::String &&value)
bool PhoneHasBeenSet() const
void SetName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String