7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/IdentifierType.h>
10#include <aws/iotwireless/model/EventNotificationPartnerType.h>
11#include <aws/iotwireless/model/EventNotificationItemConfigurations.h>
50 template<
typename IdentifierT = Aws::String>
51 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
52 template<
typename IdentifierT = Aws::String>
81 template<
typename EventsT = EventNotificationItemConfigurations>
82 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
83 template<
typename EventsT = EventNotificationItemConfigurations>
89 bool m_identifierHasBeenSet =
false;
92 bool m_identifierTypeHasBeenSet =
false;
95 bool m_partnerTypeHasBeenSet =
false;
97 EventNotificationItemConfigurations m_events;
98 bool m_eventsHasBeenSet =
false;
EventConfigurationItem & WithIdentifierType(IdentifierType value)
void SetEvents(EventsT &&value)
EventConfigurationItem & WithEvents(EventsT &&value)
const EventNotificationItemConfigurations & GetEvents() const
bool PartnerTypeHasBeenSet() const
void SetIdentifierType(IdentifierType value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool EventsHasBeenSet() const
EventNotificationPartnerType GetPartnerType() const
const Aws::String & GetIdentifier() const
IdentifierType GetIdentifierType() const
void SetPartnerType(EventNotificationPartnerType value)
void SetIdentifier(IdentifierT &&value)
bool IdentifierTypeHasBeenSet() const
AWS_IOTWIRELESS_API EventConfigurationItem(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API EventConfigurationItem()=default
bool IdentifierHasBeenSet() const
EventConfigurationItem & WithIdentifier(IdentifierT &&value)
AWS_IOTWIRELESS_API EventConfigurationItem & operator=(Aws::Utils::Json::JsonView jsonValue)
EventConfigurationItem & WithPartnerType(EventNotificationPartnerType value)
EventNotificationPartnerType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue