7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/AttributeEntityType.h>
44 template <
typename DomainIdentifierT = Aws::String>
46 m_domainIdentifierHasBeenSet =
true;
47 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
49 template <
typename DomainIdentifierT = Aws::String>
63 m_entityTypeHasBeenSet =
true;
78 template <
typename EntityIdentifierT = Aws::String>
80 m_entityIdentifierHasBeenSet =
true;
81 m_entityIdentifier = std::forward<EntityIdentifierT>(value);
83 template <
typename EntityIdentifierT = Aws::String>
96 template <
typename EntityRevisionT = Aws::String>
98 m_entityRevisionHasBeenSet =
true;
99 m_entityRevision = std::forward<EntityRevisionT>(value);
101 template <
typename EntityRevisionT = Aws::String>
114 template <
typename AttributeIdentifiersT = Aws::Vector<Aws::String>>
116 m_attributeIdentifiersHasBeenSet =
true;
117 m_attributeIdentifiers = std::forward<AttributeIdentifiersT>(value);
119 template <
typename AttributeIdentifiersT = Aws::Vector<Aws::String>>
124 template <
typename AttributeIdentifiersT = Aws::String>
126 m_attributeIdentifiersHasBeenSet =
true;
127 m_attributeIdentifiers.emplace_back(std::forward<AttributeIdentifiersT>(value));
141 bool m_domainIdentifierHasBeenSet =
false;
142 bool m_entityTypeHasBeenSet =
false;
143 bool m_entityIdentifierHasBeenSet =
false;
144 bool m_entityRevisionHasBeenSet =
false;
145 bool m_attributeIdentifiersHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector