AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DetectorDebugOption.h
1
6#pragma once
7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTEvents
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_IOTEVENTS_API DetectorDebugOption();
36 AWS_IOTEVENTS_API DetectorDebugOption(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetDetectorModelName() const{ return m_detectorModelName; }
46 inline bool DetectorModelNameHasBeenSet() const { return m_detectorModelNameHasBeenSet; }
47 inline void SetDetectorModelName(const Aws::String& value) { m_detectorModelNameHasBeenSet = true; m_detectorModelName = value; }
48 inline void SetDetectorModelName(Aws::String&& value) { m_detectorModelNameHasBeenSet = true; m_detectorModelName = std::move(value); }
49 inline void SetDetectorModelName(const char* value) { m_detectorModelNameHasBeenSet = true; m_detectorModelName.assign(value); }
50 inline DetectorDebugOption& WithDetectorModelName(const Aws::String& value) { SetDetectorModelName(value); return *this;}
51 inline DetectorDebugOption& WithDetectorModelName(Aws::String&& value) { SetDetectorModelName(std::move(value)); return *this;}
52 inline DetectorDebugOption& WithDetectorModelName(const char* value) { SetDetectorModelName(value); return *this;}
54
56
60 inline const Aws::String& GetKeyValue() const{ return m_keyValue; }
61 inline bool KeyValueHasBeenSet() const { return m_keyValueHasBeenSet; }
62 inline void SetKeyValue(const Aws::String& value) { m_keyValueHasBeenSet = true; m_keyValue = value; }
63 inline void SetKeyValue(Aws::String&& value) { m_keyValueHasBeenSet = true; m_keyValue = std::move(value); }
64 inline void SetKeyValue(const char* value) { m_keyValueHasBeenSet = true; m_keyValue.assign(value); }
65 inline DetectorDebugOption& WithKeyValue(const Aws::String& value) { SetKeyValue(value); return *this;}
66 inline DetectorDebugOption& WithKeyValue(Aws::String&& value) { SetKeyValue(std::move(value)); return *this;}
67 inline DetectorDebugOption& WithKeyValue(const char* value) { SetKeyValue(value); return *this;}
69 private:
70
71 Aws::String m_detectorModelName;
72 bool m_detectorModelNameHasBeenSet = false;
73
74 Aws::String m_keyValue;
75 bool m_keyValueHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace IoTEvents
80} // namespace Aws
DetectorDebugOption & WithDetectorModelName(const Aws::String &value)
DetectorDebugOption & WithKeyValue(Aws::String &&value)
DetectorDebugOption & WithDetectorModelName(Aws::String &&value)
DetectorDebugOption & WithKeyValue(const Aws::String &value)
void SetKeyValue(const Aws::String &value)
DetectorDebugOption & WithKeyValue(const char *value)
const Aws::String & GetDetectorModelName() const
AWS_IOTEVENTS_API DetectorDebugOption(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDetectorModelName(const Aws::String &value)
AWS_IOTEVENTS_API DetectorDebugOption & operator=(Aws::Utils::Json::JsonView jsonValue)
DetectorDebugOption & WithDetectorModelName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue