7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/IoTManagedIntegrationsRequest.h>
9#include <aws/iot-managed-integrations/model/EventType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/UUID.h>
16namespace IoTManagedIntegrations
54 template<
typename DestinationNameT = Aws::String>
55 void SetDestinationName(DestinationNameT&& value) { m_destinationNameHasBeenSet =
true; m_destinationName = std::forward<DestinationNameT>(value); }
56 template<
typename DestinationNameT = Aws::String>
68 template<
typename ClientTokenT = Aws::String>
69 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
70 template<
typename ClientTokenT = Aws::String>
76 bool m_eventTypeHasBeenSet =
false;
79 bool m_destinationNameHasBeenSet =
false;
82 bool m_clientTokenHasBeenSet =
true;
const Aws::String & GetClientToken() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
bool DestinationNameHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetDestinationName() const
CreateNotificationConfigurationRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
EventType GetEventType() const
CreateNotificationConfigurationRequest & WithDestinationName(DestinationNameT &&value)
void SetDestinationName(DestinationNameT &&value)
void SetEventType(EventType value)
AWS_IOTMANAGEDINTEGRATIONS_API CreateNotificationConfigurationRequest()=default
bool EventTypeHasBeenSet() const
CreateNotificationConfigurationRequest & WithEventType(EventType value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String