7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/logs/model/Processor.h>
16namespace CloudWatchLogs
46 template<
typename LogGroupIdentifierT = Aws::String>
47 void SetLogGroupIdentifier(LogGroupIdentifierT&& value) { m_logGroupIdentifierHasBeenSet =
true; m_logGroupIdentifier = std::forward<LogGroupIdentifierT>(value); }
48 template<
typename LogGroupIdentifierT = Aws::String>
60 template<
typename TransformerConfigT = Aws::Vector<Processor>>
61 void SetTransformerConfig(TransformerConfigT&& value) { m_transformerConfigHasBeenSet =
true; m_transformerConfig = std::forward<TransformerConfigT>(value); }
62 template<
typename TransformerConfigT = Aws::Vector<Processor>>
64 template<
typename TransformerConfigT = Processor>
70 bool m_logGroupIdentifierHasBeenSet =
false;
73 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