7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/ResourceStatus.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename AnalysisIdT = Aws::String>
63 m_analysisIdHasBeenSet =
true;
64 m_analysisId = std::forward<AnalysisIdT>(value);
66 template <
typename AnalysisIdT = Aws::String>
80 template <
typename NameT = Aws::String>
82 m_nameHasBeenSet =
true;
83 m_name = std::forward<NameT>(value);
85 template <
typename NameT = Aws::String>
87 SetName(std::forward<NameT>(value));
99 m_statusHasBeenSet =
true;
114 template <
typename CreatedTimeT = Aws::Utils::DateTime>
116 m_createdTimeHasBeenSet =
true;
117 m_createdTime = std::forward<CreatedTimeT>(value);
119 template <
typename CreatedTimeT = Aws::Utils::DateTime>
132 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
134 m_lastUpdatedTimeHasBeenSet =
true;
135 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
137 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
155 bool m_arnHasBeenSet =
false;
156 bool m_analysisIdHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
158 bool m_statusHasBeenSet =
false;
159 bool m_createdTimeHasBeenSet =
false;
160 bool m_lastUpdatedTimeHasBeenSet =
false;
bool CreatedTimeHasBeenSet() const
AnalysisSummary & WithCreatedTime(CreatedTimeT &&value)
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API AnalysisSummary()=default
bool ArnHasBeenSet() const
void SetAnalysisId(AnalysisIdT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
bool AnalysisIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
void SetName(NameT &&value)
AnalysisSummary & WithAnalysisId(AnalysisIdT &&value)
AnalysisSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
bool LastUpdatedTimeHasBeenSet() const
AnalysisSummary & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API AnalysisSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(ResourceStatus value)
void SetArn(ArnT &&value)
const Aws::String & GetName() const
AWS_QUICKSIGHT_API AnalysisSummary(Aws::Utils::Json::JsonView jsonValue)
ResourceStatus GetStatus() const
bool StatusHasBeenSet() const
AnalysisSummary & WithStatus(ResourceStatus value)
const Aws::String & GetAnalysisId() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
bool NameHasBeenSet() const
AnalysisSummary & WithName(NameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedTime(CreatedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue