7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConnectHealth {
41 template <
typename SectionHeaderT = Aws::String>
43 m_sectionHeaderHasBeenSet =
true;
44 m_sectionHeader = std::forward<SectionHeaderT>(value);
46 template <
typename SectionHeaderT = Aws::String>
59 template <
typename SectionInstructionT = Aws::String>
61 m_sectionInstructionHasBeenSet =
true;
62 m_sectionInstruction = std::forward<SectionInstructionT>(value);
64 template <
typename SectionInstructionT = Aws::String>
74 bool m_sectionHeaderHasBeenSet =
false;
75 bool m_sectionInstructionHasBeenSet =
false;
const Aws::String & GetSectionHeader() const
AWS_CONNECTHEALTH_API TemplateSectionInstruction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTHEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
bool SectionInstructionHasBeenSet() const
void SetSectionHeader(SectionHeaderT &&value)
TemplateSectionInstruction & WithSectionHeader(SectionHeaderT &&value)
TemplateSectionInstruction & WithSectionInstruction(SectionInstructionT &&value)
const Aws::String & GetSectionInstruction() const
bool SectionHeaderHasBeenSet() const
AWS_CONNECTHEALTH_API TemplateSectionInstruction(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTHEALTH_API TemplateSectionInstruction()=default
void SetSectionInstruction(SectionInstructionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue