7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/model/Contact.h>
22namespace PartnerCentralSelling
51 template<
typename ContactsT = Aws::Vector<Contact>>
52 void SetContacts(ContactsT&& value) { m_contactsHasBeenSet =
true; m_contacts = std::forward<ContactsT>(value); }
53 template<
typename ContactsT = Aws::Vector<Contact>>
55 template<
typename ContactsT = Contact>
61 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