7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/AwsProductsSpendInsightsBySource.h>
10#include <aws/partnercentral-selling/model/EngagementScore.h>
21namespace PartnerCentralSelling {
45 template <
typename NextBestActionsT = Aws::String>
47 m_nextBestActionsHasBeenSet =
true;
48 m_nextBestActions = std::forward<NextBestActionsT>(value);
50 template <
typename NextBestActionsT = Aws::String>
66 m_engagementScoreHasBeenSet =
true;
67 m_engagementScore = value;
79 template <
typename AwsProductsSpendInsightsBySourceT = AwsProductsSpendInsightsBySource>
81 m_awsProductsSpendInsightsBySourceHasBeenSet =
true;
82 m_awsProductsSpendInsightsBySource = std::forward<AwsProductsSpendInsightsBySourceT>(value);
84 template <
typename AwsProductsSpendInsightsBySourceT = AwsProductsSpendInsightsBySource>
95 AwsProductsSpendInsightsBySource m_awsProductsSpendInsightsBySource;
96 bool m_nextBestActionsHasBeenSet =
false;
97 bool m_engagementScoreHasBeenSet =
false;
98 bool m_awsProductsSpendInsightsBySourceHasBeenSet =
false;
void SetNextBestActions(NextBestActionsT &&value)
bool NextBestActionsHasBeenSet() const
const Aws::String & GetNextBestActions() const
AwsOpportunityInsights & WithEngagementScore(EngagementScore value)
AwsOpportunityInsights & WithAwsProductsSpendInsightsBySource(AwsProductsSpendInsightsBySourceT &&value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights()=default
bool EngagementScoreHasBeenSet() const
const AwsProductsSpendInsightsBySource & GetAwsProductsSpendInsightsBySource() const
AwsOpportunityInsights & WithNextBestActions(NextBestActionsT &&value)
void SetEngagementScore(EngagementScore value)
bool AwsProductsSpendInsightsBySourceHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAwsProductsSpendInsightsBySource(AwsProductsSpendInsightsBySourceT &&value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights(Aws::Utils::Json::JsonView jsonValue)
EngagementScore GetEngagementScore() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue