7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
10#include <aws/dms/model/Event.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DatabaseMigrationService {
43 template <
typename MarkerT = Aws::String>
45 m_markerHasBeenSet =
true;
46 m_marker = std::forward<MarkerT>(value);
48 template <
typename MarkerT = Aws::String>
60 template <
typename EventsT = Aws::Vector<Event>>
62 m_eventsHasBeenSet =
true;
63 m_events = std::forward<EventsT>(value);
65 template <
typename EventsT = Aws::Vector<Event>>
70 template <
typename EventsT = Event>
72 m_eventsHasBeenSet =
true;
73 m_events.emplace_back(std::forward<EventsT>(value));
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
98 bool m_markerHasBeenSet =
false;
99 bool m_eventsHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API DescribeEventsResult()=default
AWS_DATABASEMIGRATIONSERVICE_API DescribeEventsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEventsResult & WithMarker(MarkerT &&value)
DescribeEventsResult & WithEvents(EventsT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
DescribeEventsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Event > & GetEvents() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeEventsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEventsResult & AddEvents(EventsT &&value)
const Aws::String & GetMarker() const
void SetMarker(MarkerT &&value)
void SetEvents(EventsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue