7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApplicationInsights {
43 template <
typename PatternSetNameT = Aws::String>
45 m_patternSetNameHasBeenSet =
true;
46 m_patternSetName = std::forward<PatternSetNameT>(value);
48 template <
typename PatternSetNameT = Aws::String>
63 template <
typename PatternNameT = Aws::String>
65 m_patternNameHasBeenSet =
true;
66 m_patternName = std::forward<PatternNameT>(value);
68 template <
typename PatternNameT = Aws::String>
84 template <
typename PatternT = Aws::String>
86 m_patternHasBeenSet =
true;
87 m_pattern = std::forward<PatternT>(value);
89 template <
typename PatternT = Aws::String>
113 m_rankHasBeenSet =
true;
129 bool m_patternSetNameHasBeenSet =
false;
130 bool m_patternNameHasBeenSet =
false;
131 bool m_patternHasBeenSet =
false;
132 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