7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/EventNotificationPartnerType.h>
11#include <aws/iotwireless/model/IdentifierType.h>
19namespace 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;
81 m_partnerTypeHasBeenSet =
true;
82 m_partnerType = value;
95 bool m_identifierHasBeenSet =
false;
96 bool m_identifierTypeHasBeenSet =
false;
97 bool m_partnerTypeHasBeenSet =
false;
GetResourceEventConfigurationRequest & WithIdentifier(IdentifierT &&value)
GetResourceEventConfigurationRequest & WithIdentifierType(IdentifierType value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
bool IdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool IdentifierTypeHasBeenSet() const
const Aws::String & GetIdentifier() const
AWS_IOTWIRELESS_API GetResourceEventConfigurationRequest()=default
EventNotificationPartnerType GetPartnerType() const
void SetPartnerType(EventNotificationPartnerType value)
GetResourceEventConfigurationRequest & WithPartnerType(EventNotificationPartnerType value)
bool PartnerTypeHasBeenSet() const
IdentifierType GetIdentifierType() const
void SetIdentifier(IdentifierT &&value)
void SetIdentifierType(IdentifierType value)
AWS_IOTWIRELESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
EventNotificationPartnerType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String