7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/logs/CloudWatchLogsRequest.h>
10#include <aws/logs/CloudWatchLogs_EXPORTS.h>
11#include <aws/logs/model/Processor.h>
16namespace CloudWatchLogs {
42 template <
typename LogGroupIdentifierT = Aws::String>
44 m_logGroupIdentifierHasBeenSet =
true;
45 m_logGroupIdentifier = std::forward<LogGroupIdentifierT>(value);
47 template <
typename LogGroupIdentifierT = Aws::String>
62 template <
typename TransformerConfigT = Aws::Vector<Processor>>
64 m_transformerConfigHasBeenSet =
true;
65 m_transformerConfig = std::forward<TransformerConfigT>(value);
67 template <
typename TransformerConfigT = Aws::Vector<Processor>>
72 template <
typename TransformerConfigT = Processor>
74 m_transformerConfigHasBeenSet =
true;
75 m_transformerConfig.emplace_back(std::forward<TransformerConfigT>(value));
83 bool m_logGroupIdentifierHasBeenSet =
false;
84 bool m_transformerConfigHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector