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/core/utils/Array.h>
12#include <aws/core/utils/UUID.h>
44 template<
typename ClientTokenT = Aws::String>
45 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
46 template<
typename ClientTokenT = Aws::String>
56 template<
typename DomainIdentifierT = Aws::String>
57 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
58 template<
typename DomainIdentifierT = Aws::String>
64 bool m_clientTokenHasBeenSet =
true;
67 bool m_domainIdentifierHasBeenSet =
false;
bool DomainIdentifierHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
AWS_DATAZONE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
PostLineageEventRequest & WithDomainIdentifier(DomainIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
PostLineageEventRequest & WithClientToken(ClientTokenT &&value)
AWS_DATAZONE_API PostLineageEventRequest()=default
void SetDomainIdentifier(DomainIdentifierT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String