AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LogGroupConfiguration.h
1
6#pragma once
7#include <aws/oam/OAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace OAM
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_OAM_API LogGroupConfiguration() = default;
40
41
43
68 inline const Aws::String& GetFilter() const { return m_filter; }
69 inline bool FilterHasBeenSet() const { return m_filterHasBeenSet; }
70 template<typename FilterT = Aws::String>
71 void SetFilter(FilterT&& value) { m_filterHasBeenSet = true; m_filter = std::forward<FilterT>(value); }
72 template<typename FilterT = Aws::String>
73 LogGroupConfiguration& WithFilter(FilterT&& value) { SetFilter(std::forward<FilterT>(value)); return *this;}
75 private:
76
77 Aws::String m_filter;
78 bool m_filterHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace OAM
83} // namespace Aws
LogGroupConfiguration & WithFilter(FilterT &&value)
AWS_OAM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OAM_API LogGroupConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OAM_API LogGroupConfiguration()=default
AWS_OAM_API LogGroupConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue