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>
15namespace IoTManagedIntegrations
53 template<
typename DestinationNameT = Aws::String>
54 void SetDestinationName(DestinationNameT&& value) { m_destinationNameHasBeenSet =
true; m_destinationName = std::forward<DestinationNameT>(value); }
55 template<
typename DestinationNameT = Aws::String>
61 bool m_eventTypeHasBeenSet =
false;
64 bool m_destinationNameHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API UpdateNotificationConfigurationRequest()=default
EventType GetEventType() const
UpdateNotificationConfigurationRequest & WithDestinationName(DestinationNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetEventType(EventType value)
const Aws::String & GetDestinationName() const
UpdateNotificationConfigurationRequest & WithEventType(EventType value)
bool EventTypeHasBeenSet() const
bool DestinationNameHasBeenSet() const
void SetDestinationName(DestinationNameT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String