7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
20namespace EventBridge {
48 template <
typename InputPathsMapT = Aws::Map<Aws::String, Aws::String>>
50 m_inputPathsMapHasBeenSet =
true;
51 m_inputPathsMap = std::forward<InputPathsMapT>(value);
53 template <
typename InputPathsMapT = Aws::Map<Aws::String, Aws::String>>
58 template <
typename InputPathsMapKeyT = Aws::String,
typename InputPathsMapValueT = Aws::String>
60 m_inputPathsMapHasBeenSet =
true;
61 m_inputPathsMap.emplace(std::forward<InputPathsMapKeyT>(key), std::forward<InputPathsMapValueT>(value));
95 template <
typename InputTemplateT = Aws::String>
97 m_inputTemplateHasBeenSet =
true;
98 m_inputTemplate = std::forward<InputTemplateT>(value);
100 template <
typename InputTemplateT = Aws::String>
110 bool m_inputPathsMapHasBeenSet =
false;
111 bool m_inputTemplateHasBeenSet =
false;
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