AWS SDK for C++

AWS SDK for C++ Version 1.11.838

Loading...
Searching...
No Matches
PipelineLoggingConfiguration.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
29 public:
30 AWS_IMAGEBUILDER_API PipelineLoggingConfiguration() = default;
33 AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
44 inline const Aws::String& GetImageLogGroupName() const { return m_imageLogGroupName; }
45 inline bool ImageLogGroupNameHasBeenSet() const { return m_imageLogGroupNameHasBeenSet; }
46 template <typename ImageLogGroupNameT = Aws::String>
47 void SetImageLogGroupName(ImageLogGroupNameT&& value) {
48 m_imageLogGroupNameHasBeenSet = true;
49 m_imageLogGroupName = std::forward<ImageLogGroupNameT>(value);
50 }
51 template <typename ImageLogGroupNameT = Aws::String>
53 SetImageLogGroupName(std::forward<ImageLogGroupNameT>(value));
54 return *this;
55 }
57
59
67 inline const Aws::String& GetPipelineLogGroupName() const { return m_pipelineLogGroupName; }
68 inline bool PipelineLogGroupNameHasBeenSet() const { return m_pipelineLogGroupNameHasBeenSet; }
69 template <typename PipelineLogGroupNameT = Aws::String>
70 void SetPipelineLogGroupName(PipelineLogGroupNameT&& value) {
71 m_pipelineLogGroupNameHasBeenSet = true;
72 m_pipelineLogGroupName = std::forward<PipelineLogGroupNameT>(value);
73 }
74 template <typename PipelineLogGroupNameT = Aws::String>
76 SetPipelineLogGroupName(std::forward<PipelineLogGroupNameT>(value));
77 return *this;
78 }
80 private:
81 Aws::String m_imageLogGroupName;
82
83 Aws::String m_pipelineLogGroupName;
84 bool m_imageLogGroupNameHasBeenSet = false;
85 bool m_pipelineLogGroupNameHasBeenSet = false;
86};
87
88} // namespace Model
89} // namespace imagebuilder
90} // namespace Aws
AWS_IMAGEBUILDER_API PipelineLoggingConfiguration()=default
PipelineLoggingConfiguration & WithImageLogGroupName(ImageLogGroupNameT &&value)
AWS_IMAGEBUILDER_API PipelineLoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API PipelineLoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineLoggingConfiguration & WithPipelineLogGroupName(PipelineLogGroupNameT &&value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue