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/rds/RDSRequest.h>
11#include <aws/rds/RDS_EXPORTS.h>
12#include <aws/rds/model/Filter.h>
13#include <aws/rds/model/SourceType.h>
63 template <
typename SourceIdentifierT = Aws::String>
65 m_sourceIdentifierHasBeenSet =
true;
66 m_sourceIdentifier = std::forward<SourceIdentifierT>(value);
68 template <
typename SourceIdentifierT = Aws::String>
83 m_sourceTypeHasBeenSet =
true;
101 template <
typename StartTimeT = Aws::Utils::DateTime>
103 m_startTimeHasBeenSet =
true;
104 m_startTime = std::forward<StartTimeT>(value);
106 template <
typename StartTimeT = Aws::Utils::DateTime>
122 template <
typename EndTimeT = Aws::Utils::DateTime>
124 m_endTimeHasBeenSet =
true;
125 m_endTime = std::forward<EndTimeT>(value);
127 template <
typename EndTimeT = Aws::Utils::DateTime>
141 m_durationHasBeenSet =
true;
157 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
159 m_eventCategoriesHasBeenSet =
true;
160 m_eventCategories = std::forward<EventCategoriesT>(value);
162 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
167 template <
typename EventCategoriesT = Aws::String>
169 m_eventCategoriesHasBeenSet =
true;
170 m_eventCategories.emplace_back(std::forward<EventCategoriesT>(value));
181 template <
typename FiltersT = Aws::Vector<Filter>>
183 m_filtersHasBeenSet =
true;
184 m_filters = std::forward<FiltersT>(value);
186 template <
typename FiltersT = Aws::Vector<Filter>>
191 template <
typename FiltersT = Filter>
193 m_filtersHasBeenSet =
true;
194 m_filters.emplace_back(std::forward<FiltersT>(value));
210 m_maxRecordsHasBeenSet =
true;
211 m_maxRecords = value;
227 template <
typename MarkerT = Aws::String>
229 m_markerHasBeenSet =
true;
230 m_marker = std::forward<MarkerT>(value);
232 template <
typename MarkerT = Aws::String>
256 bool m_sourceIdentifierHasBeenSet =
false;
257 bool m_sourceTypeHasBeenSet =
false;
258 bool m_startTimeHasBeenSet =
false;
259 bool m_endTimeHasBeenSet =
false;
260 bool m_durationHasBeenSet =
false;
261 bool m_eventCategoriesHasBeenSet =
false;
262 bool m_filtersHasBeenSet =
false;
263 bool m_maxRecordsHasBeenSet =
false;
264 bool m_markerHasBeenSet =
false;
void SetSourceType(SourceType value)
DescribeEventsRequest & WithEndTime(EndTimeT &&value)
int GetMaxRecords() const
DescribeEventsRequest & WithSourceIdentifier(SourceIdentifierT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_RDS_API DescribeEventsRequest()=default
DescribeEventsRequest & WithMaxRecords(int value)
void SetStartTime(StartTimeT &&value)
bool DurationHasBeenSet() const
bool MarkerHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
DescribeEventsRequest & AddEventCategories(EventCategoriesT &&value)
DescribeEventsRequest & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetEventCategories(EventCategoriesT &&value)
bool MaxRecordsHasBeenSet() const
void SetSourceIdentifier(SourceIdentifierT &&value)
bool SourceTypeHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetMarker(MarkerT &&value)
const Aws::String & GetMarker() const
const Aws::String & GetSourceIdentifier() const
bool FiltersHasBeenSet() const
void SetMaxRecords(int value)
DescribeEventsRequest & WithFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetEventCategories() const
DescribeEventsRequest & WithSourceType(SourceType value)
DescribeEventsRequest & WithEventCategories(EventCategoriesT &&value)
SourceType GetSourceType() const
DescribeEventsRequest & AddFilters(FiltersT &&value)
bool SourceIdentifierHasBeenSet() const
void SetDuration(int value)
AWS_RDS_API Aws::String SerializePayload() const override
void SetFilters(FiltersT &&value)
void SetEndTime(EndTimeT &&value)
DescribeEventsRequest & WithMarker(MarkerT &&value)
bool EventCategoriesHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
DescribeEventsRequest & WithDuration(int value)
bool EndTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector