7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CognitoSync {
41 template <
typename EventsT = Aws::Map<Aws::String, Aws::String>>
43 m_eventsHasBeenSet =
true;
44 m_events = std::forward<EventsT>(value);
46 template <
typename EventsT = Aws::Map<Aws::String, Aws::String>>
51 template <
typename EventsKeyT = Aws::String,
typename EventsValueT = Aws::String>
53 m_eventsHasBeenSet =
true;
54 m_events.emplace(std::forward<EventsKeyT>(key), std::forward<EventsValueT>(value));
62 template <
typename RequestIdT = Aws::String>
64 m_requestIdHasBeenSet =
true;
65 m_requestId = std::forward<RequestIdT>(value);
67 template <
typename RequestIdT = Aws::String>
80 bool m_eventsHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
AWS_COGNITOSYNC_API GetCognitoEventsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCognitoEventsResult & WithEvents(EventsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEvents() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetEvents(EventsT &&value)
AWS_COGNITOSYNC_API GetCognitoEventsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COGNITOSYNC_API GetCognitoEventsResult()=default
GetCognitoEventsResult & AddEvents(EventsKeyT &&key, EventsValueT &&value)
GetCognitoEventsResult & WithRequestId(RequestIdT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue