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/neptune/NeptuneRequest.h>
11#include <aws/neptune/Neptune_EXPORTS.h>
12#include <aws/neptune/model/Filter.h>
13#include <aws/neptune/model/SourceType.h>
56 template <
typename SourceIdentifierT = Aws::String>
58 m_sourceIdentifierHasBeenSet =
true;
59 m_sourceIdentifier = std::forward<SourceIdentifierT>(value);
61 template <
typename SourceIdentifierT = Aws::String>
76 m_sourceTypeHasBeenSet =
true;
94 template <
typename StartTimeT = Aws::Utils::DateTime>
96 m_startTimeHasBeenSet =
true;
97 m_startTime = std::forward<StartTimeT>(value);
99 template <
typename StartTimeT = Aws::Utils::DateTime>
115 template <
typename EndTimeT = Aws::Utils::DateTime>
117 m_endTimeHasBeenSet =
true;
118 m_endTime = std::forward<EndTimeT>(value);
120 template <
typename EndTimeT = Aws::Utils::DateTime>
134 m_durationHasBeenSet =
true;
150 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
152 m_eventCategoriesHasBeenSet =
true;
153 m_eventCategories = std::forward<EventCategoriesT>(value);
155 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
160 template <
typename EventCategoriesT = Aws::String>
162 m_eventCategoriesHasBeenSet =
true;
163 m_eventCategories.emplace_back(std::forward<EventCategoriesT>(value));
174 template <
typename FiltersT = Aws::Vector<Filter>>
176 m_filtersHasBeenSet =
true;
177 m_filters = std::forward<FiltersT>(value);
179 template <
typename FiltersT = Aws::Vector<Filter>>
184 template <
typename FiltersT = Filter>
186 m_filtersHasBeenSet =
true;
187 m_filters.emplace_back(std::forward<FiltersT>(value));
202 m_maxRecordsHasBeenSet =
true;
203 m_maxRecords = value;
219 template <
typename MarkerT = Aws::String>
221 m_markerHasBeenSet =
true;
222 m_marker = std::forward<MarkerT>(value);
224 template <
typename MarkerT = Aws::String>
232 bool m_sourceIdentifierHasBeenSet =
false;
235 bool m_sourceTypeHasBeenSet =
false;
238 bool m_startTimeHasBeenSet =
false;
241 bool m_endTimeHasBeenSet =
false;
244 bool m_durationHasBeenSet =
false;
247 bool m_eventCategoriesHasBeenSet =
false;
250 bool m_filtersHasBeenSet =
false;
253 bool m_maxRecordsHasBeenSet =
false;
256 bool m_markerHasBeenSet =
false;
DescribeEventsRequest & WithMarker(MarkerT &&value)
const Aws::Vector< Aws::String > & GetEventCategories() const
bool EndTimeHasBeenSet() const
void SetSourceIdentifier(SourceIdentifierT &&value)
bool MarkerHasBeenSet() const
AWS_NEPTUNE_API DescribeEventsRequest()=default
DescribeEventsRequest & WithSourceIdentifier(SourceIdentifierT &&value)
SourceType GetSourceType() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetMarker() const
void SetMaxRecords(int value)
void SetEventCategories(EventCategoriesT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool FiltersHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
bool MaxRecordsHasBeenSet() const
DescribeEventsRequest & WithDuration(int value)
const Aws::Utils::DateTime & GetEndTime() const
DescribeEventsRequest & WithEndTime(EndTimeT &&value)
virtual const char * GetServiceRequestName() const override
bool SourceTypeHasBeenSet() const
void SetDuration(int value)
void SetStartTime(StartTimeT &&value)
void SetFilters(FiltersT &&value)
void SetEndTime(EndTimeT &&value)
DescribeEventsRequest & WithMaxRecords(int value)
DescribeEventsRequest & WithSourceType(SourceType value)
void SetSourceType(SourceType value)
bool DurationHasBeenSet() const
DescribeEventsRequest & AddEventCategories(EventCategoriesT &&value)
bool StartTimeHasBeenSet() const
DescribeEventsRequest & WithStartTime(StartTimeT &&value)
bool SourceIdentifierHasBeenSet() const
void SetMarker(MarkerT &&value)
DescribeEventsRequest & AddFilters(FiltersT &&value)
int GetMaxRecords() const
DescribeEventsRequest & WithFilters(FiltersT &&value)
const Aws::String & GetSourceIdentifier() const
DescribeEventsRequest & WithEventCategories(EventCategoriesT &&value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool EventCategoriesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector