7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/Contact.h>
20namespace PartnerCentralSelling {
45 template <
typename ContactsT = Aws::Vector<Contact>>
47 m_contactsHasBeenSet =
true;
48 m_contacts = std::forward<ContactsT>(value);
50 template <
typename ContactsT = Aws::Vector<Contact>>
55 template <
typename ContactsT = Contact>
57 m_contactsHasBeenSet =
true;
58 m_contacts.emplace_back(std::forward<ContactsT>(value));
64 bool m_contactsHasBeenSet =
false;
const Aws::Vector< Contact > & GetContacts() const
AWS_PARTNERCENTRALSELLING_API AwsOpportunityCustomer(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityCustomer & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityCustomer()=default
AwsOpportunityCustomer & WithContacts(ContactsT &&value)
AwsOpportunityCustomer & AddContacts(ContactsT &&value)
void SetContacts(ContactsT &&value)
bool ContactsHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue