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/docdb/DocDBRequest.h>
11#include <aws/docdb/DocDB_EXPORTS.h>
12#include <aws/docdb/model/Filter.h>
13#include <aws/docdb/model/SourceType.h>
59 template <
typename SourceIdentifierT = Aws::String>
61 m_sourceIdentifierHasBeenSet =
true;
62 m_sourceIdentifier = std::forward<SourceIdentifierT>(value);
64 template <
typename SourceIdentifierT = Aws::String>
79 m_sourceTypeHasBeenSet =
true;
95 template <
typename StartTimeT = Aws::Utils::DateTime>
97 m_startTimeHasBeenSet =
true;
98 m_startTime = std::forward<StartTimeT>(value);
100 template <
typename StartTimeT = Aws::Utils::DateTime>
114 template <
typename EndTimeT = Aws::Utils::DateTime>
116 m_endTimeHasBeenSet =
true;
117 m_endTime = std::forward<EndTimeT>(value);
119 template <
typename EndTimeT = Aws::Utils::DateTime>
133 m_durationHasBeenSet =
true;
149 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
151 m_eventCategoriesHasBeenSet =
true;
152 m_eventCategories = std::forward<EventCategoriesT>(value);
154 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
159 template <
typename EventCategoriesT = Aws::String>
161 m_eventCategoriesHasBeenSet =
true;
162 m_eventCategories.emplace_back(std::forward<EventCategoriesT>(value));
173 template <
typename FiltersT = Aws::Vector<Filter>>
175 m_filtersHasBeenSet =
true;
176 m_filters = std::forward<FiltersT>(value);
178 template <
typename FiltersT = Aws::Vector<Filter>>
183 template <
typename FiltersT = Filter>
185 m_filtersHasBeenSet =
true;
186 m_filters.emplace_back(std::forward<FiltersT>(value));
201 m_maxRecordsHasBeenSet =
true;
202 m_maxRecords = value;
218 template <
typename MarkerT = Aws::String>
220 m_markerHasBeenSet =
true;
221 m_marker = std::forward<MarkerT>(value);
223 template <
typename MarkerT = Aws::String>
247 bool m_sourceIdentifierHasBeenSet =
false;
248 bool m_sourceTypeHasBeenSet =
false;
249 bool m_startTimeHasBeenSet =
false;
250 bool m_endTimeHasBeenSet =
false;
251 bool m_durationHasBeenSet =
false;
252 bool m_eventCategoriesHasBeenSet =
false;
253 bool m_filtersHasBeenSet =
false;
254 bool m_maxRecordsHasBeenSet =
false;
255 bool m_markerHasBeenSet =
false;
bool StartTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
DescribeEventsRequest & AddEventCategories(EventCategoriesT &&value)
AWS_DOCDB_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetEventCategories() const
void SetSourceType(SourceType value)
DescribeEventsRequest & WithMarker(MarkerT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool MaxRecordsHasBeenSet() const
void SetMaxRecords(int value)
const Aws::String & GetMarker() const
DescribeEventsRequest & WithMaxRecords(int value)
const Aws::String & GetSourceIdentifier() const
bool EventCategoriesHasBeenSet() const
void SetMarker(MarkerT &&value)
void SetSourceIdentifier(SourceIdentifierT &&value)
DescribeEventsRequest & AddFilters(FiltersT &&value)
const Aws::Vector< Filter > & GetFilters() const
DescribeEventsRequest & WithEndTime(EndTimeT &&value)
DescribeEventsRequest & WithFilters(FiltersT &&value)
AWS_DOCDB_API DescribeEventsRequest()=default
bool EndTimeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool SourceTypeHasBeenSet() const
DescribeEventsRequest & WithEventCategories(EventCategoriesT &&value)
bool DurationHasBeenSet() const
DescribeEventsRequest & WithDuration(int value)
DescribeEventsRequest & WithStartTime(StartTimeT &&value)
void SetEventCategories(EventCategoriesT &&value)
void SetEndTime(EndTimeT &&value)
int GetMaxRecords() const
bool FiltersHasBeenSet() const
SourceType GetSourceType() const
bool MarkerHasBeenSet() const
bool SourceIdentifierHasBeenSet() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetFilters(FiltersT &&value)
void SetStartTime(StartTimeT &&value)
DescribeEventsRequest & WithSourceIdentifier(SourceIdentifierT &&value)
void SetDuration(int value)
DescribeEventsRequest & WithSourceType(SourceType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector