AWS SDK for C++

AWS SDK for C++ Version 1.11.717

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
41 inline const Aws::String& GetImageLogGroupName() const { return m_imageLogGroupName; }
42 inline bool ImageLogGroupNameHasBeenSet() const { return m_imageLogGroupNameHasBeenSet; }
43 template <typename ImageLogGroupNameT = Aws::String>
44 void SetImageLogGroupName(ImageLogGroupNameT&& value) {
45 m_imageLogGroupNameHasBeenSet = true;
46 m_imageLogGroupName = std::forward<ImageLogGroupNameT>(value);
47 }
48 template <typename ImageLogGroupNameT = Aws::String>
50 SetImageLogGroupName(std::forward<ImageLogGroupNameT>(value));
51 return *this;
52 }
54
56
61 inline const Aws::String& GetPipelineLogGroupName() const { return m_pipelineLogGroupName; }
62 inline bool PipelineLogGroupNameHasBeenSet() const { return m_pipelineLogGroupNameHasBeenSet; }
63 template <typename PipelineLogGroupNameT = Aws::String>
64 void SetPipelineLogGroupName(PipelineLogGroupNameT&& value) {
65 m_pipelineLogGroupNameHasBeenSet = true;
66 m_pipelineLogGroupName = std::forward<PipelineLogGroupNameT>(value);
67 }
68 template <typename PipelineLogGroupNameT = Aws::String>
70 SetPipelineLogGroupName(std::forward<PipelineLogGroupNameT>(value));
71 return *this;
72 }
74 private:
75 Aws::String m_imageLogGroupName;
76
77 Aws::String m_pipelineLogGroupName;
78 bool m_imageLogGroupNameHasBeenSet = false;
79 bool m_pipelineLogGroupNameHasBeenSet = false;
80};
81
82} // namespace Model
83} // namespace imagebuilder
84} // 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