7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
19namespace CloudWatchLogs {
33 AWS_CLOUDWATCHLOGS_API
Grok() =
default;
45 template <
typename SourceT = Aws::String>
47 m_sourceHasBeenSet =
true;
48 m_source = std::forward<SourceT>(value);
50 template <
typename SourceT = Aws::String>
66 template <
typename MatchT = Aws::String>
68 m_matchHasBeenSet =
true;
69 m_match = std::forward<MatchT>(value);
71 template <
typename MatchT = Aws::String>
73 SetMatch(std::forward<MatchT>(value));
81 bool m_sourceHasBeenSet =
false;
82 bool m_matchHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API Grok(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API Grok()=default
AWS_CLOUDWATCHLOGS_API Grok & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceHasBeenSet() const
void SetMatch(MatchT &&value)
Grok & WithSource(SourceT &&value)
Grok & WithMatch(MatchT &&value)
bool MatchHasBeenSet() const
const Aws::String & GetMatch() const
const Aws::String & GetSource() const
void SetSource(SourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue