7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
22namespace PartnerCentralSelling
53 template<
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
54 void SetExpectedCustomerSpend(ExpectedCustomerSpendT&& value) { m_expectedCustomerSpendHasBeenSet =
true; m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value); }
55 template<
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
57 template<
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
63 bool m_expectedCustomerSpendHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API AwsOpportunityProject(Aws::Utils::Json::JsonView jsonValue)
AwsOpportunityProject & WithExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityProject & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExpectedCustomerSpendHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AwsOpportunityProject()=default
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AwsOpportunityProject & AddExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
const Aws::Vector< ExpectedCustomerSpend > & GetExpectedCustomerSpend() const
void SetExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue