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