7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CognitoSync {
40 template <
typename EventsT = Aws::Map<Aws::String, Aws::String>>
42 m_eventsHasBeenSet =
true;
43 m_events = std::forward<EventsT>(value);
45 template <
typename EventsT = Aws::Map<Aws::String, Aws::String>>
50 template <
typename EventsKeyT = Aws::String,
typename EventsValueT = Aws::String>
52 m_eventsHasBeenSet =
true;
53 m_events.emplace(std::forward<EventsKeyT>(key), std::forward<EventsValueT>(value));
61 template <
typename RequestIdT = Aws::String>
63 m_requestIdHasBeenSet =
true;
64 m_requestId = std::forward<RequestIdT>(value);
66 template <
typename RequestIdT = Aws::String>
76 bool m_eventsHasBeenSet =
false;
77 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
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