7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/TaskStatus.h>
13#include <aws/datazone/model/NotificationType.h>
51 template<
typename AfterTimestampT = Aws::Utils::DateTime>
52 void SetAfterTimestamp(AfterTimestampT&& value) { m_afterTimestampHasBeenSet =
true; m_afterTimestamp = std::forward<AfterTimestampT>(value); }
53 template<
typename AfterTimestampT = Aws::Utils::DateTime>
63 template<
typename BeforeTimestampT = Aws::Utils::DateTime>
64 void SetBeforeTimestamp(BeforeTimestampT&& value) { m_beforeTimestampHasBeenSet =
true; m_beforeTimestamp = std::forward<BeforeTimestampT>(value); }
65 template<
typename BeforeTimestampT = Aws::Utils::DateTime>
75 template<
typename DomainIdentifierT = Aws::String>
76 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
77 template<
typename DomainIdentifierT = Aws::String>
91 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
106 template<
typename NextTokenT = Aws::String>
107 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
108 template<
typename NextTokenT = Aws::String>
118 template<
typename SubjectsT = Aws::Vector<Aws::String>>
119 void SetSubjects(SubjectsT&& value) { m_subjectsHasBeenSet =
true; m_subjects = std::forward<SubjectsT>(value); }
120 template<
typename SubjectsT = Aws::Vector<Aws::String>>
122 template<
typename SubjectsT = Aws::String>
148 bool m_afterTimestampHasBeenSet =
false;
151 bool m_beforeTimestampHasBeenSet =
false;
154 bool m_domainIdentifierHasBeenSet =
false;
157 bool m_maxResultsHasBeenSet =
false;
160 bool m_nextTokenHasBeenSet =
false;
163 bool m_subjectsHasBeenSet =
false;
166 bool m_taskStatusHasBeenSet =
false;
169 bool m_typeHasBeenSet =
false;
ListNotificationsRequest & WithMaxResults(int value)
bool TaskStatusHasBeenSet() const
ListNotificationsRequest & AddSubjects(SubjectsT &&value)
const Aws::Vector< Aws::String > & GetSubjects() const
bool DomainIdentifierHasBeenSet() const
ListNotificationsRequest & WithAfterTimestamp(AfterTimestampT &&value)
bool AfterTimestampHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListNotificationsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
NotificationType GetType() const
bool BeforeTimestampHasBeenSet() const
ListNotificationsRequest & WithType(NotificationType value)
bool SubjectsHasBeenSet() const
ListNotificationsRequest & WithBeforeTimestamp(BeforeTimestampT &&value)
const Aws::String & GetDomainIdentifier() const
TaskStatus GetTaskStatus() const
void SetAfterTimestamp(AfterTimestampT &&value)
const Aws::Utils::DateTime & GetBeforeTimestamp() const
void SetDomainIdentifier(DomainIdentifierT &&value)
ListNotificationsRequest & WithSubjects(SubjectsT &&value)
bool NextTokenHasBeenSet() const
const Aws::Utils::DateTime & GetAfterTimestamp() const
bool TypeHasBeenSet() const
void SetType(NotificationType value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
AWS_DATAZONE_API ListNotificationsRequest()=default
bool MaxResultsHasBeenSet() const
void SetSubjects(SubjectsT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetBeforeTimestamp(BeforeTimestampT &&value)
void SetTaskStatus(TaskStatus value)
ListNotificationsRequest & WithTaskStatus(TaskStatus value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
ListNotificationsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector