AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StatisticOverride.h
1
6#pragma once
7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.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 GlueDataBrew
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GLUEDATABREW_API StatisticOverride();
37 AWS_GLUEDATABREW_API StatisticOverride(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GLUEDATABREW_API StatisticOverride& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetStatistic() const{ return m_statistic; }
47 inline bool StatisticHasBeenSet() const { return m_statisticHasBeenSet; }
48 inline void SetStatistic(const Aws::String& value) { m_statisticHasBeenSet = true; m_statistic = value; }
49 inline void SetStatistic(Aws::String&& value) { m_statisticHasBeenSet = true; m_statistic = std::move(value); }
50 inline void SetStatistic(const char* value) { m_statisticHasBeenSet = true; m_statistic.assign(value); }
51 inline StatisticOverride& WithStatistic(const Aws::String& value) { SetStatistic(value); return *this;}
52 inline StatisticOverride& WithStatistic(Aws::String&& value) { SetStatistic(std::move(value)); return *this;}
53 inline StatisticOverride& WithStatistic(const char* value) { SetStatistic(value); return *this;}
55
57
60 inline const Aws::Map<Aws::String, Aws::String>& GetParameters() const{ return m_parameters; }
61 inline bool ParametersHasBeenSet() const { return m_parametersHasBeenSet; }
62 inline void SetParameters(const Aws::Map<Aws::String, Aws::String>& value) { m_parametersHasBeenSet = true; m_parameters = value; }
63 inline void SetParameters(Aws::Map<Aws::String, Aws::String>&& value) { m_parametersHasBeenSet = true; m_parameters = std::move(value); }
65 inline StatisticOverride& WithParameters(Aws::Map<Aws::String, Aws::String>&& value) { SetParameters(std::move(value)); return *this;}
66 inline StatisticOverride& AddParameters(const Aws::String& key, const Aws::String& value) { m_parametersHasBeenSet = true; m_parameters.emplace(key, value); return *this; }
67 inline StatisticOverride& AddParameters(Aws::String&& key, const Aws::String& value) { m_parametersHasBeenSet = true; m_parameters.emplace(std::move(key), value); return *this; }
68 inline StatisticOverride& AddParameters(const Aws::String& key, Aws::String&& value) { m_parametersHasBeenSet = true; m_parameters.emplace(key, std::move(value)); return *this; }
69 inline StatisticOverride& AddParameters(Aws::String&& key, Aws::String&& value) { m_parametersHasBeenSet = true; m_parameters.emplace(std::move(key), std::move(value)); return *this; }
70 inline StatisticOverride& AddParameters(const char* key, Aws::String&& value) { m_parametersHasBeenSet = true; m_parameters.emplace(key, std::move(value)); return *this; }
71 inline StatisticOverride& AddParameters(Aws::String&& key, const char* value) { m_parametersHasBeenSet = true; m_parameters.emplace(std::move(key), value); return *this; }
72 inline StatisticOverride& AddParameters(const char* key, const char* value) { m_parametersHasBeenSet = true; m_parameters.emplace(key, value); return *this; }
74 private:
75
76 Aws::String m_statistic;
77 bool m_statisticHasBeenSet = false;
78
80 bool m_parametersHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace GlueDataBrew
85} // namespace Aws
StatisticOverride & WithStatistic(Aws::String &&value)
void SetParameters(const Aws::Map< Aws::String, Aws::String > &value)
StatisticOverride & AddParameters(Aws::String &&key, const char *value)
void SetParameters(Aws::Map< Aws::String, Aws::String > &&value)
StatisticOverride & AddParameters(Aws::String &&key, const Aws::String &value)
StatisticOverride & AddParameters(const char *key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
AWS_GLUEDATABREW_API StatisticOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
StatisticOverride & AddParameters(Aws::String &&key, Aws::String &&value)
StatisticOverride & WithParameters(Aws::Map< Aws::String, Aws::String > &&value)
StatisticOverride & WithStatistic(const char *value)
StatisticOverride & WithStatistic(const Aws::String &value)
StatisticOverride & WithParameters(const Aws::Map< Aws::String, Aws::String > &value)
StatisticOverride & AddParameters(const char *key, const char *value)
StatisticOverride & AddParameters(const Aws::String &key, const Aws::String &value)
void SetStatistic(const Aws::String &value)
StatisticOverride & AddParameters(const Aws::String &key, Aws::String &&value)
AWS_GLUEDATABREW_API StatisticOverride(Aws::Utils::Json::JsonView jsonValue)
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