7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
42 template <
typename CreationDateT = Aws::String>
44 m_creationDateHasBeenSet =
true;
45 m_creationDate = std::forward<CreationDateT>(value);
47 template <
typename CreationDateT = Aws::String>
63 template <
typename DefaultSubstitutionsT = Aws::String>
65 m_defaultSubstitutionsHasBeenSet =
true;
66 m_defaultSubstitutions = std::forward<DefaultSubstitutionsT>(value);
68 template <
typename DefaultSubstitutionsT = Aws::String>
82 template <
typename LastModifiedDateT = Aws::String>
84 m_lastModifiedDateHasBeenSet =
true;
85 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
87 template <
typename LastModifiedDateT = Aws::String>
100 template <
typename TemplateDescriptionT = Aws::String>
102 m_templateDescriptionHasBeenSet =
true;
103 m_templateDescription = std::forward<TemplateDescriptionT>(value);
105 template <
typename TemplateDescriptionT = Aws::String>
118 template <
typename TemplateNameT = Aws::String>
120 m_templateNameHasBeenSet =
true;
121 m_templateName = std::forward<TemplateNameT>(value);
123 template <
typename TemplateNameT = Aws::String>
137 template <
typename TemplateTypeT = Aws::String>
139 m_templateTypeHasBeenSet =
true;
140 m_templateType = std::forward<TemplateTypeT>(value);
142 template <
typename TemplateTypeT = Aws::String>
157 template <
typename VersionT = Aws::String>
159 m_versionHasBeenSet =
true;
160 m_version = std::forward<VersionT>(value);
162 template <
typename VersionT = Aws::String>
170 bool m_creationDateHasBeenSet =
false;
173 bool m_defaultSubstitutionsHasBeenSet =
false;
176 bool m_lastModifiedDateHasBeenSet =
false;
179 bool m_templateDescriptionHasBeenSet =
false;
182 bool m_templateNameHasBeenSet =
false;
185 bool m_templateTypeHasBeenSet =
false;
188 bool m_versionHasBeenSet =
false;
AWS_PINPOINT_API TemplateVersionResponse()=default
TemplateVersionResponse & WithTemplateName(TemplateNameT &&value)
TemplateVersionResponse & WithCreationDate(CreationDateT &&value)
const Aws::String & GetCreationDate() const
void SetTemplateName(TemplateNameT &&value)
bool DefaultSubstitutionsHasBeenSet() const
bool TemplateDescriptionHasBeenSet() const
const Aws::String & GetTemplateDescription() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API TemplateVersionResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreationDateHasBeenSet() const
const Aws::String & GetLastModifiedDate() const
const Aws::String & GetTemplateName() const
bool TemplateNameHasBeenSet() const
void SetVersion(VersionT &&value)
bool VersionHasBeenSet() const
TemplateVersionResponse & WithDefaultSubstitutions(DefaultSubstitutionsT &&value)
const Aws::String & GetTemplateType() const
TemplateVersionResponse & WithTemplateType(TemplateTypeT &&value)
bool TemplateTypeHasBeenSet() const
TemplateVersionResponse & WithVersion(VersionT &&value)
void SetTemplateDescription(TemplateDescriptionT &&value)
void SetTemplateType(TemplateTypeT &&value)
bool LastModifiedDateHasBeenSet() const
void SetLastModifiedDate(LastModifiedDateT &&value)
AWS_PINPOINT_API TemplateVersionResponse(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVersion() const
TemplateVersionResponse & WithTemplateDescription(TemplateDescriptionT &&value)
void SetDefaultSubstitutions(DefaultSubstitutionsT &&value)
const Aws::String & GetDefaultSubstitutions() const
TemplateVersionResponse & WithLastModifiedDate(LastModifiedDateT &&value)
void SetCreationDate(CreationDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue