AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
AwsOpportunityInsights.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace PartnerCentralSelling
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights() = default;
38 AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights(Aws::Utils::Json::JsonView jsonValue);
39 AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline EngagementScore GetEngagementScore() const { return m_engagementScore; }
50 inline bool EngagementScoreHasBeenSet() const { return m_engagementScoreHasBeenSet; }
51 inline void SetEngagementScore(EngagementScore value) { m_engagementScoreHasBeenSet = true; m_engagementScore = value; }
54
56
60 inline const Aws::String& GetNextBestActions() const { return m_nextBestActions; }
61 inline bool NextBestActionsHasBeenSet() const { return m_nextBestActionsHasBeenSet; }
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>
65 AwsOpportunityInsights& WithNextBestActions(NextBestActionsT&& value) { SetNextBestActions(std::forward<NextBestActionsT>(value)); return *this;}
67 private:
68
70 bool m_engagementScoreHasBeenSet = false;
71
72 Aws::String m_nextBestActions;
73 bool m_nextBestActionsHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace PartnerCentralSelling
78} // namespace Aws
AwsOpportunityInsights & WithEngagementScore(EngagementScore value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights()=default
AwsOpportunityInsights & WithNextBestActions(NextBestActionsT &&value)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API AwsOpportunityInsights(Aws::Utils::Json::JsonView jsonValue)
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