7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9#include <aws/iotwireless/model/EventNotificationItemConfigurations.h>
10#include <aws/iotwireless/model/EventNotificationPartnerType.h>
11#include <aws/iotwireless/model/IdentifierType.h>
22namespace IoTWireless {
44 template <
typename IdentifierT = Aws::String>
46 m_identifierHasBeenSet =
true;
47 m_identifier = std::forward<IdentifierT>(value);
49 template <
typename IdentifierT = Aws::String>
64 m_identifierTypeHasBeenSet =
true;
65 m_identifierType = value;
80 m_partnerTypeHasBeenSet =
true;
81 m_partnerType = value;
93 template <
typename EventsT = EventNotificationItemConfigurations>
95 m_eventsHasBeenSet =
true;
96 m_events = std::forward<EventsT>(value);
98 template <
typename EventsT = EventNotificationItemConfigurations>
111 EventNotificationItemConfigurations m_events;
112 bool m_identifierHasBeenSet =
false;
113 bool m_identifierTypeHasBeenSet =
false;
114 bool m_partnerTypeHasBeenSet =
false;
115 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