7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/LineageEventProcessingStatus.h>
11#include <aws/datazone/model/SortOrder.h>
12#include <aws/core/utils/DateTime.h>
50 template<
typename DomainIdentifierT = Aws::String>
51 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
52 template<
typename DomainIdentifierT = Aws::String>
66 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
80 template<
typename NextTokenT = Aws::String>
81 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
82 template<
typename NextTokenT = Aws::String>
112 template<
typename TimestampAfterT = Aws::Utils::DateTime>
113 void SetTimestampAfter(TimestampAfterT&& value) { m_timestampAfterHasBeenSet =
true; m_timestampAfter = std::forward<TimestampAfterT>(value); }
114 template<
typename TimestampAfterT = Aws::Utils::DateTime>
124 template<
typename TimestampBeforeT = Aws::Utils::DateTime>
125 void SetTimestampBefore(TimestampBeforeT&& value) { m_timestampBeforeHasBeenSet =
true; m_timestampBefore = std::forward<TimestampBeforeT>(value); }
126 template<
typename TimestampBeforeT = Aws::Utils::DateTime>
132 bool m_domainIdentifierHasBeenSet =
false;
135 bool m_maxResultsHasBeenSet =
false;
138 bool m_nextTokenHasBeenSet =
false;
141 bool m_processingStatusHasBeenSet =
false;
144 bool m_sortOrderHasBeenSet =
false;
147 bool m_timestampAfterHasBeenSet =
false;
150 bool m_timestampBeforeHasBeenSet =
false;
bool NextTokenHasBeenSet() const
ListLineageEventsRequest & WithSortOrder(SortOrder value)
ListLineageEventsRequest & WithNextToken(NextTokenT &&value)
void SetProcessingStatus(LineageEventProcessingStatus value)
ListLineageEventsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
ListLineageEventsRequest & WithTimestampAfter(TimestampAfterT &&value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
bool DomainIdentifierHasBeenSet() const
bool ProcessingStatusHasBeenSet() const
void SetTimestampAfter(TimestampAfterT &&value)
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
const Aws::Utils::DateTime & GetTimestampAfter() const
const Aws::String & GetNextToken() const
bool TimestampAfterHasBeenSet() const
bool TimestampBeforeHasBeenSet() const
void SetSortOrder(SortOrder value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListLineageEventsRequest & WithTimestampBefore(TimestampBeforeT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool SortOrderHasBeenSet() const
ListLineageEventsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetTimestampBefore() const
const Aws::String & GetDomainIdentifier() const
SortOrder GetSortOrder() const
void SetTimestampBefore(TimestampBeforeT &&value)
ListLineageEventsRequest & WithProcessingStatus(LineageEventProcessingStatus value)
AWS_DATAZONE_API ListLineageEventsRequest()=default
void SetDomainIdentifier(DomainIdentifierT &&value)
LineageEventProcessingStatus GetProcessingStatus() const
LineageEventProcessingStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String