/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response from the GetCognitoEvents requestSee Also:
AWS
* API Reference
The Cognito Events returned from the GetCognitoEvents request
*/ inline const Aws::MapThe Cognito Events returned from the GetCognitoEvents request
*/ inline void SetEvents(const Aws::MapThe Cognito Events returned from the GetCognitoEvents request
*/ inline void SetEvents(Aws::MapThe Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& WithEvents(const Aws::MapThe Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& WithEvents(Aws::MapThe Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& AddEvents(const Aws::String& key, const Aws::String& value) { m_events.emplace(key, value); return *this; } /** *The Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& AddEvents(Aws::String&& key, const Aws::String& value) { m_events.emplace(std::move(key), value); return *this; } /** *The Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& AddEvents(const Aws::String& key, Aws::String&& value) { m_events.emplace(key, std::move(value)); return *this; } /** *The Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& AddEvents(Aws::String&& key, Aws::String&& value) { m_events.emplace(std::move(key), std::move(value)); return *this; } /** *The Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& AddEvents(const char* key, Aws::String&& value) { m_events.emplace(key, std::move(value)); return *this; } /** *The Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& AddEvents(Aws::String&& key, const char* value) { m_events.emplace(std::move(key), value); return *this; } /** *The Cognito Events returned from the GetCognitoEvents request
*/ inline GetCognitoEventsResult& AddEvents(const char* key, const char* value) { m_events.emplace(key, value); return *this; } private: Aws::Map