7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/CapabilityOptions.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename ProfileIdT = Aws::String>
48 m_profileIdHasBeenSet =
true;
49 m_profileId = std::forward<ProfileIdT>(value);
51 template <
typename ProfileIdT = Aws::String>
64 template <
typename PartnershipIdT = Aws::String>
66 m_partnershipIdHasBeenSet =
true;
67 m_partnershipId = std::forward<PartnershipIdT>(value);
69 template <
typename PartnershipIdT = Aws::String>
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
100 template <
typename CapabilitiesT = Aws::Vector<Aws::String>>
102 m_capabilitiesHasBeenSet =
true;
103 m_capabilities = std::forward<CapabilitiesT>(value);
105 template <
typename CapabilitiesT = Aws::Vector<Aws::String>>
110 template <
typename CapabilitiesT = Aws::String>
112 m_capabilitiesHasBeenSet =
true;
113 m_capabilities.emplace_back(std::forward<CapabilitiesT>(value));
122 template <
typename CapabilityOptionsT = CapabilityOptions>
124 m_capabilityOptionsHasBeenSet =
true;
125 m_capabilityOptions = std::forward<CapabilityOptionsT>(value);
127 template <
typename CapabilityOptionsT = CapabilityOptions>
140 template <
typename TradingPartnerIdT = Aws::String>
142 m_tradingPartnerIdHasBeenSet =
true;
143 m_tradingPartnerId = std::forward<TradingPartnerIdT>(value);
145 template <
typename TradingPartnerIdT = Aws::String>
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
160 m_createdAtHasBeenSet =
true;
161 m_createdAt = std::forward<CreatedAtT>(value);
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
177 template <
typename ModifiedAtT = Aws::Utils::DateTime>
179 m_modifiedAtHasBeenSet =
true;
180 m_modifiedAt = std::forward<ModifiedAtT>(value);
182 template <
typename ModifiedAtT = Aws::Utils::DateTime>
204 bool m_profileIdHasBeenSet =
false;
205 bool m_partnershipIdHasBeenSet =
false;
206 bool m_nameHasBeenSet =
false;
207 bool m_capabilitiesHasBeenSet =
false;
208 bool m_capabilityOptionsHasBeenSet =
false;
209 bool m_tradingPartnerIdHasBeenSet =
false;
210 bool m_createdAtHasBeenSet =
false;
211 bool m_modifiedAtHasBeenSet =
false;
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
PartnershipSummary & WithCapabilities(CapabilitiesT &&value)
bool CapabilitiesHasBeenSet() const
void SetCapabilityOptions(CapabilityOptionsT &&value)
bool ProfileIdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
PartnershipSummary & WithName(NameT &&value)
const Aws::String & GetPartnershipId() const
void SetTradingPartnerId(TradingPartnerIdT &&value)
bool PartnershipIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
PartnershipSummary & WithTradingPartnerId(TradingPartnerIdT &&value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
void SetModifiedAt(ModifiedAtT &&value)
const Aws::String & GetProfileId() const
bool TradingPartnerIdHasBeenSet() const
AWS_B2BI_API PartnershipSummary()=default
void SetProfileId(ProfileIdT &&value)
PartnershipSummary & WithModifiedAt(ModifiedAtT &&value)
const Aws::String & GetName() const
PartnershipSummary & WithCreatedAt(CreatedAtT &&value)
bool CapabilityOptionsHasBeenSet() const
AWS_B2BI_API PartnershipSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const CapabilityOptions & GetCapabilityOptions() const
PartnershipSummary & AddCapabilities(CapabilitiesT &&value)
const Aws::Vector< Aws::String > & GetCapabilities() const
PartnershipSummary & WithProfileId(ProfileIdT &&value)
PartnershipSummary & WithCapabilityOptions(CapabilityOptionsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool NameHasBeenSet() const
PartnershipSummary & WithPartnershipId(PartnershipIdT &&value)
void SetPartnershipId(PartnershipIdT &&value)
AWS_B2BI_API PartnershipSummary(Aws::Utils::Json::JsonView jsonValue)
bool ModifiedAtHasBeenSet() const
void SetCapabilities(CapabilitiesT &&value)
const Aws::String & GetTradingPartnerId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue