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/core/utils/memory/stl/AWSVector.h>
11#include <aws/b2bi/model/CapabilityOptions.h>
12#include <aws/b2bi/model/Tag.h>
14#include <aws/core/utils/UUID.h>
48 template<
typename ProfileIdT = Aws::String>
49 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
50 template<
typename ProfileIdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename EmailT = Aws::String>
73 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
74 template<
typename EmailT = Aws::String>
84 template<
typename PhoneT = Aws::String>
85 void SetPhone(PhoneT&& value) { m_phoneHasBeenSet =
true; m_phone = std::forward<PhoneT>(value); }
86 template<
typename PhoneT = Aws::String>
96 template<
typename CapabilitiesT = Aws::Vector<Aws::String>>
97 void SetCapabilities(CapabilitiesT&& value) { m_capabilitiesHasBeenSet =
true; m_capabilities = std::forward<CapabilitiesT>(value); }
98 template<
typename CapabilitiesT = Aws::Vector<Aws::String>>
100 template<
typename CapabilitiesT = Aws::String>
111 template<
typename CapabilityOptionsT = CapabilityOptions>
112 void SetCapabilityOptions(CapabilityOptionsT&& value) { m_capabilityOptionsHasBeenSet =
true; m_capabilityOptions = std::forward<CapabilityOptionsT>(value); }
113 template<
typename CapabilityOptionsT = CapabilityOptions>
123 template<
typename ClientTokenT = Aws::String>
124 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
125 template<
typename ClientTokenT = Aws::String>
137 template<
typename TagsT = Aws::Vector<Tag>>
138 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
139 template<
typename TagsT = Aws::Vector<Tag>>
141 template<
typename TagsT = Tag>
147 bool m_profileIdHasBeenSet =
false;
150 bool m_nameHasBeenSet =
false;
153 bool m_emailHasBeenSet =
false;
156 bool m_phoneHasBeenSet =
false;
159 bool m_capabilitiesHasBeenSet =
false;
162 bool m_capabilityOptionsHasBeenSet =
false;
165 bool m_clientTokenHasBeenSet =
true;
168 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