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>
47 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
62 inline void SetDomainIdentifier(
const char* value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier.assign(value); }
77 inline void SetOwningProjectIdentifier(
const char* value) { m_owningProjectIdentifierHasBeenSet =
true; m_owningProjectIdentifier.assign(value); }
109 bool m_clientTokenHasBeenSet =
false;
112 bool m_domainIdentifierHasBeenSet =
false;
115 bool m_owningProjectIdentifierHasBeenSet =
false;
118 bool m_targetHasBeenSet =
false;
121 bool m_typeHasBeenSet =
false;
MetadataGenerationRunType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String