7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/CapabilityOptions.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename ProfileIdT = Aws::String>
41 m_profileIdHasBeenSet =
true;
42 m_profileId = std::forward<ProfileIdT>(value);
44 template <
typename ProfileIdT = Aws::String>
56 template <
typename PartnershipIdT = Aws::String>
58 m_partnershipIdHasBeenSet =
true;
59 m_partnershipId = std::forward<PartnershipIdT>(value);
61 template <
typename PartnershipIdT = Aws::String>
74 template <
typename PartnershipArnT = Aws::String>
76 m_partnershipArnHasBeenSet =
true;
77 m_partnershipArn = std::forward<PartnershipArnT>(value);
79 template <
typename PartnershipArnT = Aws::String>
91 template <
typename NameT = Aws::String>
93 m_nameHasBeenSet =
true;
94 m_name = std::forward<NameT>(value);
96 template <
typename NameT = Aws::String>
98 SetName(std::forward<NameT>(value));
108 template <
typename EmailT = Aws::String>
110 m_emailHasBeenSet =
true;
111 m_email = std::forward<EmailT>(value);
113 template <
typename EmailT = Aws::String>
115 SetEmail(std::forward<EmailT>(value));
125 template <
typename PhoneT = Aws::String>
127 m_phoneHasBeenSet =
true;
128 m_phone = std::forward<PhoneT>(value);
130 template <
typename PhoneT = Aws::String>
132 SetPhone(std::forward<PhoneT>(value));
142 template <
typename CapabilitiesT = Aws::Vector<Aws::String>>
144 m_capabilitiesHasBeenSet =
true;
145 m_capabilities = std::forward<CapabilitiesT>(value);
147 template <
typename CapabilitiesT = Aws::Vector<Aws::String>>
152 template <
typename CapabilitiesT = Aws::String>
154 m_capabilitiesHasBeenSet =
true;
155 m_capabilities.emplace_back(std::forward<CapabilitiesT>(value));
166 template <
typename CapabilityOptionsT = CapabilityOptions>
168 m_capabilityOptionsHasBeenSet =
true;
169 m_capabilityOptions = std::forward<CapabilityOptionsT>(value);
171 template <
typename CapabilityOptionsT = CapabilityOptions>
183 template <
typename TradingPartnerIdT = Aws::String>
185 m_tradingPartnerIdHasBeenSet =
true;
186 m_tradingPartnerId = std::forward<TradingPartnerIdT>(value);
188 template <
typename TradingPartnerIdT = Aws::String>
201 template <
typename CreatedAtT = Aws::Utils::DateTime>
203 m_createdAtHasBeenSet =
true;
204 m_createdAt = std::forward<CreatedAtT>(value);
206 template <
typename CreatedAtT = Aws::Utils::DateTime>
219 template <
typename ModifiedAtT = Aws::Utils::DateTime>
221 m_modifiedAtHasBeenSet =
true;
222 m_modifiedAt = std::forward<ModifiedAtT>(value);
224 template <
typename ModifiedAtT = Aws::Utils::DateTime>
234 template <
typename RequestIdT = Aws::String>
236 m_requestIdHasBeenSet =
true;
237 m_requestId = std::forward<RequestIdT>(value);
239 template <
typename RequestIdT = Aws::String>
272 bool m_profileIdHasBeenSet =
false;
273 bool m_partnershipIdHasBeenSet =
false;
274 bool m_partnershipArnHasBeenSet =
false;
275 bool m_nameHasBeenSet =
false;
276 bool m_emailHasBeenSet =
false;
277 bool m_phoneHasBeenSet =
false;
278 bool m_capabilitiesHasBeenSet =
false;
279 bool m_capabilityOptionsHasBeenSet =
false;
280 bool m_tradingPartnerIdHasBeenSet =
false;
281 bool m_createdAtHasBeenSet =
false;
282 bool m_modifiedAtHasBeenSet =
false;
283 bool m_requestIdHasBeenSet =
false;
UpdatePartnershipResult & WithProfileId(ProfileIdT &&value)
const Aws::String & GetName() const
const Aws::String & GetPartnershipId() const
UpdatePartnershipResult & WithPartnershipArn(PartnershipArnT &&value)
UpdatePartnershipResult & WithPhone(PhoneT &&value)
UpdatePartnershipResult & WithPartnershipId(PartnershipIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetProfileId(ProfileIdT &&value)
void SetEmail(EmailT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetTradingPartnerId() const
AWS_B2BI_API UpdatePartnershipResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdatePartnershipResult & WithCapabilityOptions(CapabilityOptionsT &&value)
void SetPhone(PhoneT &&value)
UpdatePartnershipResult & WithRequestId(RequestIdT &&value)
void SetModifiedAt(ModifiedAtT &&value)
void SetTradingPartnerId(TradingPartnerIdT &&value)
UpdatePartnershipResult & AddCapabilities(CapabilitiesT &&value)
const Aws::String & GetProfileId() const
const Aws::String & GetRequestId() const
UpdatePartnershipResult & WithModifiedAt(ModifiedAtT &&value)
void SetPartnershipId(PartnershipIdT &&value)
UpdatePartnershipResult & WithEmail(EmailT &&value)
UpdatePartnershipResult & WithName(NameT &&value)
UpdatePartnershipResult & WithTradingPartnerId(TradingPartnerIdT &&value)
UpdatePartnershipResult & WithCapabilities(CapabilitiesT &&value)
const Aws::String & GetEmail() const
const Aws::Vector< Aws::String > & GetCapabilities() const
const Aws::String & GetPhone() const
const CapabilityOptions & GetCapabilityOptions() const
const Aws::String & GetPartnershipArn() const
AWS_B2BI_API UpdatePartnershipResult()=default
void SetCapabilities(CapabilitiesT &&value)
void SetPartnershipArn(PartnershipArnT &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
const Aws::Utils::DateTime & GetCreatedAt() const
UpdatePartnershipResult & WithCreatedAt(CreatedAtT &&value)
void SetName(NameT &&value)
void SetCapabilityOptions(CapabilityOptionsT &&value)
AWS_B2BI_API UpdatePartnershipResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue