@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSpeakerEnrollmentJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| StartSpeakerEnrollmentJobRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartSpeakerEnrollmentJobRequest | 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 you provide to ensure the idempotency of the request. | 
| String | getDataAccessRoleArn()
 The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the
 input manifest file and write the job output file. | 
| String | getDomainId()
 The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled. | 
| EnrollmentConfig | getEnrollmentConfig()
 The enrollment config that contains details such as the action to take when a speaker is already enrolled in
 Voice ID or when a speaker is identified as a fraudster. | 
| InputDataConfig | getInputDataConfig()
 The input data config containing the S3 location for the input manifest file that contains the list of speaker
 enrollment requests. | 
| String | getJobName()
 A name for your speaker enrollment job. | 
| OutputDataConfig | getOutputDataConfig()
 The output data config containing the S3 location where Voice ID writes the job output file; you must also
 include a KMS key ID to encrypt the file. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| void | setDataAccessRoleArn(String dataAccessRoleArn)
 The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the
 input manifest file and write the job output file. | 
| void | setDomainId(String domainId)
 The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled. | 
| void | setEnrollmentConfig(EnrollmentConfig enrollmentConfig)
 The enrollment config that contains details such as the action to take when a speaker is already enrolled in
 Voice ID or when a speaker is identified as a fraudster. | 
| void | setInputDataConfig(InputDataConfig inputDataConfig)
 The input data config containing the S3 location for the input manifest file that contains the list of speaker
 enrollment requests. | 
| void | setJobName(String jobName)
 A name for your speaker enrollment job. | 
| void | setOutputDataConfig(OutputDataConfig outputDataConfig)
 The output data config containing the S3 location where Voice ID writes the job output file; you must also
 include a KMS key ID to encrypt the file. | 
| String | toString()Returns a string representation of this object. | 
| StartSpeakerEnrollmentJobRequest | withClientToken(String clientToken)
 A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| StartSpeakerEnrollmentJobRequest | withDataAccessRoleArn(String dataAccessRoleArn)
 The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the
 input manifest file and write the job output file. | 
| StartSpeakerEnrollmentJobRequest | withDomainId(String domainId)
 The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled. | 
| StartSpeakerEnrollmentJobRequest | withEnrollmentConfig(EnrollmentConfig enrollmentConfig)
 The enrollment config that contains details such as the action to take when a speaker is already enrolled in
 Voice ID or when a speaker is identified as a fraudster. | 
| StartSpeakerEnrollmentJobRequest | withInputDataConfig(InputDataConfig inputDataConfig)
 The input data config containing the S3 location for the input manifest file that contains the list of speaker
 enrollment requests. | 
| StartSpeakerEnrollmentJobRequest | withJobName(String jobName)
 A name for your speaker enrollment job. | 
| StartSpeakerEnrollmentJobRequest | withOutputDataConfig(OutputDataConfig outputDataConfig)
 The output data config containing the S3 location where Voice ID writes the job output file; you must also
 include a KMS key ID to encrypt the file. | 
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, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
        provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
        safe with idempotent APIs.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
public StartSpeakerEnrollmentJobRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
        provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
        safe with idempotent APIs.public void setDataAccessRoleArn(String dataAccessRoleArn)
The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the input manifest file and write the job output file. Refer to Batch enrollment using audio data from prior calls for the permissions needed in this role.
dataAccessRoleArn - The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to
        read the input manifest file and write the job output file. Refer to Batch
        enrollment using audio data from prior calls for the permissions needed in this role.public String getDataAccessRoleArn()
The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the input manifest file and write the job output file. Refer to Batch enrollment using audio data from prior calls for the permissions needed in this role.
public StartSpeakerEnrollmentJobRequest withDataAccessRoleArn(String dataAccessRoleArn)
The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the input manifest file and write the job output file. Refer to Batch enrollment using audio data from prior calls for the permissions needed in this role.
dataAccessRoleArn - The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to
        read the input manifest file and write the job output file. Refer to Batch
        enrollment using audio data from prior calls for the permissions needed in this role.public void setDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
domainId - The identifier of the domain that contains the speaker enrollment job and in which the speakers are
        enrolled.public String getDomainId()
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
public StartSpeakerEnrollmentJobRequest withDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
domainId - The identifier of the domain that contains the speaker enrollment job and in which the speakers are
        enrolled.public void setEnrollmentConfig(EnrollmentConfig enrollmentConfig)
The enrollment config that contains details such as the action to take when a speaker is already enrolled in Voice ID or when a speaker is identified as a fraudster.
enrollmentConfig - The enrollment config that contains details such as the action to take when a speaker is already enrolled
        in Voice ID or when a speaker is identified as a fraudster.public EnrollmentConfig getEnrollmentConfig()
The enrollment config that contains details such as the action to take when a speaker is already enrolled in Voice ID or when a speaker is identified as a fraudster.
public StartSpeakerEnrollmentJobRequest withEnrollmentConfig(EnrollmentConfig enrollmentConfig)
The enrollment config that contains details such as the action to take when a speaker is already enrolled in Voice ID or when a speaker is identified as a fraudster.
enrollmentConfig - The enrollment config that contains details such as the action to take when a speaker is already enrolled
        in Voice ID or when a speaker is identified as a fraudster.public void setInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.
inputDataConfig - The input data config containing the S3 location for the input manifest file that contains the list of
        speaker enrollment requests.public InputDataConfig getInputDataConfig()
The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.
public StartSpeakerEnrollmentJobRequest withInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.
inputDataConfig - The input data config containing the S3 location for the input manifest file that contains the list of
        speaker enrollment requests.public void setJobName(String jobName)
A name for your speaker enrollment job.
jobName - A name for your speaker enrollment job.public String getJobName()
A name for your speaker enrollment job.
public StartSpeakerEnrollmentJobRequest withJobName(String jobName)
A name for your speaker enrollment job.
jobName - A name for your speaker enrollment job.public void setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.
outputDataConfig - The output data config containing the S3 location where Voice ID writes the job output file; you must also
        include a KMS key ID to encrypt the file.public OutputDataConfig getOutputDataConfig()
The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.
public StartSpeakerEnrollmentJobRequest withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.
outputDataConfig - The output data config containing the S3 location where Voice ID writes the job output file; you must also
        include a KMS key ID to encrypt the file.public String toString()
toString in class ObjectObject.toString()public StartSpeakerEnrollmentJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()