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/EventSubscription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DatabaseMigrationService {
44 template <
typename MarkerT = Aws::String>
46 m_markerHasBeenSet =
true;
47 m_marker = std::forward<MarkerT>(value);
49 template <
typename MarkerT = Aws::String>
61 template <
typename EventSubscriptionsListT = Aws::Vector<EventSubscription>>
63 m_eventSubscriptionsListHasBeenSet =
true;
64 m_eventSubscriptionsList = std::forward<EventSubscriptionsListT>(value);
66 template <
typename EventSubscriptionsListT = Aws::Vector<EventSubscription>>
71 template <
typename EventSubscriptionsListT = EventSubscription>
73 m_eventSubscriptionsListHasBeenSet =
true;
74 m_eventSubscriptionsList.emplace_back(std::forward<EventSubscriptionsListT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_markerHasBeenSet =
false;
100 bool m_eventSubscriptionsListHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetMarker(MarkerT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeEventSubscriptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DescribeEventSubscriptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEventSubscriptionsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DescribeEventSubscriptionsResult & WithMarker(MarkerT &&value)
void SetEventSubscriptionsList(EventSubscriptionsListT &&value)
const Aws::String & GetMarker() const
const Aws::Vector< EventSubscription > & GetEventSubscriptionsList() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeEventSubscriptionsResult()=default
DescribeEventSubscriptionsResult & WithEventSubscriptionsList(EventSubscriptionsListT &&value)
DescribeEventSubscriptionsResult & AddEventSubscriptionsList(EventSubscriptionsListT &&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