7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/InsightSeverity.h>
10#include <aws/devops-guru/model/InsightStatus.h>
11#include <aws/devops-guru/model/InsightTimeRange.h>
12#include <aws/devops-guru/model/ResourceCollection.h>
13#include <aws/devops-guru/model/ServiceCollection.h>
46 template <
typename IdT = Aws::String>
48 m_idHasBeenSet =
true;
49 m_id = std::forward<IdT>(value);
51 template <
typename IdT = Aws::String>
53 SetId(std::forward<IdT>(value));
64 template <
typename AccountIdT = Aws::String>
66 m_accountIdHasBeenSet =
true;
67 m_accountId = std::forward<AccountIdT>(value);
69 template <
typename AccountIdT = Aws::String>
82 template <
typename OrganizationalUnitIdT = Aws::String>
84 m_organizationalUnitIdHasBeenSet =
true;
85 m_organizationalUnitId = std::forward<OrganizationalUnitIdT>(value);
87 template <
typename OrganizationalUnitIdT = Aws::String>
100 template <
typename NameT = Aws::String>
102 m_nameHasBeenSet =
true;
103 m_name = std::forward<NameT>(value);
105 template <
typename NameT = Aws::String>
107 SetName(std::forward<NameT>(value));
122 m_severityHasBeenSet =
true;
138 m_statusHasBeenSet =
true;
151 template <
typename InsightTimeRangeT = InsightTimeRange>
153 m_insightTimeRangeHasBeenSet =
true;
154 m_insightTimeRange = std::forward<InsightTimeRangeT>(value);
156 template <
typename InsightTimeRangeT = InsightTimeRange>
167 template <
typename ResourceCollectionT = ResourceCollection>
169 m_resourceCollectionHasBeenSet =
true;
170 m_resourceCollection = std::forward<ResourceCollectionT>(value);
172 template <
typename ResourceCollectionT = ResourceCollection>
183 template <
typename ServiceCollectionT = ServiceCollection>
185 m_serviceCollectionHasBeenSet =
true;
186 m_serviceCollection = std::forward<ServiceCollectionT>(value);
188 template <
typename ServiceCollectionT = ServiceCollection>
207 InsightTimeRange m_insightTimeRange;
209 ResourceCollection m_resourceCollection;
211 ServiceCollection m_serviceCollection;
212 bool m_idHasBeenSet =
false;
213 bool m_accountIdHasBeenSet =
false;
214 bool m_organizationalUnitIdHasBeenSet =
false;
215 bool m_nameHasBeenSet =
false;
216 bool m_severityHasBeenSet =
false;
217 bool m_statusHasBeenSet =
false;
218 bool m_insightTimeRangeHasBeenSet =
false;
219 bool m_resourceCollectionHasBeenSet =
false;
220 bool m_serviceCollectionHasBeenSet =
false;
ReactiveOrganizationInsightSummary & WithOrganizationalUnitId(OrganizationalUnitIdT &&value)
void SetName(NameT &&value)
bool InsightTimeRangeHasBeenSet() const
void SetStatus(InsightStatus value)
void SetAccountId(AccountIdT &&value)
void SetInsightTimeRange(InsightTimeRangeT &&value)
void SetOrganizationalUnitId(OrganizationalUnitIdT &&value)
ReactiveOrganizationInsightSummary & WithAccountId(AccountIdT &&value)
ReactiveOrganizationInsightSummary & WithResourceCollection(ResourceCollectionT &&value)
bool ServiceCollectionHasBeenSet() const
ReactiveOrganizationInsightSummary & WithName(NameT &&value)
void SetSeverity(InsightSeverity value)
bool StatusHasBeenSet() const
bool SeverityHasBeenSet() const
void SetServiceCollection(ServiceCollectionT &&value)
bool OrganizationalUnitIdHasBeenSet() const
ReactiveOrganizationInsightSummary & WithInsightTimeRange(InsightTimeRangeT &&value)
InsightStatus GetStatus() const
InsightSeverity GetSeverity() const
AWS_DEVOPSGURU_API ReactiveOrganizationInsightSummary()=default
const ResourceCollection & GetResourceCollection() const
const InsightTimeRange & GetInsightTimeRange() const
const Aws::String & GetName() const
bool IdHasBeenSet() const
const Aws::String & GetOrganizationalUnitId() const
const Aws::String & GetAccountId() const
ReactiveOrganizationInsightSummary & WithSeverity(InsightSeverity value)
bool NameHasBeenSet() const
bool AccountIdHasBeenSet() const
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
ReactiveOrganizationInsightSummary & WithServiceCollection(ServiceCollectionT &&value)
void SetResourceCollection(ResourceCollectionT &&value)
ReactiveOrganizationInsightSummary & WithId(IdT &&value)
bool ResourceCollectionHasBeenSet() const
ReactiveOrganizationInsightSummary & WithStatus(InsightStatus value)
const ServiceCollection & GetServiceCollection() const
AWS_DEVOPSGURU_API ReactiveOrganizationInsightSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API ReactiveOrganizationInsightSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue