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/TemplateVersion.h>
50 template <
typename ArnT = Aws::String>
52 m_arnHasBeenSet =
true;
53 m_arn = std::forward<ArnT>(value);
55 template <
typename ArnT = Aws::String>
57 SetArn(std::forward<ArnT>(value));
68 template <
typename NameT = Aws::String>
70 m_nameHasBeenSet =
true;
71 m_name = std::forward<NameT>(value);
73 template <
typename NameT = Aws::String>
75 SetName(std::forward<NameT>(value));
86 template <
typename VersionT = TemplateVersion>
88 m_versionHasBeenSet =
true;
89 m_version = std::forward<VersionT>(value);
91 template <
typename VersionT = TemplateVersion>
105 template <
typename TemplateIdT = Aws::String>
107 m_templateIdHasBeenSet =
true;
108 m_templateId = std::forward<TemplateIdT>(value);
110 template <
typename TemplateIdT = Aws::String>
123 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
125 m_lastUpdatedTimeHasBeenSet =
true;
126 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
128 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
141 template <
typename CreatedTimeT = Aws::Utils::DateTime>
143 m_createdTimeHasBeenSet =
true;
144 m_createdTime = std::forward<CreatedTimeT>(value);
146 template <
typename CreatedTimeT = Aws::Utils::DateTime>
164 bool m_arnHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
166 bool m_versionHasBeenSet =
false;
167 bool m_templateIdHasBeenSet =
false;
168 bool m_lastUpdatedTimeHasBeenSet =
false;
169 bool m_createdTimeHasBeenSet =
false;
Template & WithVersion(VersionT &&value)
AWS_QUICKSIGHT_API Template(Aws::Utils::Json::JsonView jsonValue)
void SetVersion(VersionT &&value)
bool NameHasBeenSet() const
void SetTemplateId(TemplateIdT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
void SetName(NameT &&value)
void SetCreatedTime(CreatedTimeT &&value)
const TemplateVersion & GetVersion() const
AWS_QUICKSIGHT_API Template()=default
const Aws::String & GetTemplateId() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_QUICKSIGHT_API Template & operator=(Aws::Utils::Json::JsonView jsonValue)
Template & WithTemplateId(TemplateIdT &&value)
bool VersionHasBeenSet() const
Template & WithCreatedTime(CreatedTimeT &&value)
bool CreatedTimeHasBeenSet() const
bool LastUpdatedTimeHasBeenSet() const
Template & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
bool TemplateIdHasBeenSet() const
Template & WithName(NameT &&value)
const Aws::String & GetName() const
Template & WithLastUpdatedTime(LastUpdatedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue