7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10#include <aws/partnercentral-selling/model/AwsProductsSpendInsightsBySource.h>
11#include <aws/partnercentral-selling/model/EngagementScore.h>
12#include <aws/partnercentral-selling/model/OpportunityQuality.h>
13#include <aws/partnercentral-selling/model/Recommendation.h>
24namespace PartnerCentralSelling {
48 template <
typename NextBestActionsT = Aws::String>
50 m_nextBestActionsHasBeenSet =
true;
51 m_nextBestActions = std::forward<NextBestActionsT>(value);
53 template <
typename NextBestActionsT = Aws::String>
69 m_engagementScoreHasBeenSet =
true;
70 m_engagementScore = value;
85 template <
typename AwsProductsSpendInsightsBySourceT = AwsProductsSpendInsightsBySource>
87 m_awsProductsSpendInsightsBySourceHasBeenSet =
true;
88 m_awsProductsSpendInsightsBySource = std::forward<AwsProductsSpendInsightsBySourceT>(value);
90 template <
typename AwsProductsSpendInsightsBySourceT = AwsProductsSpendInsightsBySource>
103 template <
typename OpportunityQualityT = OpportunityQuality>
105 m_opportunityQualityHasBeenSet =
true;
106 m_opportunityQuality = std::forward<OpportunityQualityT>(value);
108 template <
typename OpportunityQualityT = OpportunityQuality>
121 template <
typename RecommendationsT = Aws::Vector<Recommendation>>
123 m_recommendationsHasBeenSet =
true;
124 m_recommendations = std::forward<RecommendationsT>(value);
126 template <
typename RecommendationsT = Aws::Vector<Recommendation>>
131 template <
typename RecommendationsT = Recommendation>
133 m_recommendationsHasBeenSet =
true;
134 m_recommendations.emplace_back(std::forward<RecommendationsT>(value));
143 AwsProductsSpendInsightsBySource m_awsProductsSpendInsightsBySource;
145 OpportunityQuality m_opportunityQuality;
148 bool m_nextBestActionsHasBeenSet =
false;
149 bool m_engagementScoreHasBeenSet =
false;
150 bool m_awsProductsSpendInsightsBySourceHasBeenSet =
false;
151 bool m_opportunityQualityHasBeenSet =
false;
152 bool m_recommendationsHasBeenSet =
false;
void SetNextBestActions(NextBestActionsT &&value)
AwsOpportunityInsights & WithOpportunityQuality(OpportunityQualityT &&value)
bool NextBestActionsHasBeenSet() const
const Aws::String & GetNextBestActions() const
AwsOpportunityInsights & WithEngagementScore(EngagementScore value)
AwsOpportunityInsights & WithAwsProductsSpendInsightsBySource(AwsProductsSpendInsightsBySourceT &&value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights()=default
const Aws::Vector< Recommendation > & GetRecommendations() const
bool EngagementScoreHasBeenSet() const
const AwsProductsSpendInsightsBySource & GetAwsProductsSpendInsightsBySource() const
AwsOpportunityInsights & WithNextBestActions(NextBestActionsT &&value)
void SetEngagementScore(EngagementScore value)
bool OpportunityQualityHasBeenSet() const
void SetOpportunityQuality(OpportunityQualityT &&value)
const OpportunityQuality & GetOpportunityQuality() const
bool AwsProductsSpendInsightsBySourceHasBeenSet() const
bool RecommendationsHasBeenSet() const
void SetRecommendations(RecommendationsT &&value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAwsProductsSpendInsightsBySource(AwsProductsSpendInsightsBySourceT &&value)
AwsOpportunityInsights & AddRecommendations(RecommendationsT &&value)
AwsOpportunityInsights & WithRecommendations(RecommendationsT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue