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/ResourceCollection.h>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
129 inline void SetSsmOpsItemId(
const char* value) { m_ssmOpsItemIdHasBeenSet =
true; m_ssmOpsItemId.assign(value); }
143 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
151 bool m_idHasBeenSet =
false;
154 bool m_nameHasBeenSet =
false;
157 bool m_severityHasBeenSet =
false;
160 bool m_statusHasBeenSet =
false;
163 bool m_insightTimeRangeHasBeenSet =
false;
166 bool m_resourceCollectionHasBeenSet =
false;
169 bool m_ssmOpsItemIdHasBeenSet =
false;
172 bool m_descriptionHasBeenSet =
false;
void SetInsightTimeRange(InsightTimeRange &&value)
void SetStatus(InsightStatus &&value)
bool DescriptionHasBeenSet() const
ReactiveInsight & WithDescription(Aws::String &&value)
void SetName(const Aws::String &value)
ReactiveInsight & WithResourceCollection(ResourceCollection &&value)
const Aws::String & GetSsmOpsItemId() const
ReactiveInsight & WithSsmOpsItemId(const char *value)
ReactiveInsight & WithStatus(const InsightStatus &value)
void SetId(const char *value)
void SetSsmOpsItemId(Aws::String &&value)
void SetId(const Aws::String &value)
AWS_DEVOPSGURU_API ReactiveInsight(Aws::Utils::Json::JsonView jsonValue)
ReactiveInsight & WithDescription(const Aws::String &value)
ReactiveInsight & WithSsmOpsItemId(const Aws::String &value)
const Aws::String & GetName() const
const InsightSeverity & GetSeverity() const
void SetSsmOpsItemId(const char *value)
ReactiveInsight & WithId(const Aws::String &value)
bool IdHasBeenSet() const
bool ResourceCollectionHasBeenSet() const
ReactiveInsight & WithStatus(InsightStatus &&value)
void SetStatus(const InsightStatus &value)
bool SeverityHasBeenSet() const
bool StatusHasBeenSet() const
ReactiveInsight & WithId(const char *value)
void SetDescription(const Aws::String &value)
bool NameHasBeenSet() const
void SetSsmOpsItemId(const Aws::String &value)
ReactiveInsight & WithName(const char *value)
bool SsmOpsItemIdHasBeenSet() const
const Aws::String & GetDescription() const
void SetName(const char *value)
const InsightTimeRange & GetInsightTimeRange() const
void SetSeverity(const InsightSeverity &value)
ReactiveInsight & WithInsightTimeRange(InsightTimeRange &&value)
const ResourceCollection & GetResourceCollection() const
ReactiveInsight & WithDescription(const char *value)
ReactiveInsight & WithName(const Aws::String &value)
AWS_DEVOPSGURU_API ReactiveInsight & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSeverity(InsightSeverity &&value)
AWS_DEVOPSGURU_API ReactiveInsight()
void SetDescription(Aws::String &&value)
void SetId(Aws::String &&value)
ReactiveInsight & WithResourceCollection(const ResourceCollection &value)
void SetResourceCollection(ResourceCollection &&value)
ReactiveInsight & WithSeverity(const InsightSeverity &value)
const InsightStatus & GetStatus() const
void SetDescription(const char *value)
ReactiveInsight & WithName(Aws::String &&value)
ReactiveInsight & WithSsmOpsItemId(Aws::String &&value)
void SetInsightTimeRange(const InsightTimeRange &value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
ReactiveInsight & WithId(Aws::String &&value)
const Aws::String & GetId() const
ReactiveInsight & WithSeverity(InsightSeverity &&value)
ReactiveInsight & WithInsightTimeRange(const InsightTimeRange &value)
void SetResourceCollection(const ResourceCollection &value)
void SetName(Aws::String &&value)
bool InsightTimeRangeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue