7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchLogs
38 AWS_CLOUDWATCHLOGS_API
Grok() =
default;
51 template<
typename SourceT = Aws::String>
52 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
53 template<
typename SourceT = Aws::String>
66 template<
typename MatchT = Aws::String>
67 void SetMatch(MatchT&& value) { m_matchHasBeenSet =
true; m_match = std::forward<MatchT>(value); }
68 template<
typename MatchT = Aws::String>
74 bool m_sourceHasBeenSet =
false;
77 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