7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/partnercentral-selling/model/DeliveryModel.h>
11#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
12#include <aws/partnercentral-selling/model/SalesActivity.h>
25namespace PartnerCentralSelling
52 template<
typename CustomerUseCaseT = Aws::String>
53 void SetCustomerUseCase(CustomerUseCaseT&& value) { m_customerUseCaseHasBeenSet =
true; m_customerUseCase = std::forward<CustomerUseCaseT>(value); }
54 template<
typename CustomerUseCaseT = Aws::String>
66 template<
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
67 void SetDeliveryModels(DeliveryModelsT&& value) { m_deliveryModelsHasBeenSet =
true; m_deliveryModels = std::forward<DeliveryModelsT>(value); }
68 template<
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
81 template<
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
82 void SetExpectedCustomerSpend(ExpectedCustomerSpendT&& value) { m_expectedCustomerSpendHasBeenSet =
true; m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value); }
83 template<
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
85 template<
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
86 ProjectView&
AddExpectedCustomerSpend(ExpectedCustomerSpendT&& value) { m_expectedCustomerSpendHasBeenSet =
true; m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
return *
this; }
96 template<
typename OtherSolutionDescriptionT = Aws::String>
97 void SetOtherSolutionDescription(OtherSolutionDescriptionT&& value) { m_otherSolutionDescriptionHasBeenSet =
true; m_otherSolutionDescription = std::forward<OtherSolutionDescriptionT>(value); }
98 template<
typename OtherSolutionDescriptionT = Aws::String>
111 template<
typename SalesActivitiesT = Aws::Vector<SalesActivity>>
112 void SetSalesActivities(SalesActivitiesT&& value) { m_salesActivitiesHasBeenSet =
true; m_salesActivities = std::forward<SalesActivitiesT>(value); }
113 template<
typename SalesActivitiesT = Aws::Vector<SalesActivity>>
120 bool m_customerUseCaseHasBeenSet =
false;
123 bool m_deliveryModelsHasBeenSet =
false;
126 bool m_expectedCustomerSpendHasBeenSet =
false;
129 bool m_otherSolutionDescriptionHasBeenSet =
false;
132 bool m_salesActivitiesHasBeenSet =
false;
ProjectView & WithDeliveryModels(DeliveryModelsT &&value)
const Aws::Vector< ExpectedCustomerSpend > & GetExpectedCustomerSpend() const
void SetOtherSolutionDescription(OtherSolutionDescriptionT &&value)
ProjectView & WithOtherSolutionDescription(OtherSolutionDescriptionT &&value)
ProjectView & AddExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
bool DeliveryModelsHasBeenSet() const
bool SalesActivitiesHasBeenSet() const
bool CustomerUseCaseHasBeenSet() const
ProjectView & WithCustomerUseCase(CustomerUseCaseT &&value)
AWS_PARTNERCENTRALSELLING_API ProjectView & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SalesActivity > & GetSalesActivities() const
AWS_PARTNERCENTRALSELLING_API ProjectView()=default
ProjectView & AddDeliveryModels(DeliveryModel value)
bool OtherSolutionDescriptionHasBeenSet() const
void SetExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
void SetCustomerUseCase(CustomerUseCaseT &&value)
ProjectView & AddSalesActivities(SalesActivity value)
ProjectView & WithExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
const Aws::Vector< DeliveryModel > & GetDeliveryModels() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool ExpectedCustomerSpendHasBeenSet() const
const Aws::String & GetCustomerUseCase() const
void SetDeliveryModels(DeliveryModelsT &&value)
AWS_PARTNERCENTRALSELLING_API ProjectView(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOtherSolutionDescription() const
ProjectView & WithSalesActivities(SalesActivitiesT &&value)
void SetSalesActivities(SalesActivitiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue