@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpeakerEnrollmentJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of information about a speaker enrollment job.
Constructor and Description |
---|
SpeakerEnrollmentJobSummary() |
Modifier and Type | Method and Description |
---|---|
SpeakerEnrollmentJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
A timestamp showing the creation time of the speaker enrollment job.
|
String |
getDomainId()
The identifier of the domain that contains the speaker enrollment job.
|
Date |
getEndedAt()
A timestamp showing when the speaker enrollment job ended.
|
FailureDetails |
getFailureDetails()
Contains details that are populated when an entire batch job fails.
|
String |
getJobId()
The service-generated identifier for the speaker enrollment job.
|
String |
getJobName()
The client-provided name for the speaker enrollment job.
|
JobProgress |
getJobProgress()
Provides details regarding job progress.
|
String |
getJobStatus()
The current status of the speaker enrollment job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
A timestamp showing the creation time of the speaker enrollment job.
|
void |
setDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job.
|
void |
setEndedAt(Date endedAt)
A timestamp showing when the speaker enrollment job ended.
|
void |
setFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
void |
setJobId(String jobId)
The service-generated identifier for the speaker enrollment job.
|
void |
setJobName(String jobName)
The client-provided name for the speaker enrollment job.
|
void |
setJobProgress(JobProgress jobProgress)
Provides details regarding job progress.
|
void |
setJobStatus(String jobStatus)
The current status of the speaker enrollment job.
|
String |
toString()
Returns a string representation of this object.
|
SpeakerEnrollmentJobSummary |
withCreatedAt(Date createdAt)
A timestamp showing the creation time of the speaker enrollment job.
|
SpeakerEnrollmentJobSummary |
withDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job.
|
SpeakerEnrollmentJobSummary |
withEndedAt(Date endedAt)
A timestamp showing when the speaker enrollment job ended.
|
SpeakerEnrollmentJobSummary |
withFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
SpeakerEnrollmentJobSummary |
withJobId(String jobId)
The service-generated identifier for the speaker enrollment job.
|
SpeakerEnrollmentJobSummary |
withJobName(String jobName)
The client-provided name for the speaker enrollment job.
|
SpeakerEnrollmentJobSummary |
withJobProgress(JobProgress jobProgress)
Provides details regarding job progress.
|
SpeakerEnrollmentJobSummary |
withJobStatus(SpeakerEnrollmentJobStatus jobStatus)
The current status of the speaker enrollment job.
|
SpeakerEnrollmentJobSummary |
withJobStatus(String jobStatus)
The current status of the speaker enrollment job.
|
public void setCreatedAt(Date createdAt)
A timestamp showing the creation time of the speaker enrollment job.
createdAt
- A timestamp showing the creation time of the speaker enrollment job.public Date getCreatedAt()
A timestamp showing the creation time of the speaker enrollment job.
public SpeakerEnrollmentJobSummary withCreatedAt(Date createdAt)
A timestamp showing the creation time of the speaker enrollment job.
createdAt
- A timestamp showing the creation time of the speaker enrollment job.public void setDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job.
domainId
- The identifier of the domain that contains the speaker enrollment job.public String getDomainId()
The identifier of the domain that contains the speaker enrollment job.
public SpeakerEnrollmentJobSummary withDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job.
domainId
- The identifier of the domain that contains the speaker enrollment job.public void setEndedAt(Date endedAt)
A timestamp showing when the speaker enrollment job ended.
endedAt
- A timestamp showing when the speaker enrollment job ended.public Date getEndedAt()
A timestamp showing when the speaker enrollment job ended.
public SpeakerEnrollmentJobSummary withEndedAt(Date endedAt)
A timestamp showing when the speaker enrollment job ended.
endedAt
- A timestamp showing when the speaker enrollment job ended.public void setFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus
of
COMPLETED_WITH_ERRORS
. You can use the job output file to identify the individual registration
requests that failed.
failureDetails
- Contains details that are populated when an entire batch job fails. In cases of individual registration
job failures, the batch job as a whole doesn't fail; it is completed with a JobStatus
of
COMPLETED_WITH_ERRORS
. You can use the job output file to identify the individual
registration requests that failed.public FailureDetails getFailureDetails()
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus
of
COMPLETED_WITH_ERRORS
. You can use the job output file to identify the individual registration
requests that failed.
JobStatus
of
COMPLETED_WITH_ERRORS
. You can use the job output file to identify the individual
registration requests that failed.public SpeakerEnrollmentJobSummary withFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus
of
COMPLETED_WITH_ERRORS
. You can use the job output file to identify the individual registration
requests that failed.
failureDetails
- Contains details that are populated when an entire batch job fails. In cases of individual registration
job failures, the batch job as a whole doesn't fail; it is completed with a JobStatus
of
COMPLETED_WITH_ERRORS
. You can use the job output file to identify the individual
registration requests that failed.public void setJobId(String jobId)
The service-generated identifier for the speaker enrollment job.
jobId
- The service-generated identifier for the speaker enrollment job.public String getJobId()
The service-generated identifier for the speaker enrollment job.
public SpeakerEnrollmentJobSummary withJobId(String jobId)
The service-generated identifier for the speaker enrollment job.
jobId
- The service-generated identifier for the speaker enrollment job.public void setJobName(String jobName)
The client-provided name for the speaker enrollment job.
jobName
- The client-provided name for the speaker enrollment job.public String getJobName()
The client-provided name for the speaker enrollment job.
public SpeakerEnrollmentJobSummary withJobName(String jobName)
The client-provided name for the speaker enrollment job.
jobName
- The client-provided name for the speaker enrollment job.public void setJobProgress(JobProgress jobProgress)
Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.
jobProgress
- Provides details regarding job progress. This field shows the completed percentage of enrollment requests
listed in the input file.public JobProgress getJobProgress()
Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.
public SpeakerEnrollmentJobSummary withJobProgress(JobProgress jobProgress)
Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.
jobProgress
- Provides details regarding job progress. This field shows the completed percentage of enrollment requests
listed in the input file.public void setJobStatus(String jobStatus)
The current status of the speaker enrollment job.
jobStatus
- The current status of the speaker enrollment job.SpeakerEnrollmentJobStatus
public String getJobStatus()
The current status of the speaker enrollment job.
SpeakerEnrollmentJobStatus
public SpeakerEnrollmentJobSummary withJobStatus(String jobStatus)
The current status of the speaker enrollment job.
jobStatus
- The current status of the speaker enrollment job.SpeakerEnrollmentJobStatus
public SpeakerEnrollmentJobSummary withJobStatus(SpeakerEnrollmentJobStatus jobStatus)
The current status of the speaker enrollment job.
jobStatus
- The current status of the speaker enrollment job.SpeakerEnrollmentJobStatus
public String toString()
toString
in class Object
Object.toString()
public SpeakerEnrollmentJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.