7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
60 template <
typename TemplateIdT = Aws::String>
62 m_templateIdHasBeenSet =
true;
63 m_templateId = std::forward<TemplateIdT>(value);
65 template <
typename TemplateIdT = Aws::String>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
98 m_latestVersionNumberHasBeenSet =
true;
99 m_latestVersionNumber = value;
113 template <
typename CreatedTimeT = Aws::Utils::DateTime>
115 m_createdTimeHasBeenSet =
true;
116 m_createdTime = std::forward<CreatedTimeT>(value);
118 template <
typename CreatedTimeT = Aws::Utils::DateTime>
131 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
133 m_lastUpdatedTimeHasBeenSet =
true;
134 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
136 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
149 long long m_latestVersionNumber{0};
154 bool m_arnHasBeenSet =
false;
155 bool m_templateIdHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
157 bool m_latestVersionNumberHasBeenSet =
false;
158 bool m_createdTimeHasBeenSet =
false;
159 bool m_lastUpdatedTimeHasBeenSet =
false;
const Aws::String & GetTemplateId() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
const Aws::String & GetName() const
void SetTemplateId(TemplateIdT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
bool LastUpdatedTimeHasBeenSet() const
void SetArn(ArnT &&value)
TemplateSummary & WithTemplateId(TemplateIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TemplateSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
TemplateSummary & WithArn(ArnT &&value)
bool NameHasBeenSet() const
TemplateSummary & WithName(NameT &&value)
void SetCreatedTime(CreatedTimeT &&value)
bool LatestVersionNumberHasBeenSet() const
long long GetLatestVersionNumber() const
AWS_QUICKSIGHT_API TemplateSummary()=default
bool ArnHasBeenSet() const
TemplateSummary & WithCreatedTime(CreatedTimeT &&value)
const Aws::String & GetArn() const
bool CreatedTimeHasBeenSet() const
void SetLatestVersionNumber(long long value)
bool TemplateIdHasBeenSet() const
AWS_QUICKSIGHT_API TemplateSummary(Aws::Utils::Json::JsonView jsonValue)
TemplateSummary & WithLatestVersionNumber(long long value)
void SetName(NameT &&value)
AWS_QUICKSIGHT_API TemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue