7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dataexchange/model/EventActionEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename EventActionsT = Aws::Vector<EventActionEntry>>
43 void SetEventActions(EventActionsT&& value) { m_eventActionsHasBeenSet =
true; m_eventActions = std::forward<EventActionsT>(value); }
44 template<
typename EventActionsT = Aws::Vector<EventActionEntry>>
46 template<
typename EventActionsT = EventActionEntry>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_eventActionsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
AWS_DATAEXCHANGE_API ListEventActionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAEXCHANGE_API ListEventActionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListEventActionsResult & AddEventActions(EventActionsT &&value)
ListEventActionsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
const Aws::Vector< EventActionEntry > & GetEventActions() const
void SetRequestId(RequestIdT &&value)
void SetEventActions(EventActionsT &&value)
const Aws::String & GetNextToken() const
AWS_DATAEXCHANGE_API ListEventActionsResult()=default
ListEventActionsResult & WithEventActions(EventActionsT &&value)
ListEventActionsResult & WithRequestId(RequestIdT &&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