AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
TelemetryConfigurationUpdate.h
1
6#pragma once
7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/model/Telemetry.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Greengrass {
20namespace Model {
21
28 public:
29 AWS_GREENGRASS_API TelemetryConfigurationUpdate() = default;
32 AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline Telemetry GetTelemetry() const { return m_telemetry; }
39 inline bool TelemetryHasBeenSet() const { return m_telemetryHasBeenSet; }
40 inline void SetTelemetry(Telemetry value) {
41 m_telemetryHasBeenSet = true;
42 m_telemetry = value;
43 }
45 SetTelemetry(value);
46 return *this;
47 }
49 private:
50 Telemetry m_telemetry{Telemetry::NOT_SET};
51 bool m_telemetryHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace Greengrass
56} // namespace Aws
AWS_GREENGRASS_API TelemetryConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASS_API TelemetryConfigurationUpdate()=default
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GREENGRASS_API TelemetryConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
TelemetryConfigurationUpdate & WithTelemetry(Telemetry value)
Aws::Utils::Json::JsonValue JsonValue