7#include <aws/b2bi/B2BIRequest.h>
8#include <aws/b2bi/B2BI_EXPORTS.h>
9#include <aws/b2bi/model/Logging.h>
10#include <aws/b2bi/model/Tag.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename EmailT = Aws::String>
63 m_emailHasBeenSet =
true;
64 m_email = std::forward<EmailT>(value);
66 template <
typename EmailT = Aws::String>
68 SetEmail(std::forward<EmailT>(value));
79 template <
typename PhoneT = Aws::String>
81 m_phoneHasBeenSet =
true;
82 m_phone = std::forward<PhoneT>(value);
84 template <
typename PhoneT = Aws::String>
86 SetPhone(std::forward<PhoneT>(value));
97 template <
typename BusinessNameT = Aws::String>
99 m_businessNameHasBeenSet =
true;
100 m_businessName = std::forward<BusinessNameT>(value);
102 template <
typename BusinessNameT = Aws::String>
116 m_loggingHasBeenSet =
true;
131 template <
typename ClientTokenT = Aws::String>
133 m_clientTokenHasBeenSet =
true;
134 m_clientToken = std::forward<ClientTokenT>(value);
136 template <
typename ClientTokenT = Aws::String>
151 template <
typename TagsT = Aws::Vector<Tag>>
153 m_tagsHasBeenSet =
true;
154 m_tags = std::forward<TagsT>(value);
156 template <
typename TagsT = Aws::Vector<Tag>>
158 SetTags(std::forward<TagsT>(value));
161 template <
typename TagsT = Tag>
163 m_tagsHasBeenSet =
true;
164 m_tags.emplace_back(std::forward<TagsT>(value));
182 bool m_nameHasBeenSet =
false;
183 bool m_emailHasBeenSet =
false;
184 bool m_phoneHasBeenSet =
false;
185 bool m_businessNameHasBeenSet =
false;
186 bool m_loggingHasBeenSet =
false;
187 bool m_clientTokenHasBeenSet =
true;
188 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