AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PerformanceInsightsReferenceData.h
1
6#pragma once
7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-guru/model/PerformanceInsightsReferenceComparisonValues.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 DevOpsGuru
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetName() const{ return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
49 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
50 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
51 inline PerformanceInsightsReferenceData& WithName(const Aws::String& value) { SetName(value); return *this;}
52 inline PerformanceInsightsReferenceData& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
53 inline PerformanceInsightsReferenceData& WithName(const char* value) { SetName(value); return *this;}
55
57
63 inline const PerformanceInsightsReferenceComparisonValues& GetComparisonValues() const{ return m_comparisonValues; }
64 inline bool ComparisonValuesHasBeenSet() const { return m_comparisonValuesHasBeenSet; }
65 inline void SetComparisonValues(const PerformanceInsightsReferenceComparisonValues& value) { m_comparisonValuesHasBeenSet = true; m_comparisonValues = value; }
66 inline void SetComparisonValues(PerformanceInsightsReferenceComparisonValues&& value) { m_comparisonValuesHasBeenSet = true; m_comparisonValues = std::move(value); }
70 private:
71
72 Aws::String m_name;
73 bool m_nameHasBeenSet = false;
74
76 bool m_comparisonValuesHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace DevOpsGuru
81} // namespace Aws
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
PerformanceInsightsReferenceData & WithName(const char *value)
const PerformanceInsightsReferenceComparisonValues & GetComparisonValues() const
PerformanceInsightsReferenceData & WithName(Aws::String &&value)
void SetComparisonValues(PerformanceInsightsReferenceComparisonValues &&value)
PerformanceInsightsReferenceData & WithComparisonValues(PerformanceInsightsReferenceComparisonValues &&value)
PerformanceInsightsReferenceData & WithComparisonValues(const PerformanceInsightsReferenceComparisonValues &value)
AWS_DEVOPSGURU_API PerformanceInsightsReferenceData(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API PerformanceInsightsReferenceData & operator=(Aws::Utils::Json::JsonView jsonValue)
PerformanceInsightsReferenceData & WithName(const Aws::String &value)
void SetComparisonValues(const PerformanceInsightsReferenceComparisonValues &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue