AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
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 template<typename SelectedPillarsT = Aws::Vector<SelectedPillar>>
48 void SetSelectedPillars(SelectedPillarsT&& value) { m_selectedPillarsHasBeenSet = true; m_selectedPillars = std::forward<SelectedPillarsT>(value); }
49 template<typename SelectedPillarsT = Aws::Vector<SelectedPillar>>
50 JiraSelectedQuestionConfiguration& WithSelectedPillars(SelectedPillarsT&& value) { SetSelectedPillars(std::forward<SelectedPillarsT>(value)); return *this;}
51 template<typename SelectedPillarsT = SelectedPillar>
52 JiraSelectedQuestionConfiguration& AddSelectedPillars(SelectedPillarsT&& value) { m_selectedPillarsHasBeenSet = true; m_selectedPillars.emplace_back(std::forward<SelectedPillarsT>(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(SelectedPillarsT &&value)
AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration(Aws::Utils::Json::JsonView jsonValue)
JiraSelectedQuestionConfiguration & WithSelectedPillars(SelectedPillarsT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue