AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
JiraSelectedQuestionConfiguration.h
1
6#pragma once
7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wellarchitected/model/SelectedPillar.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace WellArchitected
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration();
38 AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Vector<SelectedPillar>& GetSelectedPillars() const{ return m_selectedPillars; }
46 inline bool SelectedPillarsHasBeenSet() const { return m_selectedPillarsHasBeenSet; }
47 inline void SetSelectedPillars(const Aws::Vector<SelectedPillar>& value) { m_selectedPillarsHasBeenSet = true; m_selectedPillars = value; }
48 inline void SetSelectedPillars(Aws::Vector<SelectedPillar>&& value) { m_selectedPillarsHasBeenSet = true; m_selectedPillars = std::move(value); }
51 inline JiraSelectedQuestionConfiguration& AddSelectedPillars(const SelectedPillar& value) { m_selectedPillarsHasBeenSet = true; m_selectedPillars.push_back(value); return *this; }
52 inline JiraSelectedQuestionConfiguration& AddSelectedPillars(SelectedPillar&& value) { m_selectedPillarsHasBeenSet = true; m_selectedPillars.push_back(std::move(value)); return *this; }
54 private:
55
56 Aws::Vector<SelectedPillar> m_selectedPillars;
57 bool m_selectedPillarsHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace WellArchitected
62} // namespace Aws
AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
JiraSelectedQuestionConfiguration & AddSelectedPillars(SelectedPillar &&value)
JiraSelectedQuestionConfiguration & WithSelectedPillars(Aws::Vector< SelectedPillar > &&value)
AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
JiraSelectedQuestionConfiguration & AddSelectedPillars(const SelectedPillar &value)
JiraSelectedQuestionConfiguration & WithSelectedPillars(const Aws::Vector< SelectedPillar > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue