AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
JiraSelectedQuestionConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
9#include <aws/wellarchitected/model/SelectedPillar.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace WellArchitected {
21namespace Model {
22
29 public:
30 AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration() = default;
33 AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::Vector<SelectedPillar>& GetSelectedPillars() const { return m_selectedPillars; }
40 inline bool SelectedPillarsHasBeenSet() const { return m_selectedPillarsHasBeenSet; }
41 template <typename SelectedPillarsT = Aws::Vector<SelectedPillar>>
42 void SetSelectedPillars(SelectedPillarsT&& value) {
43 m_selectedPillarsHasBeenSet = true;
44 m_selectedPillars = std::forward<SelectedPillarsT>(value);
45 }
46 template <typename SelectedPillarsT = Aws::Vector<SelectedPillar>>
48 SetSelectedPillars(std::forward<SelectedPillarsT>(value));
49 return *this;
50 }
51 template <typename SelectedPillarsT = SelectedPillar>
53 m_selectedPillarsHasBeenSet = true;
54 m_selectedPillars.emplace_back(std::forward<SelectedPillarsT>(value));
55 return *this;
56 }
58 private:
59 Aws::Vector<SelectedPillar> m_selectedPillars;
60 bool m_selectedPillarsHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace WellArchitected
65} // 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