7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/DeliveryModel.h>
10#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
21namespace PartnerCentralSelling {
57 template <
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
59 m_deliveryModelsHasBeenSet =
true;
60 m_deliveryModels = std::forward<DeliveryModelsT>(value);
62 template <
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
68 m_deliveryModelsHasBeenSet =
true;
69 m_deliveryModels.push_back(value);
81 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
83 m_expectedCustomerSpendHasBeenSet =
true;
84 m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value);
86 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
91 template <
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
93 m_expectedCustomerSpendHasBeenSet =
true;
94 m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
102 bool m_deliveryModelsHasBeenSet =
false;
103 bool m_expectedCustomerSpendHasBeenSet =
false;
bool ExpectedCustomerSpendHasBeenSet() const
ProjectSummary & AddExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
AWS_PARTNERCENTRALSELLING_API ProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeliveryModels(DeliveryModelsT &&value)
void SetExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
const Aws::Vector< DeliveryModel > & GetDeliveryModels() const
ProjectSummary & WithExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
AWS_PARTNERCENTRALSELLING_API ProjectSummary(Aws::Utils::Json::JsonView jsonValue)
bool DeliveryModelsHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API ProjectSummary()=default
const Aws::Vector< ExpectedCustomerSpend > & GetExpectedCustomerSpend() const
ProjectSummary & WithDeliveryModels(DeliveryModelsT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectSummary & AddDeliveryModels(DeliveryModel value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue