7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ContentT = Aws::String>
48 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
49 template<
typename ContentT = Aws::String>
59 template<
typename FormNameT = Aws::String>
60 void SetFormName(FormNameT&& value) { m_formNameHasBeenSet =
true; m_formName = std::forward<FormNameT>(value); }
61 template<
typename FormNameT = Aws::String>
67 bool m_contentHasBeenSet =
false;
70 bool m_formNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue