AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteDetectorRequest.h
1
6#pragma once
7#include <aws/iotevents-data/IoTEventsData_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 IoTEventsData
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_IOTEVENTSDATA_API DeleteDetectorRequest();
35 AWS_IOTEVENTSDATA_API DeleteDetectorRequest(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTEVENTSDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const Aws::String& GetMessageId() const{ return m_messageId; }
46 inline bool MessageIdHasBeenSet() const { return m_messageIdHasBeenSet; }
47 inline void SetMessageId(const Aws::String& value) { m_messageIdHasBeenSet = true; m_messageId = value; }
48 inline void SetMessageId(Aws::String&& value) { m_messageIdHasBeenSet = true; m_messageId = std::move(value); }
49 inline void SetMessageId(const char* value) { m_messageIdHasBeenSet = true; m_messageId.assign(value); }
50 inline DeleteDetectorRequest& WithMessageId(const Aws::String& value) { SetMessageId(value); return *this;}
51 inline DeleteDetectorRequest& WithMessageId(Aws::String&& value) { SetMessageId(std::move(value)); return *this;}
52 inline DeleteDetectorRequest& WithMessageId(const char* value) { SetMessageId(value); return *this;}
54
56
60 inline const Aws::String& GetDetectorModelName() const{ return m_detectorModelName; }
61 inline bool DetectorModelNameHasBeenSet() const { return m_detectorModelNameHasBeenSet; }
62 inline void SetDetectorModelName(const Aws::String& value) { m_detectorModelNameHasBeenSet = true; m_detectorModelName = value; }
63 inline void SetDetectorModelName(Aws::String&& value) { m_detectorModelNameHasBeenSet = true; m_detectorModelName = std::move(value); }
64 inline void SetDetectorModelName(const char* value) { m_detectorModelNameHasBeenSet = true; m_detectorModelName.assign(value); }
65 inline DeleteDetectorRequest& WithDetectorModelName(const Aws::String& value) { SetDetectorModelName(value); return *this;}
66 inline DeleteDetectorRequest& WithDetectorModelName(Aws::String&& value) { SetDetectorModelName(std::move(value)); return *this;}
67 inline DeleteDetectorRequest& WithDetectorModelName(const char* value) { SetDetectorModelName(value); return *this;}
69
71
76 inline const Aws::String& GetKeyValue() const{ return m_keyValue; }
77 inline bool KeyValueHasBeenSet() const { return m_keyValueHasBeenSet; }
78 inline void SetKeyValue(const Aws::String& value) { m_keyValueHasBeenSet = true; m_keyValue = value; }
79 inline void SetKeyValue(Aws::String&& value) { m_keyValueHasBeenSet = true; m_keyValue = std::move(value); }
80 inline void SetKeyValue(const char* value) { m_keyValueHasBeenSet = true; m_keyValue.assign(value); }
81 inline DeleteDetectorRequest& WithKeyValue(const Aws::String& value) { SetKeyValue(value); return *this;}
82 inline DeleteDetectorRequest& WithKeyValue(Aws::String&& value) { SetKeyValue(std::move(value)); return *this;}
83 inline DeleteDetectorRequest& WithKeyValue(const char* value) { SetKeyValue(value); return *this;}
85 private:
86
87 Aws::String m_messageId;
88 bool m_messageIdHasBeenSet = false;
89
90 Aws::String m_detectorModelName;
91 bool m_detectorModelNameHasBeenSet = false;
92
93 Aws::String m_keyValue;
94 bool m_keyValueHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace IoTEventsData
99} // namespace Aws
DeleteDetectorRequest & WithKeyValue(const char *value)
DeleteDetectorRequest & WithMessageId(Aws::String &&value)
DeleteDetectorRequest & WithKeyValue(const Aws::String &value)
AWS_IOTEVENTSDATA_API DeleteDetectorRequest(Aws::Utils::Json::JsonView jsonValue)
DeleteDetectorRequest & WithDetectorModelName(const char *value)
AWS_IOTEVENTSDATA_API DeleteDetectorRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
DeleteDetectorRequest & WithDetectorModelName(Aws::String &&value)
DeleteDetectorRequest & WithMessageId(const Aws::String &value)
AWS_IOTEVENTSDATA_API Aws::Utils::Json::JsonValue Jsonize() const
DeleteDetectorRequest & WithDetectorModelName(const Aws::String &value)
DeleteDetectorRequest & WithKeyValue(Aws::String &&value)
DeleteDetectorRequest & WithMessageId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue