7#include <aws/b2bi/B2BIRequest.h>
8#include <aws/b2bi/B2BI_EXPORTS.h>
9#include <aws/b2bi/model/CapabilityOptions.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>
44 template <
typename ProfileIdT = Aws::String>
46 m_profileIdHasBeenSet =
true;
47 m_profileId = std::forward<ProfileIdT>(value);
49 template <
typename ProfileIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename EmailT = Aws::String>
82 m_emailHasBeenSet =
true;
83 m_email = std::forward<EmailT>(value);
85 template <
typename EmailT = Aws::String>
87 SetEmail(std::forward<EmailT>(value));
98 template <
typename PhoneT = Aws::String>
100 m_phoneHasBeenSet =
true;
101 m_phone = std::forward<PhoneT>(value);
103 template <
typename PhoneT = Aws::String>
105 SetPhone(std::forward<PhoneT>(value));
116 template <
typename CapabilitiesT = Aws::Vector<Aws::String>>
118 m_capabilitiesHasBeenSet =
true;
119 m_capabilities = std::forward<CapabilitiesT>(value);
121 template <
typename CapabilitiesT = Aws::Vector<Aws::String>>
126 template <
typename CapabilitiesT = Aws::String>
128 m_capabilitiesHasBeenSet =
true;
129 m_capabilities.emplace_back(std::forward<CapabilitiesT>(value));
141 template <
typename CapabilityOptionsT = CapabilityOptions>
143 m_capabilityOptionsHasBeenSet =
true;
144 m_capabilityOptions = std::forward<CapabilityOptionsT>(value);
146 template <
typename CapabilityOptionsT = CapabilityOptions>
159 template <
typename ClientTokenT = Aws::String>
161 m_clientTokenHasBeenSet =
true;
162 m_clientToken = std::forward<ClientTokenT>(value);
164 template <
typename ClientTokenT = Aws::String>
179 template <
typename TagsT = Aws::Vector<Tag>>
181 m_tagsHasBeenSet =
true;
182 m_tags = std::forward<TagsT>(value);
184 template <
typename TagsT = Aws::Vector<Tag>>
186 SetTags(std::forward<TagsT>(value));
189 template <
typename TagsT = Tag>
191 m_tagsHasBeenSet =
true;
192 m_tags.emplace_back(std::forward<TagsT>(value));
198 bool m_profileIdHasBeenSet =
false;
201 bool m_nameHasBeenSet =
false;
204 bool m_emailHasBeenSet =
false;
207 bool m_phoneHasBeenSet =
false;
210 bool m_capabilitiesHasBeenSet =
false;
213 bool m_capabilityOptionsHasBeenSet =
false;
216 bool m_clientTokenHasBeenSet =
true;
219 bool m_tagsHasBeenSet =
false;
const Aws::String & GetPhone() const
void SetEmail(EmailT &&value)
bool EmailHasBeenSet() const
bool TagsHasBeenSet() const
void SetCapabilities(CapabilitiesT &&value)
bool NameHasBeenSet() const
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreatePartnershipRequest & WithProfileId(ProfileIdT &&value)
const Aws::String & GetName() const
bool ClientTokenHasBeenSet() const
CreatePartnershipRequest & WithPhone(PhoneT &&value)
const Aws::Vector< Aws::String > & GetCapabilities() const
AWS_B2BI_API Aws::String SerializePayload() const override
AWS_B2BI_API CreatePartnershipRequest()=default
CreatePartnershipRequest & AddCapabilities(CapabilitiesT &&value)
CreatePartnershipRequest & WithName(NameT &&value)
const CapabilityOptions & GetCapabilityOptions() const
const Aws::String & GetClientToken() const
CreatePartnershipRequest & WithEmail(EmailT &&value)
bool CapabilityOptionsHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool CapabilitiesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProfileId() const
CreatePartnershipRequest & WithCapabilities(CapabilitiesT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetPhone(PhoneT &&value)
CreatePartnershipRequest & WithCapabilityOptions(CapabilityOptionsT &&value)
bool PhoneHasBeenSet() const
bool ProfileIdHasBeenSet() const
void SetName(NameT &&value)
CreatePartnershipRequest & WithTags(TagsT &&value)
void SetCapabilityOptions(CapabilityOptionsT &&value)
const Aws::String & GetEmail() const
void SetProfileId(ProfileIdT &&value)
CreatePartnershipRequest & WithClientToken(ClientTokenT &&value)
void SetTags(TagsT &&value)
CreatePartnershipRequest & AddTags(TagsT &&value)
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