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>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
84 m_severityHasBeenSet =
true;
100 m_statusHasBeenSet =
true;
113 template <
typename InsightTimeRangeT = InsightTimeRange>
115 m_insightTimeRangeHasBeenSet =
true;
116 m_insightTimeRange = std::forward<InsightTimeRangeT>(value);
118 template <
typename InsightTimeRangeT = InsightTimeRange>
129 template <
typename ResourceCollectionT = ResourceCollection>
131 m_resourceCollectionHasBeenSet =
true;
132 m_resourceCollection = std::forward<ResourceCollectionT>(value);
134 template <
typename ResourceCollectionT = ResourceCollection>
149 template <
typename SsmOpsItemIdT = Aws::String>
151 m_ssmOpsItemIdHasBeenSet =
true;
152 m_ssmOpsItemId = std::forward<SsmOpsItemIdT>(value);
154 template <
typename SsmOpsItemIdT = Aws::String>
167 template <
typename DescriptionT = Aws::String>
169 m_descriptionHasBeenSet =
true;
170 m_description = std::forward<DescriptionT>(value);
172 template <
typename DescriptionT = Aws::String>
187 InsightTimeRange m_insightTimeRange;
189 ResourceCollection m_resourceCollection;
194 bool m_idHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
196 bool m_severityHasBeenSet =
false;
197 bool m_statusHasBeenSet =
false;
198 bool m_insightTimeRangeHasBeenSet =
false;
199 bool m_resourceCollectionHasBeenSet =
false;
200 bool m_ssmOpsItemIdHasBeenSet =
false;
201 bool m_descriptionHasBeenSet =
false;
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
ReactiveInsight & WithId(IdT &&value)
const Aws::String & GetSsmOpsItemId() const
ReactiveInsight & WithInsightTimeRange(InsightTimeRangeT &&value)
AWS_DEVOPSGURU_API ReactiveInsight(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(InsightStatus value)
const Aws::String & GetName() const
bool IdHasBeenSet() const
bool ResourceCollectionHasBeenSet() const
ReactiveInsight & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetSsmOpsItemId(SsmOpsItemIdT &&value)
bool SeverityHasBeenSet() const
bool StatusHasBeenSet() const
bool NameHasBeenSet() const
ReactiveInsight & WithName(NameT &&value)
bool SsmOpsItemIdHasBeenSet() const
InsightSeverity GetSeverity() const
void SetInsightTimeRange(InsightTimeRangeT &&value)
ReactiveInsight & WithSeverity(InsightSeverity value)
const Aws::String & GetDescription() const
const InsightTimeRange & GetInsightTimeRange() const
InsightStatus GetStatus() const
AWS_DEVOPSGURU_API ReactiveInsight()=default
const ResourceCollection & GetResourceCollection() const
ReactiveInsight & WithStatus(InsightStatus value)
AWS_DEVOPSGURU_API ReactiveInsight & operator=(Aws::Utils::Json::JsonView jsonValue)
ReactiveInsight & WithSsmOpsItemId(SsmOpsItemIdT &&value)
void SetSeverity(InsightSeverity value)
void SetResourceCollection(ResourceCollectionT &&value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
ReactiveInsight & WithResourceCollection(ResourceCollectionT &&value)
bool InsightTimeRangeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue