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>
13#include <aws/devops-guru/model/ServiceCollection.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
54 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
55 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
69 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.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_serviceCollectionHasBeenSet =
false;
172 bool m_associatedResourceArnsHasBeenSet =
false;
const Aws::String & GetId() const
void SetName(Aws::String &&value)
bool ServiceCollectionHasBeenSet() const
ReactiveInsightSummary & WithInsightTimeRange(const InsightTimeRange &value)
ReactiveInsightSummary & WithId(const Aws::String &value)
ReactiveInsightSummary & WithResourceCollection(const ResourceCollection &value)
void SetSeverity(const InsightSeverity &value)
void SetName(const Aws::String &value)
bool ResourceCollectionHasBeenSet() const
void SetServiceCollection(ServiceCollection &&value)
bool NameHasBeenSet() const
ReactiveInsightSummary & WithStatus(const InsightStatus &value)
ReactiveInsightSummary & WithId(Aws::String &&value)
void SetInsightTimeRange(InsightTimeRange &&value)
const InsightTimeRange & GetInsightTimeRange() const
void SetSeverity(InsightSeverity &&value)
bool IdHasBeenSet() const
void SetResourceCollection(const ResourceCollection &value)
const InsightSeverity & GetSeverity() const
AWS_DEVOPSGURU_API ReactiveInsightSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetId(const Aws::String &value)
ReactiveInsightSummary & WithSeverity(const InsightSeverity &value)
ReactiveInsightSummary & WithSeverity(InsightSeverity &&value)
ReactiveInsightSummary & WithAssociatedResourceArns(Aws::Vector< Aws::String > &&value)
ReactiveInsightSummary & AddAssociatedResourceArns(const Aws::String &value)
bool SeverityHasBeenSet() const
void SetAssociatedResourceArns(Aws::Vector< Aws::String > &&value)
const Aws::String & GetName() const
AWS_DEVOPSGURU_API ReactiveInsightSummary(Aws::Utils::Json::JsonView jsonValue)
ReactiveInsightSummary & WithName(Aws::String &&value)
ReactiveInsightSummary & WithId(const char *value)
ReactiveInsightSummary & WithServiceCollection(ServiceCollection &&value)
bool InsightTimeRangeHasBeenSet() const
const InsightStatus & GetStatus() const
const ResourceCollection & GetResourceCollection() const
ReactiveInsightSummary & WithStatus(InsightStatus &&value)
const Aws::Vector< Aws::String > & GetAssociatedResourceArns() const
ReactiveInsightSummary & AddAssociatedResourceArns(Aws::String &&value)
AWS_DEVOPSGURU_API ReactiveInsightSummary()
void SetServiceCollection(const ServiceCollection &value)
void SetAssociatedResourceArns(const Aws::Vector< Aws::String > &value)
ReactiveInsightSummary & WithName(const char *value)
void SetInsightTimeRange(const InsightTimeRange &value)
ReactiveInsightSummary & WithResourceCollection(ResourceCollection &&value)
ReactiveInsightSummary & WithInsightTimeRange(InsightTimeRange &&value)
void SetStatus(InsightStatus &&value)
void SetName(const char *value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
ReactiveInsightSummary & WithAssociatedResourceArns(const Aws::Vector< Aws::String > &value)
ReactiveInsightSummary & WithServiceCollection(const ServiceCollection &value)
void SetStatus(const InsightStatus &value)
void SetResourceCollection(ResourceCollection &&value)
ReactiveInsightSummary & AddAssociatedResourceArns(const char *value)
bool StatusHasBeenSet() const
const ServiceCollection & GetServiceCollection() const
bool AssociatedResourceArnsHasBeenSet() const
ReactiveInsightSummary & WithName(const Aws::String &value)
void SetId(Aws::String &&value)
void SetId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue