7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/notifications/model/LocaleCode.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
20namespace Notifications
49 template<
typename StartTimeT = Aws::Utils::DateTime>
50 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
51 template<
typename StartTimeT = Aws::Utils::DateTime>
61 template<
typename EndTimeT = Aws::Utils::DateTime>
62 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
63 template<
typename EndTimeT = Aws::Utils::DateTime>
91 template<
typename SourceT = Aws::String>
92 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
93 template<
typename SourceT = Aws::String>
103 inline void SetIncludeChildEvents(
bool value) { m_includeChildEventsHasBeenSet =
true; m_includeChildEvents = value; }
114 template<
typename AggregateNotificationEventArnT = Aws::String>
115 void SetAggregateNotificationEventArn(AggregateNotificationEventArnT&& value) { m_aggregateNotificationEventArnHasBeenSet =
true; m_aggregateNotificationEventArn = std::forward<AggregateNotificationEventArnT>(value); }
116 template<
typename AggregateNotificationEventArnT = Aws::String>
127 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
138 template<
typename NextTokenT = Aws::String>
139 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
140 template<
typename NextTokenT = Aws::String>
146 bool m_startTimeHasBeenSet =
false;
149 bool m_endTimeHasBeenSet =
false;
152 bool m_localeHasBeenSet =
false;
155 bool m_sourceHasBeenSet =
false;
157 bool m_includeChildEvents{
false};
158 bool m_includeChildEventsHasBeenSet =
false;
161 bool m_aggregateNotificationEventArnHasBeenSet =
false;
164 bool m_maxResultsHasBeenSet =
false;
167 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetSource() const
void SetLocale(LocaleCode value)
ListNotificationEventsRequest & WithSource(SourceT &&value)
bool SourceHasBeenSet() const
void SetSource(SourceT &&value)
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
AWS_NOTIFICATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::Utils::DateTime & GetEndTime() const
ListNotificationEventsRequest & WithMaxResults(int value)
ListNotificationEventsRequest & WithIncludeChildEvents(bool value)
ListNotificationEventsRequest & WithLocale(LocaleCode value)
bool EndTimeHasBeenSet() const
void SetAggregateNotificationEventArn(AggregateNotificationEventArnT &&value)
bool LocaleHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
ListNotificationEventsRequest & WithStartTime(StartTimeT &&value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
LocaleCode GetLocale() const
void SetEndTime(EndTimeT &&value)
bool IncludeChildEventsHasBeenSet() const
AWS_NOTIFICATIONS_API ListNotificationEventsRequest()=default
int GetMaxResults() const
ListNotificationEventsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetStartTime(StartTimeT &&value)
ListNotificationEventsRequest & WithEndTime(EndTimeT &&value)
const Aws::String & GetAggregateNotificationEventArn() const
void SetMaxResults(int value)
void SetIncludeChildEvents(bool value)
void SetNextToken(NextTokenT &&value)
bool GetIncludeChildEvents() const
ListNotificationEventsRequest & WithAggregateNotificationEventArn(AggregateNotificationEventArnT &&value)
virtual const char * GetServiceRequestName() const override
bool StartTimeHasBeenSet() const
bool AggregateNotificationEventArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String