7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationInsights
49 template<
typename PatternSetNameT = Aws::String>
50 void SetPatternSetName(PatternSetNameT&& value) { m_patternSetNameHasBeenSet =
true; m_patternSetName = std::forward<PatternSetNameT>(value); }
51 template<
typename PatternSetNameT = Aws::String>
63 template<
typename PatternNameT = Aws::String>
64 void SetPatternName(PatternNameT&& value) { m_patternNameHasBeenSet =
true; m_patternName = std::forward<PatternNameT>(value); }
65 template<
typename PatternNameT = Aws::String>
78 template<
typename PatternT = Aws::String>
79 void SetPattern(PatternT&& value) { m_patternHasBeenSet =
true; m_pattern = std::forward<PatternT>(value); }
80 template<
typename PatternT = Aws::String>
98 inline int GetRank()
const {
return m_rank; }
100 inline void SetRank(
int value) { m_rankHasBeenSet =
true; m_rank = value; }
106 bool m_patternSetNameHasBeenSet =
false;
109 bool m_patternNameHasBeenSet =
false;
112 bool m_patternHasBeenSet =
false;
115 bool m_rankHasBeenSet =
false;
AWS_APPLICATIONINSIGHTS_API LogPattern()=default
LogPattern & WithPatternSetName(PatternSetNameT &&value)
const Aws::String & GetPatternName() const
void SetPattern(PatternT &&value)
const Aws::String & GetPatternSetName() const
bool PatternHasBeenSet() const
LogPattern & WithRank(int value)
bool RankHasBeenSet() const
bool PatternNameHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API LogPattern & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPatternName(PatternNameT &&value)
const Aws::String & GetPattern() const
AWS_APPLICATIONINSIGHTS_API Aws::Utils::Json::JsonValue Jsonize() const
LogPattern & WithPatternName(PatternNameT &&value)
void SetPatternSetName(PatternSetNameT &&value)
LogPattern & WithPattern(PatternT &&value)
bool PatternSetNameHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API LogPattern(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue