7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/AttributeEntityType.h>
13#include <aws/datazone/model/AttributeInput.h>
41 template <
typename DomainIdentifierT = Aws::String>
43 m_domainIdentifierHasBeenSet =
true;
44 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
46 template <
typename DomainIdentifierT = Aws::String>
60 m_entityTypeHasBeenSet =
true;
75 template <
typename EntityIdentifierT = Aws::String>
77 m_entityIdentifierHasBeenSet =
true;
78 m_entityIdentifier = std::forward<EntityIdentifierT>(value);
80 template <
typename EntityIdentifierT = Aws::String>
94 template <
typename ClientTokenT = Aws::String>
96 m_clientTokenHasBeenSet =
true;
97 m_clientToken = std::forward<ClientTokenT>(value);
99 template <
typename ClientTokenT = Aws::String>
112 template <
typename AttributesT = Aws::Vector<AttributeInput>>
114 m_attributesHasBeenSet =
true;
115 m_attributes = std::forward<AttributesT>(value);
117 template <
typename AttributesT = Aws::Vector<AttributeInput>>
122 template <
typename AttributesT = AttributeInput>
124 m_attributesHasBeenSet =
true;
125 m_attributes.emplace_back(std::forward<AttributesT>(value));
139 bool m_domainIdentifierHasBeenSet =
false;
140 bool m_entityTypeHasBeenSet =
false;
141 bool m_entityIdentifierHasBeenSet =
false;
142 bool m_clientTokenHasBeenSet =
true;
143 bool m_attributesHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector