AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ImageLoggingConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace imagebuilder {
20namespace Model {
21
30 public:
31 AWS_IMAGEBUILDER_API ImageLoggingConfiguration() = default;
34 AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const Aws::String& GetLogGroupName() const { return m_logGroupName; }
43 inline bool LogGroupNameHasBeenSet() const { return m_logGroupNameHasBeenSet; }
44 template <typename LogGroupNameT = Aws::String>
45 void SetLogGroupName(LogGroupNameT&& value) {
46 m_logGroupNameHasBeenSet = true;
47 m_logGroupName = std::forward<LogGroupNameT>(value);
48 }
49 template <typename LogGroupNameT = Aws::String>
51 SetLogGroupName(std::forward<LogGroupNameT>(value));
52 return *this;
53 }
55 private:
56 Aws::String m_logGroupName;
57 bool m_logGroupNameHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace imagebuilder
62} // namespace Aws
AWS_IMAGEBUILDER_API ImageLoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API ImageLoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
ImageLoggingConfiguration & WithLogGroupName(LogGroupNameT &&value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IMAGEBUILDER_API ImageLoggingConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue