7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/iot/IoT_EXPORTS.h>
12#include <aws/iot/model/Configuration.h>
13#include <aws/iot/model/EventType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename EventConfigurationsT = Aws::Map<EventType, Configuration>>
41 m_eventConfigurationsHasBeenSet =
true;
42 m_eventConfigurations = std::forward<EventConfigurationsT>(value);
44 template <
typename EventConfigurationsT = Aws::Map<EventType, Configuration>>
50 m_eventConfigurationsHasBeenSet =
true;
51 m_eventConfigurations.emplace(key, value);
61 template <
typename CreationDateT = Aws::Utils::DateTime>
63 m_creationDateHasBeenSet =
true;
64 m_creationDate = std::forward<CreationDateT>(value);
66 template <
typename CreationDateT = Aws::Utils::DateTime>
78 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
80 m_lastModifiedDateHasBeenSet =
true;
81 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
83 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
115 bool m_eventConfigurationsHasBeenSet =
false;
116 bool m_creationDateHasBeenSet =
false;
117 bool m_lastModifiedDateHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
false;
AWS_IOT_API DescribeEventConfigurationsResult()=default
void SetCreationDate(CreationDateT &&value)
DescribeEventConfigurationsResult & WithLastModifiedDate(LastModifiedDateT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeEventConfigurationsResult & WithCreationDate(CreationDateT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
DescribeEventConfigurationsResult & AddEventConfigurations(EventType key, Configuration value)
AWS_IOT_API DescribeEventConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEventConfigurations(EventConfigurationsT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
void SetRequestId(RequestIdT &&value)
const Aws::Map< EventType, Configuration > & GetEventConfigurations() const
const Aws::String & GetRequestId() const
AWS_IOT_API DescribeEventConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEventConfigurationsResult & WithEventConfigurations(EventConfigurationsT &&value)
DescribeEventConfigurationsResult & WithRequestId(RequestIdT &&value)
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