AWS SDK for C++

AWS SDK for C++ Version 1.11.832

Loading...
Searching...
No Matches
ProspectingInsights.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PartnerCentralSelling {
20namespace Model {
21
31 public:
32 AWS_PARTNERCENTRALSELLING_API ProspectingInsights() = default;
33 AWS_PARTNERCENTRALSELLING_API ProspectingInsights(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALSELLING_API ProspectingInsights& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
43 inline const Aws::String& GetMarketplaceEngagementScore() const { return m_marketplaceEngagementScore; }
44 inline bool MarketplaceEngagementScoreHasBeenSet() const { return m_marketplaceEngagementScoreHasBeenSet; }
45 template <typename MarketplaceEngagementScoreT = Aws::String>
46 void SetMarketplaceEngagementScore(MarketplaceEngagementScoreT&& value) {
47 m_marketplaceEngagementScoreHasBeenSet = true;
48 m_marketplaceEngagementScore = std::forward<MarketplaceEngagementScoreT>(value);
49 }
50 template <typename MarketplaceEngagementScoreT = Aws::String>
51 ProspectingInsights& WithMarketplaceEngagementScore(MarketplaceEngagementScoreT&& value) {
52 SetMarketplaceEngagementScore(std::forward<MarketplaceEngagementScoreT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::String& GetSolutionScore() const { return m_solutionScore; }
63 inline bool SolutionScoreHasBeenSet() const { return m_solutionScoreHasBeenSet; }
64 template <typename SolutionScoreT = Aws::String>
65 void SetSolutionScore(SolutionScoreT&& value) {
66 m_solutionScoreHasBeenSet = true;
67 m_solutionScore = std::forward<SolutionScoreT>(value);
68 }
69 template <typename SolutionScoreT = Aws::String>
70 ProspectingInsights& WithSolutionScore(SolutionScoreT&& value) {
71 SetSolutionScore(std::forward<SolutionScoreT>(value));
72 return *this;
73 }
75
77
81 inline const Aws::String& GetSolutionCategory() const { return m_solutionCategory; }
82 inline bool SolutionCategoryHasBeenSet() const { return m_solutionCategoryHasBeenSet; }
83 template <typename SolutionCategoryT = Aws::String>
84 void SetSolutionCategory(SolutionCategoryT&& value) {
85 m_solutionCategoryHasBeenSet = true;
86 m_solutionCategory = std::forward<SolutionCategoryT>(value);
87 }
88 template <typename SolutionCategoryT = Aws::String>
89 ProspectingInsights& WithSolutionCategory(SolutionCategoryT&& value) {
90 SetSolutionCategory(std::forward<SolutionCategoryT>(value));
91 return *this;
92 }
94
96
100 inline const Aws::String& GetSolutionSubCategory() const { return m_solutionSubCategory; }
101 inline bool SolutionSubCategoryHasBeenSet() const { return m_solutionSubCategoryHasBeenSet; }
102 template <typename SolutionSubCategoryT = Aws::String>
103 void SetSolutionSubCategory(SolutionSubCategoryT&& value) {
104 m_solutionSubCategoryHasBeenSet = true;
105 m_solutionSubCategory = std::forward<SolutionSubCategoryT>(value);
106 }
107 template <typename SolutionSubCategoryT = Aws::String>
108 ProspectingInsights& WithSolutionSubCategory(SolutionSubCategoryT&& value) {
109 SetSolutionSubCategory(std::forward<SolutionSubCategoryT>(value));
110 return *this;
111 }
113 private:
114 Aws::String m_marketplaceEngagementScore;
115
116 Aws::String m_solutionScore;
117
118 Aws::String m_solutionCategory;
119
120 Aws::String m_solutionSubCategory;
121 bool m_marketplaceEngagementScoreHasBeenSet = false;
122 bool m_solutionScoreHasBeenSet = false;
123 bool m_solutionCategoryHasBeenSet = false;
124 bool m_solutionSubCategoryHasBeenSet = false;
125};
126
127} // namespace Model
128} // namespace PartnerCentralSelling
129} // namespace Aws
AWS_PARTNERCENTRALSELLING_API ProspectingInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API ProspectingInsights()=default
AWS_PARTNERCENTRALSELLING_API ProspectingInsights(Aws::Utils::Json::JsonView jsonValue)
ProspectingInsights & WithSolutionSubCategory(SolutionSubCategoryT &&value)
ProspectingInsights & WithSolutionCategory(SolutionCategoryT &&value)
ProspectingInsights & WithSolutionScore(SolutionScoreT &&value)
ProspectingInsights & WithMarketplaceEngagementScore(MarketplaceEngagementScoreT &&value)
void SetMarketplaceEngagementScore(MarketplaceEngagementScoreT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue