7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
39 template <
typename ClientTokenT = Aws::String>
41 m_clientTokenHasBeenSet =
true;
42 m_clientToken = std::forward<ClientTokenT>(value);
44 template <
typename ClientTokenT = Aws::String>
57 template <
typename DataSourceIdentifierT = Aws::String>
59 m_dataSourceIdentifierHasBeenSet =
true;
60 m_dataSourceIdentifier = std::forward<DataSourceIdentifierT>(value);
62 template <
typename DataSourceIdentifierT = Aws::String>
76 template <
typename DomainIdentifierT = Aws::String>
78 m_domainIdentifierHasBeenSet =
true;
79 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
81 template <
typename DomainIdentifierT = Aws::String>
89 bool m_clientTokenHasBeenSet =
true;
92 bool m_dataSourceIdentifierHasBeenSet =
false;
95 bool m_domainIdentifierHasBeenSet =
false;
const Aws::String & GetClientToken() const
StartDataSourceRunRequest & WithClientToken(ClientTokenT &&value)
AWS_DATAZONE_API StartDataSourceRunRequest()=default
const Aws::String & GetDomainIdentifier() const
void SetClientToken(ClientTokenT &&value)
StartDataSourceRunRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
bool DataSourceIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DATAZONE_API Aws::String SerializePayload() const override
StartDataSourceRunRequest & WithDataSourceIdentifier(DataSourceIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetDataSourceIdentifier() const
bool ClientTokenHasBeenSet() const
void SetDataSourceIdentifier(DataSourceIdentifierT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String