7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ContentT = Aws::String>
47 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
48 template<
typename ContentT = Aws::String>
58 template<
typename FormNameT = Aws::String>
59 void SetFormName(FormNameT&& value) { m_formNameHasBeenSet =
true; m_formName = std::forward<FormNameT>(value); }
60 template<
typename FormNameT = Aws::String>
70 template<
typename TypeIdentifierT = Aws::String>
71 void SetTypeIdentifier(TypeIdentifierT&& value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier = std::forward<TypeIdentifierT>(value); }
72 template<
typename TypeIdentifierT = Aws::String>
82 template<
typename TypeRevisionT = Aws::String>
83 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
84 template<
typename TypeRevisionT = Aws::String>
90 bool m_contentHasBeenSet =
false;
93 bool m_formNameHasBeenSet =
false;
96 bool m_typeIdentifierHasBeenSet =
false;
99 bool m_typeRevisionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue