7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/dataexchange/DataExchangeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename EventSourceIdT = Aws::String>
48 void SetEventSourceId(EventSourceIdT&& value) { m_eventSourceIdHasBeenSet =
true; m_eventSourceId = std::forward<EventSourceIdT>(value); }
49 template<
typename EventSourceIdT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
70 template<
typename NextTokenT = Aws::String>
71 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
72 template<
typename NextTokenT = Aws::String>
78 bool m_eventSourceIdHasBeenSet =
false;
81 bool m_maxResultsHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
ListEventActionsRequest & WithMaxResults(int value)
ListEventActionsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_DATAEXCHANGE_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
bool EventSourceIdHasBeenSet() const
AWS_DATAEXCHANGE_API ListEventActionsRequest()=default
int GetMaxResults() const
AWS_DATAEXCHANGE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListEventActionsRequest & WithEventSourceId(EventSourceIdT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetEventSourceId() const
void SetEventSourceId(EventSourceIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String