7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/iot/model/EventType.h>
11#include <aws/iot/model/Configuration.h>
55 bool m_eventConfigurationsHasBeenSet =
false;
AWS_IOT_API Aws::String SerializePayload() const override
AWS_IOT_API UpdateEventConfigurationsRequest()
virtual const char * GetServiceRequestName() const override
void SetEventConfigurations(const Aws::Map< EventType, Configuration > &value)
void SetEventConfigurations(Aws::Map< EventType, Configuration > &&value)
UpdateEventConfigurationsRequest & AddEventConfigurations(const EventType &key, const Configuration &value)
UpdateEventConfigurationsRequest & AddEventConfigurations(EventType &&key, Configuration &&value)
UpdateEventConfigurationsRequest & AddEventConfigurations(const EventType &key, Configuration &&value)
UpdateEventConfigurationsRequest & WithEventConfigurations(const Aws::Map< EventType, Configuration > &value)
bool EventConfigurationsHasBeenSet() const
UpdateEventConfigurationsRequest & WithEventConfigurations(Aws::Map< EventType, Configuration > &&value)
const Aws::Map< EventType, Configuration > & GetEventConfigurations() const
UpdateEventConfigurationsRequest & AddEventConfigurations(EventType &&key, const Configuration &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