AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PerformanceMetrics.h
1
6#pragma once
7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.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 MachineLearning
23{
24namespace Model
25{
26
44 {
45 public:
46 AWS_MACHINELEARNING_API PerformanceMetrics();
47 AWS_MACHINELEARNING_API PerformanceMetrics(Aws::Utils::Json::JsonView jsonValue);
48 AWS_MACHINELEARNING_API PerformanceMetrics& operator=(Aws::Utils::Json::JsonView jsonValue);
49 AWS_MACHINELEARNING_API Aws::Utils::Json::JsonValue Jsonize() const;
50
51
53
54 inline const Aws::Map<Aws::String, Aws::String>& GetProperties() const{ return m_properties; }
55 inline bool PropertiesHasBeenSet() const { return m_propertiesHasBeenSet; }
56 inline void SetProperties(const Aws::Map<Aws::String, Aws::String>& value) { m_propertiesHasBeenSet = true; m_properties = value; }
57 inline void SetProperties(Aws::Map<Aws::String, Aws::String>&& value) { m_propertiesHasBeenSet = true; m_properties = std::move(value); }
59 inline PerformanceMetrics& WithProperties(Aws::Map<Aws::String, Aws::String>&& value) { SetProperties(std::move(value)); return *this;}
60 inline PerformanceMetrics& AddProperties(const Aws::String& key, const Aws::String& value) { m_propertiesHasBeenSet = true; m_properties.emplace(key, value); return *this; }
61 inline PerformanceMetrics& AddProperties(Aws::String&& key, const Aws::String& value) { m_propertiesHasBeenSet = true; m_properties.emplace(std::move(key), value); return *this; }
62 inline PerformanceMetrics& AddProperties(const Aws::String& key, Aws::String&& value) { m_propertiesHasBeenSet = true; m_properties.emplace(key, std::move(value)); return *this; }
63 inline PerformanceMetrics& AddProperties(Aws::String&& key, Aws::String&& value) { m_propertiesHasBeenSet = true; m_properties.emplace(std::move(key), std::move(value)); return *this; }
64 inline PerformanceMetrics& AddProperties(const char* key, Aws::String&& value) { m_propertiesHasBeenSet = true; m_properties.emplace(key, std::move(value)); return *this; }
65 inline PerformanceMetrics& AddProperties(Aws::String&& key, const char* value) { m_propertiesHasBeenSet = true; m_properties.emplace(std::move(key), value); return *this; }
66 inline PerformanceMetrics& AddProperties(const char* key, const char* value) { m_propertiesHasBeenSet = true; m_properties.emplace(key, value); return *this; }
68 private:
69
71 bool m_propertiesHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace MachineLearning
76} // namespace Aws
PerformanceMetrics & WithProperties(Aws::Map< Aws::String, Aws::String > &&value)
AWS_MACHINELEARNING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
AWS_MACHINELEARNING_API PerformanceMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
PerformanceMetrics & WithProperties(const Aws::Map< Aws::String, Aws::String > &value)
PerformanceMetrics & AddProperties(Aws::String &&key, const Aws::String &value)
void SetProperties(Aws::Map< Aws::String, Aws::String > &&value)
PerformanceMetrics & AddProperties(Aws::String &&key, const char *value)
AWS_MACHINELEARNING_API PerformanceMetrics(Aws::Utils::Json::JsonView jsonValue)
void SetProperties(const Aws::Map< Aws::String, Aws::String > &value)
PerformanceMetrics & AddProperties(const char *key, Aws::String &&value)
PerformanceMetrics & AddProperties(const char *key, const char *value)
PerformanceMetrics & AddProperties(Aws::String &&key, Aws::String &&value)
PerformanceMetrics & AddProperties(const Aws::String &key, const Aws::String &value)
PerformanceMetrics & AddProperties(const Aws::String &key, Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue