7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
19namespace PartnerCentralSelling {
39 inline int GetScore()
const {
return m_score; }
42 m_scoreHasBeenSet =
true;
58 template <
typename TrendT = Aws::String>
60 m_trendHasBeenSet =
true;
61 m_trend = std::forward<TrendT>(value);
63 template <
typename TrendT = Aws::String>
65 SetTrend(std::forward<TrendT>(value));
73 bool m_scoreHasBeenSet =
false;
74 bool m_trendHasBeenSet =
false;
OpportunityQuality & WithScore(int value)
AWS_PARTNERCENTRALSELLING_API OpportunityQuality()=default
AWS_PARTNERCENTRALSELLING_API OpportunityQuality(Aws::Utils::Json::JsonView jsonValue)
bool TrendHasBeenSet() const
void SetTrend(TrendT &&value)
OpportunityQuality & WithTrend(TrendT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool ScoreHasBeenSet() const
const Aws::String & GetTrend() const
AWS_PARTNERCENTRALSELLING_API OpportunityQuality & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue