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/dms/DatabaseMigrationServiceRequest.h>
11#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
12#include <aws/dms/model/Filter.h>
13#include <aws/dms/model/SourceType.h>
18namespace DatabaseMigrationService {
46 template <
typename SourceIdentifierT = Aws::String>
48 m_sourceIdentifierHasBeenSet =
true;
49 m_sourceIdentifier = std::forward<SourceIdentifierT>(value);
51 template <
typename SourceIdentifierT = Aws::String>
66 m_sourceTypeHasBeenSet =
true;
81 template <
typename StartTimeT = Aws::Utils::DateTime>
83 m_startTimeHasBeenSet =
true;
84 m_startTime = std::forward<StartTimeT>(value);
86 template <
typename StartTimeT = Aws::Utils::DateTime>
99 template <
typename EndTimeT = Aws::Utils::DateTime>
101 m_endTimeHasBeenSet =
true;
102 m_endTime = std::forward<EndTimeT>(value);
104 template <
typename EndTimeT = Aws::Utils::DateTime>
118 m_durationHasBeenSet =
true;
133 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
135 m_eventCategoriesHasBeenSet =
true;
136 m_eventCategories = std::forward<EventCategoriesT>(value);
138 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
143 template <
typename EventCategoriesT = Aws::String>
145 m_eventCategoriesHasBeenSet =
true;
146 m_eventCategories.emplace_back(std::forward<EventCategoriesT>(value));
158 template <
typename FiltersT = Aws::Vector<Filter>>
160 m_filtersHasBeenSet =
true;
161 m_filters = std::forward<FiltersT>(value);
163 template <
typename FiltersT = Aws::Vector<Filter>>
168 template <
typename FiltersT = Filter>
170 m_filtersHasBeenSet =
true;
171 m_filters.emplace_back(std::forward<FiltersT>(value));
186 m_maxRecordsHasBeenSet =
true;
187 m_maxRecords = value;
203 template <
typename MarkerT = Aws::String>
205 m_markerHasBeenSet =
true;
206 m_marker = std::forward<MarkerT>(value);
208 template <
typename MarkerT = Aws::String>
232 bool m_sourceIdentifierHasBeenSet =
false;
233 bool m_sourceTypeHasBeenSet =
false;
234 bool m_startTimeHasBeenSet =
false;
235 bool m_endTimeHasBeenSet =
false;
236 bool m_durationHasBeenSet =
false;
237 bool m_eventCategoriesHasBeenSet =
false;
238 bool m_filtersHasBeenSet =
false;
239 bool m_maxRecordsHasBeenSet =
false;
240 bool m_markerHasBeenSet =
false;
DescribeEventsRequest & WithSourceType(SourceType value)
DescribeEventsRequest & WithStartTime(StartTimeT &&value)
void SetSourceType(SourceType value)
SourceType GetSourceType() const
const Aws::String & GetSourceIdentifier() const
void SetFilters(FiltersT &&value)
DescribeEventsRequest & WithEventCategories(EventCategoriesT &&value)
void SetDuration(int value)
DescribeEventsRequest & WithMaxRecords(int value)
void SetSourceIdentifier(SourceIdentifierT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetMarker() const
DescribeEventsRequest & WithMarker(MarkerT &&value)
bool MaxRecordsHasBeenSet() const
DescribeEventsRequest & AddEventCategories(EventCategoriesT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::Vector< Aws::String > & GetEventCategories() const
void SetMarker(MarkerT &&value)
bool DurationHasBeenSet() const
DescribeEventsRequest & WithEndTime(EndTimeT &&value)
bool MarkerHasBeenSet() const
bool EndTimeHasBeenSet() const
bool StartTimeHasBeenSet() const
bool EventCategoriesHasBeenSet() const
DescribeEventsRequest & WithSourceIdentifier(SourceIdentifierT &&value)
void SetMaxRecords(int value)
bool SourceIdentifierHasBeenSet() const
bool FiltersHasBeenSet() const
DescribeEventsRequest & WithFilters(FiltersT &&value)
int GetMaxRecords() const
DescribeEventsRequest & WithDuration(int value)
DescribeEventsRequest & AddFilters(FiltersT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_DATABASEMIGRATIONSERVICE_API DescribeEventsRequest()=default
const Aws::Vector< Filter > & GetFilters() const
void SetStartTime(StartTimeT &&value)
bool SourceTypeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
void SetEventCategories(EventCategoriesT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector