AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
LogGroupConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/oam/OAM_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace OAM {
20namespace Model {
21
30 public:
31 AWS_OAM_API LogGroupConfiguration() = default;
35
37
62 inline const Aws::String& GetFilter() const { return m_filter; }
63 inline bool FilterHasBeenSet() const { return m_filterHasBeenSet; }
64 template <typename FilterT = Aws::String>
65 void SetFilter(FilterT&& value) {
66 m_filterHasBeenSet = true;
67 m_filter = std::forward<FilterT>(value);
68 }
69 template <typename FilterT = Aws::String>
71 SetFilter(std::forward<FilterT>(value));
72 return *this;
73 }
75 private:
76 Aws::String m_filter;
77 bool m_filterHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace OAM
82} // 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