7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename FormNameT = Aws::String>
42 m_formNameHasBeenSet =
true;
43 m_formName = std::forward<FormNameT>(value);
45 template <
typename FormNameT = Aws::String>
58 template <
typename TypeIdentifierT = Aws::String>
60 m_typeIdentifierHasBeenSet =
true;
61 m_typeIdentifier = std::forward<TypeIdentifierT>(value);
63 template <
typename TypeIdentifierT = Aws::String>
76 template <
typename TypeRevisionT = Aws::String>
78 m_typeRevisionHasBeenSet =
true;
79 m_typeRevision = std::forward<TypeRevisionT>(value);
81 template <
typename TypeRevisionT = Aws::String>
94 template <
typename ContentT = Aws::String>
96 m_contentHasBeenSet =
true;
97 m_content = std::forward<ContentT>(value);
99 template <
typename ContentT = Aws::String>
113 bool m_formNameHasBeenSet =
false;
114 bool m_typeIdentifierHasBeenSet =
false;
115 bool m_typeRevisionHasBeenSet =
false;
116 bool m_contentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue