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>
42 template <
typename FormNamesT = Aws::Vector<Aws::String>>
44 m_formNamesHasBeenSet =
true;
45 m_formNames = std::forward<FormNamesT>(value);
47 template <
typename FormNamesT = Aws::Vector<Aws::String>>
52 template <
typename FormNamesT = Aws::String>
54 m_formNamesHasBeenSet =
true;
55 m_formNames.emplace_back(std::forward<FormNamesT>(value));
61 bool m_formNamesHasBeenSet =
false;
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool FormNamesHasBeenSet() const
AWS_DATAZONE_API AdditionalAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API AdditionalAttributes(Aws::Utils::Json::JsonView jsonValue)
AdditionalAttributes & AddFormNames(FormNamesT &&value)
AdditionalAttributes & WithFormNames(FormNamesT &&value)
const Aws::Vector< Aws::String > & GetFormNames() const
AWS_DATAZONE_API AdditionalAttributes()=default
void SetFormNames(FormNamesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue