/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The summary metadata that describes an analysis.See Also:
* AWS
* API Reference
The Amazon Resource Name (ARN) for the analysis.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) for the analysis.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) for the analysis.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) for the analysis.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) for the analysis.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) for the analysis.
*/ inline AnalysisSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) for the analysis.
*/ inline AnalysisSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) for the analysis.
*/ inline AnalysisSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *The ID of the analysis. This ID displays in the URL.
*/ inline const Aws::String& GetAnalysisId() const{ return m_analysisId; } /** *The ID of the analysis. This ID displays in the URL.
*/ inline bool AnalysisIdHasBeenSet() const { return m_analysisIdHasBeenSet; } /** *The ID of the analysis. This ID displays in the URL.
*/ inline void SetAnalysisId(const Aws::String& value) { m_analysisIdHasBeenSet = true; m_analysisId = value; } /** *The ID of the analysis. This ID displays in the URL.
*/ inline void SetAnalysisId(Aws::String&& value) { m_analysisIdHasBeenSet = true; m_analysisId = std::move(value); } /** *The ID of the analysis. This ID displays in the URL.
*/ inline void SetAnalysisId(const char* value) { m_analysisIdHasBeenSet = true; m_analysisId.assign(value); } /** *The ID of the analysis. This ID displays in the URL.
*/ inline AnalysisSummary& WithAnalysisId(const Aws::String& value) { SetAnalysisId(value); return *this;} /** *The ID of the analysis. This ID displays in the URL.
*/ inline AnalysisSummary& WithAnalysisId(Aws::String&& value) { SetAnalysisId(std::move(value)); return *this;} /** *The ID of the analysis. This ID displays in the URL.
*/ inline AnalysisSummary& WithAnalysisId(const char* value) { SetAnalysisId(value); return *this;} /** *The name of the analysis. This name is displayed in the Amazon QuickSight * console.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the analysis. This name is displayed in the Amazon QuickSight * console.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the analysis. This name is displayed in the Amazon QuickSight * console.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the analysis. This name is displayed in the Amazon QuickSight * console.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the analysis. This name is displayed in the Amazon QuickSight * console.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the analysis. This name is displayed in the Amazon QuickSight * console.
*/ inline AnalysisSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the analysis. This name is displayed in the Amazon QuickSight * console.
*/ inline AnalysisSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the analysis. This name is displayed in the Amazon QuickSight * console.
*/ inline AnalysisSummary& WithName(const char* value) { SetName(value); return *this;} /** *The last known status for the analysis.
*/ inline const ResourceStatus& GetStatus() const{ return m_status; } /** *The last known status for the analysis.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The last known status for the analysis.
*/ inline void SetStatus(const ResourceStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The last known status for the analysis.
*/ inline void SetStatus(ResourceStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The last known status for the analysis.
*/ inline AnalysisSummary& WithStatus(const ResourceStatus& value) { SetStatus(value); return *this;} /** *The last known status for the analysis.
*/ inline AnalysisSummary& WithStatus(ResourceStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The time that the analysis was created.
*/ inline const Aws::Utils::DateTime& GetCreatedTime() const{ return m_createdTime; } /** *The time that the analysis was created.
*/ inline bool CreatedTimeHasBeenSet() const { return m_createdTimeHasBeenSet; } /** *The time that the analysis was created.
*/ inline void SetCreatedTime(const Aws::Utils::DateTime& value) { m_createdTimeHasBeenSet = true; m_createdTime = value; } /** *The time that the analysis was created.
*/ inline void SetCreatedTime(Aws::Utils::DateTime&& value) { m_createdTimeHasBeenSet = true; m_createdTime = std::move(value); } /** *The time that the analysis was created.
*/ inline AnalysisSummary& WithCreatedTime(const Aws::Utils::DateTime& value) { SetCreatedTime(value); return *this;} /** *The time that the analysis was created.
*/ inline AnalysisSummary& WithCreatedTime(Aws::Utils::DateTime&& value) { SetCreatedTime(std::move(value)); return *this;} /** *The time that the analysis was last updated.
*/ inline const Aws::Utils::DateTime& GetLastUpdatedTime() const{ return m_lastUpdatedTime; } /** *The time that the analysis was last updated.
*/ inline bool LastUpdatedTimeHasBeenSet() const { return m_lastUpdatedTimeHasBeenSet; } /** *The time that the analysis was last updated.
*/ inline void SetLastUpdatedTime(const Aws::Utils::DateTime& value) { m_lastUpdatedTimeHasBeenSet = true; m_lastUpdatedTime = value; } /** *The time that the analysis was last updated.
*/ inline void SetLastUpdatedTime(Aws::Utils::DateTime&& value) { m_lastUpdatedTimeHasBeenSet = true; m_lastUpdatedTime = std::move(value); } /** *The time that the analysis was last updated.
*/ inline AnalysisSummary& WithLastUpdatedTime(const Aws::Utils::DateTime& value) { SetLastUpdatedTime(value); return *this;} /** *The time that the analysis was last updated.
*/ inline AnalysisSummary& WithLastUpdatedTime(Aws::Utils::DateTime&& value) { SetLastUpdatedTime(std::move(value)); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_analysisId; bool m_analysisIdHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; ResourceStatus m_status; bool m_statusHasBeenSet = false; Aws::Utils::DateTime m_createdTime; bool m_createdTimeHasBeenSet = false; Aws::Utils::DateTime m_lastUpdatedTime; bool m_lastUpdatedTimeHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws