7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/NotificationType.h>
13#include <aws/datazone/model/TaskStatus.h>
46 template <
typename DomainIdentifierT = Aws::String>
48 m_domainIdentifierHasBeenSet =
true;
49 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
51 template <
typename DomainIdentifierT = Aws::String>
65 m_typeHasBeenSet =
true;
80 template <
typename AfterTimestampT = Aws::Utils::DateTime>
82 m_afterTimestampHasBeenSet =
true;
83 m_afterTimestamp = std::forward<AfterTimestampT>(value);
85 template <
typename AfterTimestampT = Aws::Utils::DateTime>
98 template <
typename BeforeTimestampT = Aws::Utils::DateTime>
100 m_beforeTimestampHasBeenSet =
true;
101 m_beforeTimestamp = std::forward<BeforeTimestampT>(value);
103 template <
typename BeforeTimestampT = Aws::Utils::DateTime>
116 template <
typename SubjectsT = Aws::Vector<Aws::String>>
118 m_subjectsHasBeenSet =
true;
119 m_subjects = std::forward<SubjectsT>(value);
121 template <
typename SubjectsT = Aws::Vector<Aws::String>>
126 template <
typename SubjectsT = Aws::String>
128 m_subjectsHasBeenSet =
true;
129 m_subjects.emplace_back(std::forward<SubjectsT>(value));
141 m_taskStatusHasBeenSet =
true;
142 m_taskStatus = value;
161 m_maxResultsHasBeenSet =
true;
162 m_maxResults = value;
181 template <
typename NextTokenT = Aws::String>
183 m_nextTokenHasBeenSet =
true;
184 m_nextToken = std::forward<NextTokenT>(value);
186 template <
typename NextTokenT = Aws::String>
208 bool m_domainIdentifierHasBeenSet =
false;
209 bool m_typeHasBeenSet =
false;
210 bool m_afterTimestampHasBeenSet =
false;
211 bool m_beforeTimestampHasBeenSet =
false;
212 bool m_subjectsHasBeenSet =
false;
213 bool m_taskStatusHasBeenSet =
false;
214 bool m_maxResultsHasBeenSet =
false;
215 bool m_nextTokenHasBeenSet =
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