7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/model/DeliveryModel.h>
10#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
23namespace PartnerCentralSelling
63 template<
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
64 void SetDeliveryModels(DeliveryModelsT&& value) { m_deliveryModelsHasBeenSet =
true; m_deliveryModels = std::forward<DeliveryModelsT>(value); }
65 template<
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
77 template<
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
78 void SetExpectedCustomerSpend(ExpectedCustomerSpendT&& value) { m_expectedCustomerSpendHasBeenSet =
true; m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value); }
79 template<
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
81 template<
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
82 ProjectSummary&
AddExpectedCustomerSpend(ExpectedCustomerSpendT&& value) { m_expectedCustomerSpendHasBeenSet =
true; m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
return *
this; }
87 bool m_deliveryModelsHasBeenSet =
false;
90 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