7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
43 template<
typename ClientTokenT = Aws::String>
44 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
45 template<
typename ClientTokenT = Aws::String>
55 template<
typename DataSourceIdentifierT = Aws::String>
56 void SetDataSourceIdentifier(DataSourceIdentifierT&& value) { m_dataSourceIdentifierHasBeenSet =
true; m_dataSourceIdentifier = std::forward<DataSourceIdentifierT>(value); }
57 template<
typename DataSourceIdentifierT = Aws::String>
68 template<
typename DomainIdentifierT = Aws::String>
69 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
70 template<
typename DomainIdentifierT = Aws::String>
76 bool m_clientTokenHasBeenSet =
true;
79 bool m_dataSourceIdentifierHasBeenSet =
false;
82 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