7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/model/EngagementCustomer.h>
9#include <aws/partnercentral-selling/model/EngagementCustomerProjectDetails.h>
20namespace PartnerCentralSelling {
47 template <
typename CustomerT = EngagementCustomer>
49 m_customerHasBeenSet =
true;
50 m_customer = std::forward<CustomerT>(value);
52 template <
typename CustomerT = EngagementCustomer>
65 template <
typename ProjectT = EngagementCustomerProjectDetails>
67 m_projectHasBeenSet =
true;
68 m_project = std::forward<ProjectT>(value);
70 template <
typename ProjectT = EngagementCustomerProjectDetails>
80 bool m_customerHasBeenSet =
false;
81 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