AWS SDK for C++

AWS SDK for C++ Version 1.11.613

Loading...
Searching...
No Matches
CreateNotificationConfigurationResult.h
1
6#pragma once
7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/model/EventType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace IoTManagedIntegrations
25{
26namespace Model
27{
29 {
30 public:
31 AWS_IOTMANAGEDINTEGRATIONS_API CreateNotificationConfigurationResult() = default;
34
35
37
41 inline EventType GetEventType() const { return m_eventType; }
42 inline void SetEventType(EventType value) { m_eventTypeHasBeenSet = true; m_eventType = value; }
45
47
48 inline const Aws::String& GetRequestId() const { return m_requestId; }
49 template<typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
51 template<typename RequestIdT = Aws::String>
52 CreateNotificationConfigurationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
54 private:
55
56 EventType m_eventType{EventType::NOT_SET};
57 bool m_eventTypeHasBeenSet = false;
58
59 Aws::String m_requestId;
60 bool m_requestIdHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace IoTManagedIntegrations
65} // namespace Aws
AWS_IOTMANAGEDINTEGRATIONS_API CreateNotificationConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTMANAGEDINTEGRATIONS_API CreateNotificationConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTMANAGEDINTEGRATIONS_API CreateNotificationConfigurationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue