7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
19namespace WellArchitected {
40 template <
typename TitleT = Aws::String>
42 m_titleHasBeenSet =
true;
43 m_title = std::forward<TitleT>(value);
45 template <
typename TitleT = Aws::String>
47 SetTitle(std::forward<TitleT>(value));
59 template <
typename ContentT = Aws::String>
61 m_contentHasBeenSet =
true;
62 m_content = std::forward<ContentT>(value);
64 template <
typename ContentT = Aws::String>
74 bool m_titleHasBeenSet =
false;
75 bool m_contentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue