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/FormOutput.h>
42 template <
typename AttributeIdentifierT = Aws::String>
44 m_attributeIdentifierHasBeenSet =
true;
45 m_attributeIdentifier = std::forward<AttributeIdentifierT>(value);
47 template <
typename AttributeIdentifierT = Aws::String>
61 template <
typename FormsT = Aws::Vector<FormOutput>>
63 m_formsHasBeenSet =
true;
64 m_forms = std::forward<FormsT>(value);
66 template <
typename FormsT = Aws::Vector<FormOutput>>
68 SetForms(std::forward<FormsT>(value));
71 template <
typename FormsT = FormOutput>
73 m_formsHasBeenSet =
true;
74 m_forms.emplace_back(std::forward<FormsT>(value));
82 bool m_attributeIdentifierHasBeenSet =
false;
83 bool m_formsHasBeenSet =
false;
BatchGetAttributeOutput & AddForms(FormsT &&value)
BatchGetAttributeOutput & WithForms(FormsT &&value)
bool FormsHasBeenSet() const
void SetForms(FormsT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API BatchGetAttributeOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API BatchGetAttributeOutput(Aws::Utils::Json::JsonView jsonValue)
bool AttributeIdentifierHasBeenSet() const
BatchGetAttributeOutput & WithAttributeIdentifier(AttributeIdentifierT &&value)
const Aws::Vector< FormOutput > & GetForms() const
AWS_DATAZONE_API BatchGetAttributeOutput()=default
const Aws::String & GetAttributeIdentifier() const
void SetAttributeIdentifier(AttributeIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue