7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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/PredictionTimeRange.h>
13#include <aws/devops-guru/model/ResourceCollection.h>
53 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
54 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
68 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
140 inline void SetSsmOpsItemId(
const char* value) { m_ssmOpsItemIdHasBeenSet =
true; m_ssmOpsItemId.assign(value); }
154 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
162 bool m_idHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_severityHasBeenSet =
false;
171 bool m_statusHasBeenSet =
false;
174 bool m_insightTimeRangeHasBeenSet =
false;
177 bool m_predictionTimeRangeHasBeenSet =
false;
180 bool m_resourceCollectionHasBeenSet =
false;
183 bool m_ssmOpsItemIdHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
const InsightSeverity & GetSeverity() const
AWS_DEVOPSGURU_API ProactiveInsight(Aws::Utils::Json::JsonView jsonValue)
void SetSeverity(const InsightSeverity &value)
ProactiveInsight & WithId(const char *value)
ProactiveInsight & WithDescription(const char *value)
void SetStatus(InsightStatus &&value)
void SetPredictionTimeRange(const PredictionTimeRange &value)
ProactiveInsight & WithPredictionTimeRange(PredictionTimeRange &&value)
ProactiveInsight & WithName(const char *value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPredictionTimeRange(PredictionTimeRange &&value)
AWS_DEVOPSGURU_API ProactiveInsight()
bool IdHasBeenSet() const
bool DescriptionHasBeenSet() const
ProactiveInsight & WithName(Aws::String &&value)
ProactiveInsight & WithSsmOpsItemId(Aws::String &&value)
bool SsmOpsItemIdHasBeenSet() const
void SetSeverity(InsightSeverity &&value)
void SetName(const char *value)
void SetStatus(const InsightStatus &value)
ProactiveInsight & WithDescription(const Aws::String &value)
const Aws::String & GetName() const
ProactiveInsight & WithResourceCollection(const ResourceCollection &value)
ProactiveInsight & WithName(const Aws::String &value)
const Aws::String & GetSsmOpsItemId() const
void SetId(Aws::String &&value)
ProactiveInsight & WithId(Aws::String &&value)
void SetSsmOpsItemId(Aws::String &&value)
const Aws::String & GetDescription() const
const ResourceCollection & GetResourceCollection() const
void SetDescription(const char *value)
void SetDescription(Aws::String &&value)
const InsightStatus & GetStatus() const
void SetName(const Aws::String &value)
AWS_DEVOPSGURU_API ProactiveInsight & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InsightTimeRangeHasBeenSet() const
bool SeverityHasBeenSet() const
bool ResourceCollectionHasBeenSet() const
void SetName(Aws::String &&value)
bool NameHasBeenSet() const
void SetResourceCollection(ResourceCollection &&value)
ProactiveInsight & WithId(const Aws::String &value)
void SetId(const char *value)
void SetSsmOpsItemId(const Aws::String &value)
const PredictionTimeRange & GetPredictionTimeRange() const
ProactiveInsight & WithSeverity(const InsightSeverity &value)
void SetInsightTimeRange(const InsightTimeRange &value)
ProactiveInsight & WithDescription(Aws::String &&value)
ProactiveInsight & WithPredictionTimeRange(const PredictionTimeRange &value)
ProactiveInsight & WithInsightTimeRange(const InsightTimeRange &value)
ProactiveInsight & WithInsightTimeRange(InsightTimeRange &&value)
ProactiveInsight & WithStatus(const InsightStatus &value)
ProactiveInsight & WithResourceCollection(ResourceCollection &&value)
void SetId(const Aws::String &value)
const InsightTimeRange & GetInsightTimeRange() const
ProactiveInsight & WithSsmOpsItemId(const char *value)
void SetInsightTimeRange(InsightTimeRange &&value)
void SetSsmOpsItemId(const char *value)
ProactiveInsight & WithSsmOpsItemId(const Aws::String &value)
const Aws::String & GetId() const
void SetResourceCollection(const ResourceCollection &value)
void SetDescription(const Aws::String &value)
ProactiveInsight & WithSeverity(InsightSeverity &&value)
bool PredictionTimeRangeHasBeenSet() const
bool StatusHasBeenSet() const
ProactiveInsight & WithStatus(InsightStatus &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue