7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.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>
23namespace PartnerCentralSelling {
47 template <
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
49 m_deliveryModelsHasBeenSet =
true;
50 m_deliveryModels = std::forward<DeliveryModelsT>(value);
52 template <
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
58 m_deliveryModelsHasBeenSet =
true;
59 m_deliveryModels.push_back(value);
72 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
74 m_expectedCustomerSpendHasBeenSet =
true;
75 m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value);
77 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
82 template <
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
84 m_expectedCustomerSpendHasBeenSet =
true;
85 m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
97 template <
typename CustomerUseCaseT = Aws::String>
99 m_customerUseCaseHasBeenSet =
true;
100 m_customerUseCase = std::forward<CustomerUseCaseT>(value);
102 template <
typename CustomerUseCaseT = Aws::String>
118 template <
typename SalesActivitiesT = Aws::Vector<SalesActivity>>
120 m_salesActivitiesHasBeenSet =
true;
121 m_salesActivities = std::forward<SalesActivitiesT>(value);
123 template <
typename SalesActivitiesT = Aws::Vector<SalesActivity>>
129 m_salesActivitiesHasBeenSet =
true;
130 m_salesActivities.push_back(value);
142 template <
typename OtherSolutionDescriptionT = Aws::String>
144 m_otherSolutionDescriptionHasBeenSet =
true;
145 m_otherSolutionDescription = std::forward<OtherSolutionDescriptionT>(value);
147 template <
typename OtherSolutionDescriptionT = Aws::String>
163 bool m_deliveryModelsHasBeenSet =
false;
164 bool m_expectedCustomerSpendHasBeenSet =
false;
165 bool m_customerUseCaseHasBeenSet =
false;
166 bool m_salesActivitiesHasBeenSet =
false;
167 bool m_otherSolutionDescriptionHasBeenSet =
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