7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/model/EngagementCustomer.h>
9#include <aws/partnercentral-selling/model/EngagementCustomerProjectDetails.h>
22namespace PartnerCentralSelling
53 template<
typename CustomerT = EngagementCustomer>
54 void SetCustomer(CustomerT&& value) { m_customerHasBeenSet =
true; m_customer = std::forward<CustomerT>(value); }
55 template<
typename CustomerT = EngagementCustomer>
65 template<
typename ProjectT = EngagementCustomerProjectDetails>
66 void SetProject(ProjectT&& value) { m_projectHasBeenSet =
true; m_project = std::forward<ProjectT>(value); }
67 template<
typename ProjectT = EngagementCustomerProjectDetails>
73 bool m_customerHasBeenSet =
false;
76 bool m_projectHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API CustomerProjectsContext(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProjectHasBeenSet() const
const EngagementCustomer & GetCustomer() const
void SetCustomer(CustomerT &&value)
CustomerProjectsContext & WithProject(ProjectT &&value)
const EngagementCustomerProjectDetails & GetProject() const
void SetProject(ProjectT &&value)
CustomerProjectsContext & WithCustomer(CustomerT &&value)
AWS_PARTNERCENTRALSELLING_API CustomerProjectsContext()=default
AWS_PARTNERCENTRALSELLING_API CustomerProjectsContext & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CustomerHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue