7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/notifications/model/LocaleCode.h>
19namespace Notifications
35 inline virtual const char*
GetServiceRequestName()
const override {
return "GetManagedNotificationChildEvent"; }
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
69 bool m_arnHasBeenSet =
false;
72 bool m_localeHasBeenSet =
false;
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
bool LocaleHasBeenSet() const
GetManagedNotificationChildEventRequest & WithArn(ArnT &&value)
AWS_NOTIFICATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_NOTIFICATIONS_API GetManagedNotificationChildEventRequest()=default
LocaleCode GetLocale() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
void SetLocale(LocaleCode value)
virtual const char * GetServiceRequestName() const override
bool ArnHasBeenSet() const
GetManagedNotificationChildEventRequest & WithLocale(LocaleCode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String