AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ProfileSummary.h
1
6#pragma once
7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.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 ProfileSummary() = default;
36 AWS_WELLARCHITECTED_API ProfileSummary(Aws::Utils::Json::JsonView jsonValue);
37 AWS_WELLARCHITECTED_API ProfileSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetProfileArn() const { return m_profileArn; }
46 inline bool ProfileArnHasBeenSet() const { return m_profileArnHasBeenSet; }
47 template<typename ProfileArnT = Aws::String>
48 void SetProfileArn(ProfileArnT&& value) { m_profileArnHasBeenSet = true; m_profileArn = std::forward<ProfileArnT>(value); }
49 template<typename ProfileArnT = Aws::String>
50 ProfileSummary& WithProfileArn(ProfileArnT&& value) { SetProfileArn(std::forward<ProfileArnT>(value)); return *this;}
52
54
57 inline const Aws::String& GetProfileVersion() const { return m_profileVersion; }
58 inline bool ProfileVersionHasBeenSet() const { return m_profileVersionHasBeenSet; }
59 template<typename ProfileVersionT = Aws::String>
60 void SetProfileVersion(ProfileVersionT&& value) { m_profileVersionHasBeenSet = true; m_profileVersion = std::forward<ProfileVersionT>(value); }
61 template<typename ProfileVersionT = Aws::String>
62 ProfileSummary& WithProfileVersion(ProfileVersionT&& value) { SetProfileVersion(std::forward<ProfileVersionT>(value)); return *this;}
64
66
69 inline const Aws::String& GetProfileName() const { return m_profileName; }
70 inline bool ProfileNameHasBeenSet() const { return m_profileNameHasBeenSet; }
71 template<typename ProfileNameT = Aws::String>
72 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet = true; m_profileName = std::forward<ProfileNameT>(value); }
73 template<typename ProfileNameT = Aws::String>
74 ProfileSummary& WithProfileName(ProfileNameT&& value) { SetProfileName(std::forward<ProfileNameT>(value)); return *this;}
76
78
81 inline const Aws::String& GetProfileDescription() const { return m_profileDescription; }
82 inline bool ProfileDescriptionHasBeenSet() const { return m_profileDescriptionHasBeenSet; }
83 template<typename ProfileDescriptionT = Aws::String>
84 void SetProfileDescription(ProfileDescriptionT&& value) { m_profileDescriptionHasBeenSet = true; m_profileDescription = std::forward<ProfileDescriptionT>(value); }
85 template<typename ProfileDescriptionT = Aws::String>
86 ProfileSummary& WithProfileDescription(ProfileDescriptionT&& value) { SetProfileDescription(std::forward<ProfileDescriptionT>(value)); return *this;}
88
90
91 inline const Aws::String& GetOwner() const { return m_owner; }
92 inline bool OwnerHasBeenSet() const { return m_ownerHasBeenSet; }
93 template<typename OwnerT = Aws::String>
94 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet = true; m_owner = std::forward<OwnerT>(value); }
95 template<typename OwnerT = Aws::String>
96 ProfileSummary& WithOwner(OwnerT&& value) { SetOwner(std::forward<OwnerT>(value)); return *this;}
98
100
101 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
102 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
103 template<typename CreatedAtT = Aws::Utils::DateTime>
104 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
105 template<typename CreatedAtT = Aws::Utils::DateTime>
106 ProfileSummary& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
108
110
111 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
112 inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
113 template<typename UpdatedAtT = Aws::Utils::DateTime>
114 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
115 template<typename UpdatedAtT = Aws::Utils::DateTime>
116 ProfileSummary& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
118 private:
119
120 Aws::String m_profileArn;
121 bool m_profileArnHasBeenSet = false;
122
123 Aws::String m_profileVersion;
124 bool m_profileVersionHasBeenSet = false;
125
126 Aws::String m_profileName;
127 bool m_profileNameHasBeenSet = false;
128
129 Aws::String m_profileDescription;
130 bool m_profileDescriptionHasBeenSet = false;
131
132 Aws::String m_owner;
133 bool m_ownerHasBeenSet = false;
134
135 Aws::Utils::DateTime m_createdAt{};
136 bool m_createdAtHasBeenSet = false;
137
138 Aws::Utils::DateTime m_updatedAt{};
139 bool m_updatedAtHasBeenSet = false;
140 };
141
142} // namespace Model
143} // namespace WellArchitected
144} // namespace Aws
AWS_WELLARCHITECTED_API ProfileSummary()=default
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetProfileArn() const
ProfileSummary & WithProfileName(ProfileNameT &&value)
ProfileSummary & WithProfileArn(ProfileArnT &&value)
void SetProfileDescription(ProfileDescriptionT &&value)
ProfileSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
ProfileSummary & WithProfileVersion(ProfileVersionT &&value)
AWS_WELLARCHITECTED_API ProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProfileName(ProfileNameT &&value)
const Aws::String & GetProfileDescription() const
const Aws::Utils::DateTime & GetUpdatedAt() const
ProfileSummary & WithProfileDescription(ProfileDescriptionT &&value)
void SetProfileVersion(ProfileVersionT &&value)
const Aws::String & GetProfileName() const
const Aws::String & GetProfileVersion() const
AWS_WELLARCHITECTED_API ProfileSummary(Aws::Utils::Json::JsonView jsonValue)
ProfileSummary & WithOwner(OwnerT &&value)
ProfileSummary & WithUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue