7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
20namespace resiliencehubv2 {
39 template <
typename SystemIdT = Aws::String>
41 m_systemIdHasBeenSet =
true;
42 m_systemId = std::forward<SystemIdT>(value);
44 template <
typename SystemIdT = Aws::String>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
71 template <
typename SystemArnT = Aws::String>
73 m_systemArnHasBeenSet =
true;
74 m_systemArn = std::forward<SystemArnT>(value);
76 template <
typename SystemArnT = Aws::String>
90 m_userJourneysCountHasBeenSet =
true;
91 m_userJourneysCount = value;
106 m_servicesCountHasBeenSet =
true;
107 m_servicesCount = value;
121 template <
typename OrganizationIdT = Aws::String>
123 m_organizationIdHasBeenSet =
true;
124 m_organizationId = std::forward<OrganizationIdT>(value);
126 template <
typename OrganizationIdT = Aws::String>
139 template <
typename OuIdT = Aws::String>
141 m_ouIdHasBeenSet =
true;
142 m_ouId = std::forward<OuIdT>(value);
144 template <
typename OuIdT = Aws::String>
146 SetOuId(std::forward<OuIdT>(value));
157 template <
typename CreatedAtT = Aws::Utils::DateTime>
159 m_createdAtHasBeenSet =
true;
160 m_createdAt = std::forward<CreatedAtT>(value);
162 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 template <
typename UpdatedAtT = Aws::Utils::DateTime>
177 m_updatedAtHasBeenSet =
true;
178 m_updatedAt = std::forward<UpdatedAtT>(value);
180 template <
typename UpdatedAtT = Aws::Utils::DateTime>
193 int m_userJourneysCount{0};
195 int m_servicesCount{0};
204 bool m_systemIdHasBeenSet =
false;
205 bool m_nameHasBeenSet =
false;
206 bool m_systemArnHasBeenSet =
false;
207 bool m_userJourneysCountHasBeenSet =
false;
208 bool m_servicesCountHasBeenSet =
false;
209 bool m_organizationIdHasBeenSet =
false;
210 bool m_ouIdHasBeenSet =
false;
211 bool m_createdAtHasBeenSet =
false;
212 bool m_updatedAtHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API SystemSummary(Aws::Utils::Json::JsonView jsonValue)
bool OrganizationIdHasBeenSet() const
bool OuIdHasBeenSet() const
int GetServicesCount() const
void SetServicesCount(int value)
SystemSummary & WithOuId(OuIdT &&value)
SystemSummary & WithOrganizationId(OrganizationIdT &&value)
void SetSystemId(SystemIdT &&value)
bool ServicesCountHasBeenSet() const
bool SystemIdHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
bool UpdatedAtHasBeenSet() const
bool SystemArnHasBeenSet() const
SystemSummary & WithName(NameT &&value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
SystemSummary & WithCreatedAt(CreatedAtT &&value)
AWS_RESILIENCEHUBV2_API SystemSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOrganizationId() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
SystemSummary & WithSystemId(SystemIdT &&value)
void SetOuId(OuIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetSystemArn() const
const Aws::String & GetOuId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool CreatedAtHasBeenSet() const
void SetOrganizationId(OrganizationIdT &&value)
SystemSummary & WithUserJourneysCount(int value)
AWS_RESILIENCEHUBV2_API SystemSummary()=default
SystemSummary & WithServicesCount(int value)
const Aws::String & GetName() const
SystemSummary & WithUpdatedAt(UpdatedAtT &&value)
bool NameHasBeenSet() const
SystemSummary & WithSystemArn(SystemArnT &&value)
int GetUserJourneysCount() const
void SetUserJourneysCount(int value)
bool UserJourneysCountHasBeenSet() const
void SetSystemArn(SystemArnT &&value)
const Aws::String & GetSystemId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue