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/ExpectedContractDuration.h>
12#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
13#include <aws/partnercentral-selling/model/SalesActivity.h>
24namespace PartnerCentralSelling {
48 template <
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
50 m_deliveryModelsHasBeenSet =
true;
51 m_deliveryModels = std::forward<DeliveryModelsT>(value);
53 template <
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
59 m_deliveryModelsHasBeenSet =
true;
60 m_deliveryModels.push_back(value);
73 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
75 m_expectedCustomerSpendHasBeenSet =
true;
76 m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value);
78 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
83 template <
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
85 m_expectedCustomerSpendHasBeenSet =
true;
86 m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
99 template <
typename ExpectedContractDurationT = ExpectedContractDuration>
101 m_expectedContractDurationHasBeenSet =
true;
102 m_expectedContractDuration = std::forward<ExpectedContractDurationT>(value);
104 template <
typename ExpectedContractDurationT = ExpectedContractDuration>
118 template <
typename CustomerUseCaseT = Aws::String>
120 m_customerUseCaseHasBeenSet =
true;
121 m_customerUseCase = std::forward<CustomerUseCaseT>(value);
123 template <
typename CustomerUseCaseT = Aws::String>
139 template <
typename SalesActivitiesT = Aws::Vector<SalesActivity>>
141 m_salesActivitiesHasBeenSet =
true;
142 m_salesActivities = std::forward<SalesActivitiesT>(value);
144 template <
typename SalesActivitiesT = Aws::Vector<SalesActivity>>
150 m_salesActivitiesHasBeenSet =
true;
151 m_salesActivities.push_back(value);
163 template <
typename OtherSolutionDescriptionT = Aws::String>
165 m_otherSolutionDescriptionHasBeenSet =
true;
166 m_otherSolutionDescription = std::forward<OtherSolutionDescriptionT>(value);
168 template <
typename OtherSolutionDescriptionT = Aws::String>
186 bool m_deliveryModelsHasBeenSet =
false;
187 bool m_expectedCustomerSpendHasBeenSet =
false;
188 bool m_expectedContractDurationHasBeenSet =
false;
189 bool m_customerUseCaseHasBeenSet =
false;
190 bool m_salesActivitiesHasBeenSet =
false;
191 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 ExpectedContractDurationHasBeenSet() const
bool CustomerUseCaseHasBeenSet() const
void SetExpectedContractDuration(ExpectedContractDurationT &&value)
const ExpectedContractDuration & GetExpectedContractDuration() 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)
ProjectView & WithExpectedContractDuration(ExpectedContractDurationT &&value)
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