7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/FormInput.h>
42 template <
typename AttributeIdentifierT = Aws::String>
44 m_attributeIdentifierHasBeenSet =
true;
45 m_attributeIdentifier = std::forward<AttributeIdentifierT>(value);
47 template <
typename AttributeIdentifierT = Aws::String>
60 template <
typename FormsT = Aws::Vector<FormInput>>
62 m_formsHasBeenSet =
true;
63 m_forms = std::forward<FormsT>(value);
65 template <
typename FormsT = Aws::Vector<FormInput>>
67 SetForms(std::forward<FormsT>(value));
70 template <
typename FormsT = FormInput>
72 m_formsHasBeenSet =
true;
73 m_forms.emplace_back(std::forward<FormsT>(value));
81 bool m_attributeIdentifierHasBeenSet =
false;
82 bool m_formsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue