7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
10#include <aws/notifications/model/LocaleCode.h>
18namespace Notifications {
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
65 m_localeHasBeenSet =
true;
77 bool m_arnHasBeenSet =
false;
78 bool m_localeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_NOTIFICATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetArn() const
AWS_NOTIFICATIONS_API GetManagedNotificationEventRequest()=default
GetManagedNotificationEventRequest & WithLocale(LocaleCode value)
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
GetManagedNotificationEventRequest & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
void SetLocale(LocaleCode value)
bool ArnHasBeenSet() const
LocaleCode GetLocale() const
bool LocaleHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String