7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/AwsPartition.h>
10#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
21namespace PartnerCentralSelling {
48 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
50 m_expectedCustomerSpendHasBeenSet =
true;
51 m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value);
53 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
58 template <
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
60 m_expectedCustomerSpendHasBeenSet =
true;
61 m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
75 m_awsPartitionHasBeenSet =
true;
76 m_awsPartition = value;
87 bool m_expectedCustomerSpendHasBeenSet =
false;
88 bool m_awsPartitionHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API AwsOpportunityProject(Aws::Utils::Json::JsonView jsonValue)
void SetAwsPartition(AwsPartition value)
AwsOpportunityProject & WithExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityProject & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsPartition GetAwsPartition() const
bool ExpectedCustomerSpendHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AwsOpportunityProject()=default
AwsOpportunityProject & WithAwsPartition(AwsPartition value)
bool AwsPartitionHasBeenSet() const
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