7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
11#include <aws/wellarchitected/model/ProfileTemplateQuestion.h>
22namespace WellArchitected {
43 template <
typename TemplateNameT = Aws::String>
45 m_templateNameHasBeenSet =
true;
46 m_templateName = std::forward<TemplateNameT>(value);
48 template <
typename TemplateNameT = Aws::String>
61 template <
typename TemplateQuestionsT = Aws::Vector<ProfileTemplateQuestion>>
63 m_templateQuestionsHasBeenSet =
true;
64 m_templateQuestions = std::forward<TemplateQuestionsT>(value);
66 template <
typename TemplateQuestionsT = Aws::Vector<ProfileTemplateQuestion>>
71 template <
typename TemplateQuestionsT = ProfileTemplateQuestion>
73 m_templateQuestionsHasBeenSet =
true;
74 m_templateQuestions.emplace_back(std::forward<TemplateQuestionsT>(value));
83 template <
typename CreatedAtT = Aws::Utils::DateTime>
85 m_createdAtHasBeenSet =
true;
86 m_createdAt = std::forward<CreatedAtT>(value);
88 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 template <
typename UpdatedAtT = Aws::Utils::DateTime>
101 m_updatedAtHasBeenSet =
true;
102 m_updatedAt = std::forward<UpdatedAtT>(value);
104 template <
typename UpdatedAtT = Aws::Utils::DateTime>
118 bool m_templateNameHasBeenSet =
false;
119 bool m_templateQuestionsHasBeenSet =
false;
120 bool m_createdAtHasBeenSet =
false;
121 bool m_updatedAtHasBeenSet =
false;
ProfileTemplate & WithTemplateName(TemplateNameT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool TemplateQuestionsHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetTemplateName(TemplateNameT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_WELLARCHITECTED_API ProfileTemplate(Aws::Utils::Json::JsonView jsonValue)
ProfileTemplate & WithCreatedAt(CreatedAtT &&value)
bool UpdatedAtHasBeenSet() const
AWS_WELLARCHITECTED_API ProfileTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
ProfileTemplate & WithTemplateQuestions(TemplateQuestionsT &&value)
ProfileTemplate & AddTemplateQuestions(TemplateQuestionsT &&value)
bool CreatedAtHasBeenSet() const
ProfileTemplate & WithUpdatedAt(UpdatedAtT &&value)
AWS_WELLARCHITECTED_API ProfileTemplate()=default
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetTemplateQuestions(TemplateQuestionsT &&value)
const Aws::String & GetTemplateName() const
bool TemplateNameHasBeenSet() const
const Aws::Vector< ProfileTemplateQuestion > & GetTemplateQuestions() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue