/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details about a proactive insight. This object is returned by
* DescribeInsight
.See Also:
AWS
* API Reference
The ID of the insight summary.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The ID of the insight summary.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The ID of the insight summary.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The ID of the insight summary.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The ID of the insight summary.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The ID of the insight summary.
*/ inline ProactiveOrganizationInsightSummary& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The ID of the insight summary.
*/ inline ProactiveOrganizationInsightSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The ID of the insight summary.
*/ inline ProactiveOrganizationInsightSummary& WithId(const char* value) { SetId(value); return *this;} /** *The ID of the Amazon Web Services account.
*/ inline const Aws::String& GetAccountId() const{ return m_accountId; } /** *The ID of the Amazon Web Services account.
*/ inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; } /** *The ID of the Amazon Web Services account.
*/ inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; } /** *The ID of the Amazon Web Services account.
*/ inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); } /** *The ID of the Amazon Web Services account.
*/ inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); } /** *The ID of the Amazon Web Services account.
*/ inline ProactiveOrganizationInsightSummary& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;} /** *The ID of the Amazon Web Services account.
*/ inline ProactiveOrganizationInsightSummary& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;} /** *The ID of the Amazon Web Services account.
*/ inline ProactiveOrganizationInsightSummary& WithAccountId(const char* value) { SetAccountId(value); return *this;} /** *The ID of the organizational unit.
*/ inline const Aws::String& GetOrganizationalUnitId() const{ return m_organizationalUnitId; } /** *The ID of the organizational unit.
*/ inline bool OrganizationalUnitIdHasBeenSet() const { return m_organizationalUnitIdHasBeenSet; } /** *The ID of the organizational unit.
*/ inline void SetOrganizationalUnitId(const Aws::String& value) { m_organizationalUnitIdHasBeenSet = true; m_organizationalUnitId = value; } /** *The ID of the organizational unit.
*/ inline void SetOrganizationalUnitId(Aws::String&& value) { m_organizationalUnitIdHasBeenSet = true; m_organizationalUnitId = std::move(value); } /** *The ID of the organizational unit.
*/ inline void SetOrganizationalUnitId(const char* value) { m_organizationalUnitIdHasBeenSet = true; m_organizationalUnitId.assign(value); } /** *The ID of the organizational unit.
*/ inline ProactiveOrganizationInsightSummary& WithOrganizationalUnitId(const Aws::String& value) { SetOrganizationalUnitId(value); return *this;} /** *The ID of the organizational unit.
*/ inline ProactiveOrganizationInsightSummary& WithOrganizationalUnitId(Aws::String&& value) { SetOrganizationalUnitId(std::move(value)); return *this;} /** *The ID of the organizational unit.
*/ inline ProactiveOrganizationInsightSummary& WithOrganizationalUnitId(const char* value) { SetOrganizationalUnitId(value); return *this;} /** *The name of the insight summary.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the insight summary.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the insight summary.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the insight summary.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the insight summary.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the insight summary.
*/ inline ProactiveOrganizationInsightSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the insight summary.
*/ inline ProactiveOrganizationInsightSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the insight summary.
*/ inline ProactiveOrganizationInsightSummary& WithName(const char* value) { SetName(value); return *this;} /** *An array of severity values used to search for insights. For more * information, see Understanding * insight severities in the Amazon DevOps Guru User Guide.
*/ inline const InsightSeverity& GetSeverity() const{ return m_severity; } /** *An array of severity values used to search for insights. For more * information, see Understanding * insight severities in the Amazon DevOps Guru User Guide.
*/ inline bool SeverityHasBeenSet() const { return m_severityHasBeenSet; } /** *An array of severity values used to search for insights. For more * information, see Understanding * insight severities in the Amazon DevOps Guru User Guide.
*/ inline void SetSeverity(const InsightSeverity& value) { m_severityHasBeenSet = true; m_severity = value; } /** *An array of severity values used to search for insights. For more * information, see Understanding * insight severities in the Amazon DevOps Guru User Guide.
*/ inline void SetSeverity(InsightSeverity&& value) { m_severityHasBeenSet = true; m_severity = std::move(value); } /** *An array of severity values used to search for insights. For more * information, see Understanding * insight severities in the Amazon DevOps Guru User Guide.
*/ inline ProactiveOrganizationInsightSummary& WithSeverity(const InsightSeverity& value) { SetSeverity(value); return *this;} /** *An array of severity values used to search for insights. For more * information, see Understanding * insight severities in the Amazon DevOps Guru User Guide.
*/ inline ProactiveOrganizationInsightSummary& WithSeverity(InsightSeverity&& value) { SetSeverity(std::move(value)); return *this;} /** *An array of status values used to search for insights.
*/ inline const InsightStatus& GetStatus() const{ return m_status; } /** *An array of status values used to search for insights.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *An array of status values used to search for insights.
*/ inline void SetStatus(const InsightStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *An array of status values used to search for insights.
*/ inline void SetStatus(InsightStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *An array of status values used to search for insights.
*/ inline ProactiveOrganizationInsightSummary& WithStatus(const InsightStatus& value) { SetStatus(value); return *this;} /** *An array of status values used to search for insights.
*/ inline ProactiveOrganizationInsightSummary& WithStatus(InsightStatus&& value) { SetStatus(std::move(value)); return *this;} inline const InsightTimeRange& GetInsightTimeRange() const{ return m_insightTimeRange; } inline bool InsightTimeRangeHasBeenSet() const { return m_insightTimeRangeHasBeenSet; } inline void SetInsightTimeRange(const InsightTimeRange& value) { m_insightTimeRangeHasBeenSet = true; m_insightTimeRange = value; } inline void SetInsightTimeRange(InsightTimeRange&& value) { m_insightTimeRangeHasBeenSet = true; m_insightTimeRange = std::move(value); } inline ProactiveOrganizationInsightSummary& WithInsightTimeRange(const InsightTimeRange& value) { SetInsightTimeRange(value); return *this;} inline ProactiveOrganizationInsightSummary& WithInsightTimeRange(InsightTimeRange&& value) { SetInsightTimeRange(std::move(value)); return *this;} inline const PredictionTimeRange& GetPredictionTimeRange() const{ return m_predictionTimeRange; } inline bool PredictionTimeRangeHasBeenSet() const { return m_predictionTimeRangeHasBeenSet; } inline void SetPredictionTimeRange(const PredictionTimeRange& value) { m_predictionTimeRangeHasBeenSet = true; m_predictionTimeRange = value; } inline void SetPredictionTimeRange(PredictionTimeRange&& value) { m_predictionTimeRangeHasBeenSet = true; m_predictionTimeRange = std::move(value); } inline ProactiveOrganizationInsightSummary& WithPredictionTimeRange(const PredictionTimeRange& value) { SetPredictionTimeRange(value); return *this;} inline ProactiveOrganizationInsightSummary& WithPredictionTimeRange(PredictionTimeRange&& value) { SetPredictionTimeRange(std::move(value)); return *this;} inline const ResourceCollection& GetResourceCollection() const{ return m_resourceCollection; } inline bool ResourceCollectionHasBeenSet() const { return m_resourceCollectionHasBeenSet; } inline void SetResourceCollection(const ResourceCollection& value) { m_resourceCollectionHasBeenSet = true; m_resourceCollection = value; } inline void SetResourceCollection(ResourceCollection&& value) { m_resourceCollectionHasBeenSet = true; m_resourceCollection = std::move(value); } inline ProactiveOrganizationInsightSummary& WithResourceCollection(const ResourceCollection& value) { SetResourceCollection(value); return *this;} inline ProactiveOrganizationInsightSummary& WithResourceCollection(ResourceCollection&& value) { SetResourceCollection(std::move(value)); return *this;} inline const ServiceCollection& GetServiceCollection() const{ return m_serviceCollection; } inline bool ServiceCollectionHasBeenSet() const { return m_serviceCollectionHasBeenSet; } inline void SetServiceCollection(const ServiceCollection& value) { m_serviceCollectionHasBeenSet = true; m_serviceCollection = value; } inline void SetServiceCollection(ServiceCollection&& value) { m_serviceCollectionHasBeenSet = true; m_serviceCollection = std::move(value); } inline ProactiveOrganizationInsightSummary& WithServiceCollection(const ServiceCollection& value) { SetServiceCollection(value); return *this;} inline ProactiveOrganizationInsightSummary& WithServiceCollection(ServiceCollection&& value) { SetServiceCollection(std::move(value)); return *this;} private: Aws::String m_id; bool m_idHasBeenSet = false; Aws::String m_accountId; bool m_accountIdHasBeenSet = false; Aws::String m_organizationalUnitId; bool m_organizationalUnitIdHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; InsightSeverity m_severity; bool m_severityHasBeenSet = false; InsightStatus m_status; bool m_statusHasBeenSet = false; InsightTimeRange m_insightTimeRange; bool m_insightTimeRangeHasBeenSet = false; PredictionTimeRange m_predictionTimeRange; bool m_predictionTimeRangeHasBeenSet = false; ResourceCollection m_resourceCollection; bool m_resourceCollectionHasBeenSet = false; ServiceCollection m_serviceCollection; bool m_serviceCollectionHasBeenSet = false; }; } // namespace Model } // namespace DevOpsGuru } // namespace Aws