@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDataSourceRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartDataSourceRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartDataSourceRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
getDataSourceIdentifier()
The identifier of the data source.
|
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which to start a data source run.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
void |
setDataSourceIdentifier(String dataSourceIdentifier)
The identifier of the data source.
|
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to start a data source run.
|
String |
toString()
Returns a string representation of this object.
|
StartDataSourceRunRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
StartDataSourceRunRequest |
withDataSourceIdentifier(String dataSourceIdentifier)
The identifier of the data source.
|
StartDataSourceRunRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to start a data source run.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public StartDataSourceRunRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public void setDataSourceIdentifier(String dataSourceIdentifier)
The identifier of the data source.
dataSourceIdentifier
- The identifier of the data source.public String getDataSourceIdentifier()
The identifier of the data source.
public StartDataSourceRunRequest withDataSourceIdentifier(String dataSourceIdentifier)
The identifier of the data source.
dataSourceIdentifier
- The identifier of the data source.public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to start a data source run.
domainIdentifier
- The identifier of the Amazon DataZone domain in which to start a data source run.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which to start a data source run.
public StartDataSourceRunRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to start a data source run.
domainIdentifier
- The identifier of the Amazon DataZone domain in which to start a data source run.public String toString()
toString
in class Object
Object.toString()
public StartDataSourceRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()