7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/MetadataGenerationRunTarget.h>
11#include <aws/datazone/model/MetadataGenerationRunType.h>
13#include <aws/core/utils/UUID.h>
45 template<
typename ClientTokenT = Aws::String>
46 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
47 template<
typename ClientTokenT = Aws::String>
58 template<
typename DomainIdentifierT = Aws::String>
59 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
60 template<
typename DomainIdentifierT = Aws::String>
71 template<
typename OwningProjectIdentifierT = Aws::String>
72 void SetOwningProjectIdentifier(OwningProjectIdentifierT&& value) { m_owningProjectIdentifierHasBeenSet =
true; m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value); }
73 template<
typename OwningProjectIdentifierT = Aws::String>
83 template<
typename TargetT = MetadataGenerationRunTarget>
84 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
85 template<
typename TargetT = MetadataGenerationRunTarget>
101 bool m_clientTokenHasBeenSet =
true;
104 bool m_domainIdentifierHasBeenSet =
false;
107 bool m_owningProjectIdentifierHasBeenSet =
false;
109 MetadataGenerationRunTarget m_target;
110 bool m_targetHasBeenSet =
false;
113 bool m_typeHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
MetadataGenerationRunType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String