@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDominantLanguageDetectionJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartDominantLanguageDetectionJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartDominantLanguageDetectionJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique identifier for the request.
|
String |
getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
read access to your input data.
|
InputDataConfig |
getInputDataConfig()
Specifies the format and location of the input data for the job.
|
String |
getJobName()
An identifier for the job.
|
OutputDataConfig |
getOutputDataConfig()
Specifies where to send the output files.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
void |
setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
read access to your input data.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
setJobName(String jobName)
An identifier for the job.
|
void |
setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartDominantLanguageDetectionJobRequest |
withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartDominantLanguageDetectionJobRequest |
withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
read access to your input data.
|
StartDominantLanguageDetectionJobRequest |
withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartDominantLanguageDetectionJobRequest |
withJobName(String jobName)
An identifier for the job.
|
StartDominantLanguageDetectionJobRequest |
withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
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 StartDominantLanguageDetectionJobRequest()
public void setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
inputDataConfig
- Specifies the format and location of the input data for the job.public InputDataConfig getInputDataConfig()
Specifies the format and location of the input data for the job.
public StartDominantLanguageDetectionJobRequest withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
inputDataConfig
- Specifies the format and location of the input data for the job.public void setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
outputDataConfig
- Specifies where to send the output files.public OutputDataConfig getOutputDataConfig()
Specifies where to send the output files.
public StartDominantLanguageDetectionJobRequest withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
outputDataConfig
- Specifies where to send the output files.public void setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data. For more information, see https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions.html#auth-role-permissions< /a>.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon
Comprehend read access to your input data. For more information, see https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions.html#auth-role-
permissions.public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data. For more information, see https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions.html#auth-role-permissions< /a>.
public StartDominantLanguageDetectionJobRequest withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data. For more information, see https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions.html#auth-role-permissions< /a>.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon
Comprehend read access to your input data. For more information, see https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions.html#auth-role-
permissions.public void setJobName(String jobName)
An identifier for the job.
jobName
- An identifier for the job.public String getJobName()
An identifier for the job.
public StartDominantLanguageDetectionJobRequest withJobName(String jobName)
An identifier for the job.
jobName
- An identifier for the job.public void setClientRequestToken(String clientRequestToken)
A unique identifier for the request. If you do not set the client request token, Amazon Comprehend generates one.
clientRequestToken
- A unique identifier for the request. If you do not set the client request token, Amazon Comprehend
generates one.public String getClientRequestToken()
A unique identifier for the request. If you do not set the client request token, Amazon Comprehend generates one.
public StartDominantLanguageDetectionJobRequest withClientRequestToken(String clientRequestToken)
A unique identifier for the request. If you do not set the client request token, Amazon Comprehend generates one.
clientRequestToken
- A unique identifier for the request. If you do not set the client request token, Amazon Comprehend
generates one.public String toString()
toString
in class Object
Object.toString()
public StartDominantLanguageDetectionJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.