7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/iot/model/EventType.h>
12#include <aws/iot/model/Configuration.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename EventConfigurationsT = Aws::Map<EventType, Configuration>>
45 void SetEventConfigurations(EventConfigurationsT&& value) { m_eventConfigurationsHasBeenSet =
true; m_eventConfigurations = std::forward<EventConfigurationsT>(value); }
46 template<
typename EventConfigurationsT = Aws::Map<EventType, Configuration>>
49 m_eventConfigurationsHasBeenSet =
true; m_eventConfigurations.emplace(key, value);
return *
this;
58 template<
typename CreationDateT = Aws::Utils::DateTime>
59 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
60 template<
typename CreationDateT = Aws::Utils::DateTime>
69 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
70 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
71 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
78 template<
typename RequestIdT = Aws::String>
79 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
80 template<
typename RequestIdT = Aws::String>
86 bool m_eventConfigurationsHasBeenSet =
false;
89 bool m_creationDateHasBeenSet =
false;
92 bool m_lastModifiedDateHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
AWS_IOT_API DescribeEventConfigurationsResult()=default
void SetCreationDate(CreationDateT &&value)
DescribeEventConfigurationsResult & WithLastModifiedDate(LastModifiedDateT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() 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