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>
52 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
95 bool m_identifierHasBeenSet =
false;
98 bool m_identifierTypeHasBeenSet =
false;
101 bool m_partnerTypeHasBeenSet =
false;
104 bool m_eventsHasBeenSet =
false;
void SetPartnerType(EventNotificationPartnerType &&value)
EventConfigurationItem & WithIdentifier(Aws::String &&value)
EventConfigurationItem & WithIdentifier(const char *value)
const EventNotificationItemConfigurations & GetEvents() const
void SetIdentifier(const char *value)
EventConfigurationItem & WithIdentifierType(IdentifierType &&value)
EventConfigurationItem & WithPartnerType(EventNotificationPartnerType &&value)
void SetIdentifier(Aws::String &&value)
bool PartnerTypeHasBeenSet() const
EventConfigurationItem & WithEvents(const EventNotificationItemConfigurations &value)
AWS_IOTWIRELESS_API EventConfigurationItem()
void SetIdentifierType(IdentifierType &&value)
void SetIdentifier(const Aws::String &value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIdentifierType(const IdentifierType &value)
bool EventsHasBeenSet() const
const Aws::String & GetIdentifier() const
void SetEvents(const EventNotificationItemConfigurations &value)
const EventNotificationPartnerType & GetPartnerType() const
EventConfigurationItem & WithIdentifier(const Aws::String &value)
const IdentifierType & GetIdentifierType() const
bool IdentifierTypeHasBeenSet() const
EventConfigurationItem & WithIdentifierType(const IdentifierType &value)
void SetPartnerType(const EventNotificationPartnerType &value)
AWS_IOTWIRELESS_API EventConfigurationItem(Aws::Utils::Json::JsonView jsonValue)
void SetEvents(EventNotificationItemConfigurations &&value)
bool IdentifierHasBeenSet() const
AWS_IOTWIRELESS_API EventConfigurationItem & operator=(Aws::Utils::Json::JsonView jsonValue)
EventConfigurationItem & WithEvents(EventNotificationItemConfigurations &&value)
EventConfigurationItem & WithPartnerType(const EventNotificationPartnerType &value)
EventNotificationPartnerType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue