7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/UUID.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename ClientTokenT = Aws::String>
42 m_clientTokenHasBeenSet =
true;
43 m_clientToken = std::forward<ClientTokenT>(value);
45 template <
typename ClientTokenT = Aws::String>
58 template <
typename DomainIdentifierT = Aws::String>
60 m_domainIdentifierHasBeenSet =
true;
61 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
63 template <
typename DomainIdentifierT = Aws::String>
71 bool m_clientTokenHasBeenSet =
true;
74 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