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/ExpectedContractDuration.h>
11#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
22namespace PartnerCentralSelling {
58 template <
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
60 m_deliveryModelsHasBeenSet =
true;
61 m_deliveryModels = std::forward<DeliveryModelsT>(value);
63 template <
typename DeliveryModelsT = Aws::Vector<DeliveryModel>>
69 m_deliveryModelsHasBeenSet =
true;
70 m_deliveryModels.push_back(value);
82 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
84 m_expectedCustomerSpendHasBeenSet =
true;
85 m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value);
87 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
92 template <
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
94 m_expectedCustomerSpendHasBeenSet =
true;
95 m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
108 template <
typename ExpectedContractDurationT = ExpectedContractDuration>
110 m_expectedContractDurationHasBeenSet =
true;
111 m_expectedContractDuration = std::forward<ExpectedContractDurationT>(value);
113 template <
typename ExpectedContractDurationT = ExpectedContractDuration>
125 bool m_deliveryModelsHasBeenSet =
false;
126 bool m_expectedCustomerSpendHasBeenSet =
false;
127 bool m_expectedContractDurationHasBeenSet =
false;
ProjectSummary & WithExpectedContractDuration(ExpectedContractDurationT &&value)
bool ExpectedCustomerSpendHasBeenSet() const
ProjectSummary & AddExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
AWS_PARTNERCENTRALSELLING_API ProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeliveryModels(DeliveryModelsT &&value)
void SetExpectedContractDuration(ExpectedContractDurationT &&value)
void SetExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
const Aws::Vector< DeliveryModel > & GetDeliveryModels() const
ProjectSummary & WithExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
const ExpectedContractDuration & GetExpectedContractDuration() const
AWS_PARTNERCENTRALSELLING_API ProjectSummary(Aws::Utils::Json::JsonView jsonValue)
bool DeliveryModelsHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API ProjectSummary()=default
bool ExpectedContractDurationHasBeenSet() const
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