AWS SDK for C++

AWS SDK for C++ Version 1.11.832

Loading...
Searching...
No Matches
LeadInsights.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
30 public:
31 AWS_PARTNERCENTRALSELLING_API LeadInsights() = default;
32 AWS_PARTNERCENTRALSELLING_API LeadInsights(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PARTNERCENTRALSELLING_API LeadInsights& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const Aws::String& GetLeadReadinessScore() const { return m_leadReadinessScore; }
43 inline bool LeadReadinessScoreHasBeenSet() const { return m_leadReadinessScoreHasBeenSet; }
44 template <typename LeadReadinessScoreT = Aws::String>
45 void SetLeadReadinessScore(LeadReadinessScoreT&& value) {
46 m_leadReadinessScoreHasBeenSet = true;
47 m_leadReadinessScore = std::forward<LeadReadinessScoreT>(value);
48 }
49 template <typename LeadReadinessScoreT = Aws::String>
50 LeadInsights& WithLeadReadinessScore(LeadReadinessScoreT&& value) {
51 SetLeadReadinessScore(std::forward<LeadReadinessScoreT>(value));
52 return *this;
53 }
55 private:
56 Aws::String m_leadReadinessScore;
57 bool m_leadReadinessScoreHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace PartnerCentralSelling
62} // namespace Aws
AWS_PARTNERCENTRALSELLING_API LeadInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
LeadInsights & WithLeadReadinessScore(LeadReadinessScoreT &&value)
const Aws::String & GetLeadReadinessScore() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API LeadInsights(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API LeadInsights()=default
void SetLeadReadinessScore(LeadReadinessScoreT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue