7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/b2bi/model/Logging.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/b2bi/model/Tag.h>
14#include <aws/core/utils/UUID.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename EmailT = Aws::String>
60 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
61 template<
typename EmailT = Aws::String>
71 template<
typename PhoneT = Aws::String>
72 void SetPhone(PhoneT&& value) { m_phoneHasBeenSet =
true; m_phone = std::forward<PhoneT>(value); }
73 template<
typename PhoneT = Aws::String>
83 template<
typename BusinessNameT = Aws::String>
84 void SetBusinessName(BusinessNameT&& value) { m_businessNameHasBeenSet =
true; m_businessName = std::forward<BusinessNameT>(value); }
85 template<
typename BusinessNameT = Aws::String>
105 template<
typename ClientTokenT = Aws::String>
106 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
107 template<
typename ClientTokenT = Aws::String>
119 template<
typename TagsT = Aws::Vector<Tag>>
120 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
121 template<
typename TagsT = Aws::Vector<Tag>>
123 template<
typename TagsT = Tag>
129 bool m_nameHasBeenSet =
false;
132 bool m_emailHasBeenSet =
false;
135 bool m_phoneHasBeenSet =
false;
138 bool m_businessNameHasBeenSet =
false;
141 bool m_loggingHasBeenSet =
false;
144 bool m_clientTokenHasBeenSet =
true;
147 bool m_tagsHasBeenSet =
false;
Logging GetLogging() const
CreateProfileRequest & AddTags(TagsT &&value)
AWS_B2BI_API Aws::String SerializePayload() const override
void SetPhone(PhoneT &&value)
void SetTags(TagsT &&value)
CreateProfileRequest & WithBusinessName(BusinessNameT &&value)
bool EmailHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool NameHasBeenSet() const
CreateProfileRequest & WithName(NameT &&value)
const Aws::String & GetEmail() const
bool ClientTokenHasBeenSet() const
void SetBusinessName(BusinessNameT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetName() const
CreateProfileRequest & WithPhone(PhoneT &&value)
const Aws::String & GetBusinessName() const
const Aws::Vector< Tag > & GetTags() const
CreateProfileRequest & WithEmail(EmailT &&value)
CreateProfileRequest & WithLogging(Logging value)
CreateProfileRequest & WithClientToken(ClientTokenT &&value)
void SetName(NameT &&value)
AWS_B2BI_API CreateProfileRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPhone() const
void SetLogging(Logging value)
const Aws::String & GetClientToken() const
void SetEmail(EmailT &&value)
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool LoggingHasBeenSet() const
bool PhoneHasBeenSet() const
CreateProfileRequest & WithTags(TagsT &&value)
bool BusinessNameHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector