7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/connecthealth/model/CustomTemplateBase.h>
9#include <aws/connecthealth/model/TemplateSectionInstruction.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace ConnectHealth {
44 m_templateTypeHasBeenSet =
true;
45 m_templateType = value;
59 template <
typename TemplateInstructionsT = Aws::Vector<TemplateSectionInstruction>>
61 m_templateInstructionsHasBeenSet =
true;
62 m_templateInstructions = std::forward<TemplateInstructionsT>(value);
64 template <
typename TemplateInstructionsT = Aws::Vector<TemplateSectionInstruction>>
69 template <
typename TemplateInstructionsT = TemplateSectionInstruction>
71 m_templateInstructionsHasBeenSet =
true;
72 m_templateInstructions.emplace_back(std::forward<TemplateInstructionsT>(value));
80 bool m_templateTypeHasBeenSet =
false;
81 bool m_templateInstructionsHasBeenSet =
false;
AWS_CONNECTHEALTH_API CustomTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomTemplate & WithTemplateType(CustomTemplateBase value)
AWS_CONNECTHEALTH_API CustomTemplate(Aws::Utils::Json::JsonView jsonValue)
bool TemplateTypeHasBeenSet() const
CustomTemplate & WithTemplateInstructions(TemplateInstructionsT &&value)
const Aws::Vector< TemplateSectionInstruction > & GetTemplateInstructions() const
void SetTemplateType(CustomTemplateBase value)
CustomTemplate & AddTemplateInstructions(TemplateInstructionsT &&value)
CustomTemplateBase GetTemplateType() const
void SetTemplateInstructions(TemplateInstructionsT &&value)
bool TemplateInstructionsHasBeenSet() const
AWS_CONNECTHEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTHEALTH_API CustomTemplate()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue