AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VersionDifferences.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/PillarDifference.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
34 {
35 public:
36 AWS_WELLARCHITECTED_API VersionDifferences();
37 AWS_WELLARCHITECTED_API VersionDifferences(Aws::Utils::Json::JsonView jsonValue);
38 AWS_WELLARCHITECTED_API VersionDifferences& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Vector<PillarDifference>& GetPillarDifferences() const{ return m_pillarDifferences; }
47 inline bool PillarDifferencesHasBeenSet() const { return m_pillarDifferencesHasBeenSet; }
48 inline void SetPillarDifferences(const Aws::Vector<PillarDifference>& value) { m_pillarDifferencesHasBeenSet = true; m_pillarDifferences = value; }
49 inline void SetPillarDifferences(Aws::Vector<PillarDifference>&& value) { m_pillarDifferencesHasBeenSet = true; m_pillarDifferences = std::move(value); }
52 inline VersionDifferences& AddPillarDifferences(const PillarDifference& value) { m_pillarDifferencesHasBeenSet = true; m_pillarDifferences.push_back(value); return *this; }
53 inline VersionDifferences& AddPillarDifferences(PillarDifference&& value) { m_pillarDifferencesHasBeenSet = true; m_pillarDifferences.push_back(std::move(value)); return *this; }
55 private:
56
57 Aws::Vector<PillarDifference> m_pillarDifferences;
58 bool m_pillarDifferencesHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace WellArchitected
63} // namespace Aws
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API VersionDifferences & operator=(Aws::Utils::Json::JsonView jsonValue)
VersionDifferences & WithPillarDifferences(Aws::Vector< PillarDifference > &&value)
VersionDifferences & WithPillarDifferences(const Aws::Vector< PillarDifference > &value)
void SetPillarDifferences(Aws::Vector< PillarDifference > &&value)
VersionDifferences & AddPillarDifferences(const PillarDifference &value)
const Aws::Vector< PillarDifference > & GetPillarDifferences() const
VersionDifferences & AddPillarDifferences(PillarDifference &&value)
AWS_WELLARCHITECTED_API VersionDifferences(Aws::Utils::Json::JsonView jsonValue)
void SetPillarDifferences(const Aws::Vector< PillarDifference > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue