7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/model/EngagementScore.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace PartnerCentralSelling
62 template<
typename NextBestActionsT = Aws::String>
63 void SetNextBestActions(NextBestActionsT&& value) { m_nextBestActionsHasBeenSet =
true; m_nextBestActions = std::forward<NextBestActionsT>(value); }
64 template<
typename NextBestActionsT = Aws::String>
70 bool m_engagementScoreHasBeenSet =
false;
73 bool m_nextBestActionsHasBeenSet =
false;
void SetNextBestActions(NextBestActionsT &&value)
bool NextBestActionsHasBeenSet() const
const Aws::String & GetNextBestActions() const
AwsOpportunityInsights & WithEngagementScore(EngagementScore value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights()=default
bool EngagementScoreHasBeenSet() const
AwsOpportunityInsights & WithNextBestActions(NextBestActionsT &&value)
void SetEngagementScore(EngagementScore value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
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