@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CallAnalyticsJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides detailed information about a specific Call Analytics job.
| Constructor and Description |
|---|
CallAnalyticsJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJobSummary |
clone() |
boolean |
equals(Object obj) |
CallAnalyticsJobDetails |
getCallAnalyticsJobDetails()
Provides detailed information about a call analytics job, including information about skipped analytics features.
|
String |
getCallAnalyticsJobName()
The name of the Call Analytics job.
|
String |
getCallAnalyticsJobStatus()
Provides the status of your Call Analytics job.
|
Date |
getCompletionTime()
The date and time the specified Call Analytics job finished processing.
|
Date |
getCreationTime()
The date and time the specified Call Analytics job request was made.
|
String |
getFailureReason()
If
CallAnalyticsJobStatus is FAILED, FailureReason contains information
about why the Call Analytics job failed. |
String |
getLanguageCode()
The language code used to create your Call Analytics transcription.
|
Date |
getStartTime()
The date and time your Call Analytics job began processing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCallAnalyticsJobDetails(CallAnalyticsJobDetails callAnalyticsJobDetails)
Provides detailed information about a call analytics job, including information about skipped analytics features.
|
void |
setCallAnalyticsJobName(String callAnalyticsJobName)
The name of the Call Analytics job.
|
void |
setCallAnalyticsJobStatus(String callAnalyticsJobStatus)
Provides the status of your Call Analytics job.
|
void |
setCompletionTime(Date completionTime)
The date and time the specified Call Analytics job finished processing.
|
void |
setCreationTime(Date creationTime)
The date and time the specified Call Analytics job request was made.
|
void |
setFailureReason(String failureReason)
If
CallAnalyticsJobStatus is FAILED, FailureReason contains information
about why the Call Analytics job failed. |
void |
setLanguageCode(String languageCode)
The language code used to create your Call Analytics transcription.
|
void |
setStartTime(Date startTime)
The date and time your Call Analytics job began processing.
|
String |
toString()
Returns a string representation of this object.
|
CallAnalyticsJobSummary |
withCallAnalyticsJobDetails(CallAnalyticsJobDetails callAnalyticsJobDetails)
Provides detailed information about a call analytics job, including information about skipped analytics features.
|
CallAnalyticsJobSummary |
withCallAnalyticsJobName(String callAnalyticsJobName)
The name of the Call Analytics job.
|
CallAnalyticsJobSummary |
withCallAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
Provides the status of your Call Analytics job.
|
CallAnalyticsJobSummary |
withCallAnalyticsJobStatus(String callAnalyticsJobStatus)
Provides the status of your Call Analytics job.
|
CallAnalyticsJobSummary |
withCompletionTime(Date completionTime)
The date and time the specified Call Analytics job finished processing.
|
CallAnalyticsJobSummary |
withCreationTime(Date creationTime)
The date and time the specified Call Analytics job request was made.
|
CallAnalyticsJobSummary |
withFailureReason(String failureReason)
If
CallAnalyticsJobStatus is FAILED, FailureReason contains information
about why the Call Analytics job failed. |
CallAnalyticsJobSummary |
withLanguageCode(LanguageCode languageCode)
The language code used to create your Call Analytics transcription.
|
CallAnalyticsJobSummary |
withLanguageCode(String languageCode)
The language code used to create your Call Analytics transcription.
|
CallAnalyticsJobSummary |
withStartTime(Date startTime)
The date and time your Call Analytics job began processing.
|
public void setCallAnalyticsJobName(String callAnalyticsJobName)
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
callAnalyticsJobName - The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web
Services account.public String getCallAnalyticsJobName()
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
public CallAnalyticsJobSummary withCallAnalyticsJobName(String callAnalyticsJobName)
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
callAnalyticsJobName - The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web
Services account.public void setCreationTime(Date creationTime)
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
creationTime - The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getCreationTime()
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public CallAnalyticsJobSummary withCreationTime(Date creationTime)
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
creationTime - The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public void setStartTime(Date startTime)
The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
startTime - The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getStartTime()
The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public CallAnalyticsJobSummary withStartTime(Date startTime)
The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
startTime - The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public void setCompletionTime(Date completionTime)
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33 PM
UTC-7 on May 4, 2022.
completionTime - The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at
12:33 PM UTC-7 on May 4, 2022.
public Date getCompletionTime()
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33 PM
UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at
12:33 PM UTC-7 on May 4, 2022.
public CallAnalyticsJobSummary withCompletionTime(Date completionTime)
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33 PM
UTC-7 on May 4, 2022.
completionTime - The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at
12:33 PM UTC-7 on May 4, 2022.
public void setLanguageCode(String languageCode)
The language code used to create your Call Analytics transcription.
languageCode - The language code used to create your Call Analytics transcription.LanguageCodepublic String getLanguageCode()
The language code used to create your Call Analytics transcription.
LanguageCodepublic CallAnalyticsJobSummary withLanguageCode(String languageCode)
The language code used to create your Call Analytics transcription.
languageCode - The language code used to create your Call Analytics transcription.LanguageCodepublic CallAnalyticsJobSummary withLanguageCode(LanguageCode languageCode)
The language code used to create your Call Analytics transcription.
languageCode - The language code used to create your Call Analytics transcription.LanguageCodepublic void setCallAnalyticsJobStatus(String callAnalyticsJobStatus)
Provides the status of your Call Analytics job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested
transcript redaction). If the status is FAILED, FailureReason provides details on why
your transcription job failed.
callAnalyticsJobStatus - Provides the status of your Call Analytics job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested
transcript redaction). If the status is FAILED, FailureReason provides details
on why your transcription job failed.
CallAnalyticsJobStatuspublic String getCallAnalyticsJobStatus()
Provides the status of your Call Analytics job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested
transcript redaction). If the status is FAILED, FailureReason provides details on why
your transcription job failed.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested
transcript redaction). If the status is FAILED, FailureReason provides details
on why your transcription job failed.
CallAnalyticsJobStatuspublic CallAnalyticsJobSummary withCallAnalyticsJobStatus(String callAnalyticsJobStatus)
Provides the status of your Call Analytics job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested
transcript redaction). If the status is FAILED, FailureReason provides details on why
your transcription job failed.
callAnalyticsJobStatus - Provides the status of your Call Analytics job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested
transcript redaction). If the status is FAILED, FailureReason provides details
on why your transcription job failed.
CallAnalyticsJobStatuspublic CallAnalyticsJobSummary withCallAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
Provides the status of your Call Analytics job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested
transcript redaction). If the status is FAILED, FailureReason provides details on why
your transcription job failed.
callAnalyticsJobStatus - Provides the status of your Call Analytics job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested
transcript redaction). If the status is FAILED, FailureReason provides details
on why your transcription job failed.
CallAnalyticsJobStatuspublic void setCallAnalyticsJobDetails(CallAnalyticsJobDetails callAnalyticsJobDetails)
Provides detailed information about a call analytics job, including information about skipped analytics features.
callAnalyticsJobDetails - Provides detailed information about a call analytics job, including information about skipped analytics
features.public CallAnalyticsJobDetails getCallAnalyticsJobDetails()
Provides detailed information about a call analytics job, including information about skipped analytics features.
public CallAnalyticsJobSummary withCallAnalyticsJobDetails(CallAnalyticsJobDetails callAnalyticsJobDetails)
Provides detailed information about a call analytics job, including information about skipped analytics features.
callAnalyticsJobDetails - Provides detailed information about a call analytics job, including information about skipped analytics
features.public void setFailureReason(String failureReason)
If CallAnalyticsJobStatus is FAILED, FailureReason contains information
about why the Call Analytics job failed. See also: Common Errors.
failureReason - If CallAnalyticsJobStatus is FAILED, FailureReason contains
information about why the Call Analytics job failed. See also: Common Errors.public String getFailureReason()
If CallAnalyticsJobStatus is FAILED, FailureReason contains information
about why the Call Analytics job failed. See also: Common Errors.
CallAnalyticsJobStatus is FAILED, FailureReason contains
information about why the Call Analytics job failed. See also: Common Errors.public CallAnalyticsJobSummary withFailureReason(String failureReason)
If CallAnalyticsJobStatus is FAILED, FailureReason contains information
about why the Call Analytics job failed. See also: Common Errors.
failureReason - If CallAnalyticsJobStatus is FAILED, FailureReason contains
information about why the Call Analytics job failed. See also: Common Errors.public String toString()
toString in class ObjectObject.toString()public CallAnalyticsJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.