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>
45 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
59 inline void SetDataSourceIdentifier(
const char* value) { m_dataSourceIdentifierHasBeenSet =
true; m_dataSourceIdentifier.assign(value); }
74 inline void SetDomainIdentifier(
const char* value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier.assign(value); }
82 bool m_clientTokenHasBeenSet =
false;
85 bool m_dataSourceIdentifierHasBeenSet =
false;
88 bool m_domainIdentifierHasBeenSet =
false;
StartDataSourceRunRequest & WithDomainIdentifier(const Aws::String &value)
void SetClientToken(const Aws::String &value)
const Aws::String & GetClientToken() const
void SetClientToken(Aws::String &&value)
void SetDataSourceIdentifier(Aws::String &&value)
void SetDomainIdentifier(Aws::String &&value)
const Aws::String & GetDomainIdentifier() const
void SetClientToken(const char *value)
StartDataSourceRunRequest & WithDataSourceIdentifier(const char *value)
void SetDataSourceIdentifier(const char *value)
void SetDomainIdentifier(const char *value)
void SetDataSourceIdentifier(const Aws::String &value)
AWS_DATAZONE_API StartDataSourceRunRequest()
bool DomainIdentifierHasBeenSet() const
StartDataSourceRunRequest & WithDomainIdentifier(Aws::String &&value)
bool DataSourceIdentifierHasBeenSet() const
StartDataSourceRunRequest & WithDataSourceIdentifier(Aws::String &&value)
StartDataSourceRunRequest & WithDomainIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_DATAZONE_API Aws::String SerializePayload() const override
StartDataSourceRunRequest & WithClientToken(const char *value)
const Aws::String & GetDataSourceIdentifier() const
StartDataSourceRunRequest & WithClientToken(const Aws::String &value)
void SetDomainIdentifier(const Aws::String &value)
StartDataSourceRunRequest & WithDataSourceIdentifier(const Aws::String &value)
StartDataSourceRunRequest & WithClientToken(Aws::String &&value)
bool ClientTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String