@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCallAnalyticsJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCallAnalyticsJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListCallAnalyticsJobsResult |
clone() |
boolean |
equals(Object obj) |
List<CallAnalyticsJobSummary> |
getCallAnalyticsJobSummaries()
A list of objects containing summary information for a transcription job.
|
String |
getNextToken()
The operation returns a page of jobs at a time.
|
String |
getStatus()
When specified, returns only call analytics jobs with that status.
|
int |
hashCode() |
void |
setCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
void |
setNextToken(String nextToken)
The operation returns a page of jobs at a time.
|
void |
setStatus(String status)
When specified, returns only call analytics jobs with that status.
|
String |
toString()
Returns a string representation of this object.
|
ListCallAnalyticsJobsResult |
withCallAnalyticsJobSummaries(CallAnalyticsJobSummary... callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListCallAnalyticsJobsResult |
withCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListCallAnalyticsJobsResult |
withNextToken(String nextToken)
The operation returns a page of jobs at a time.
|
ListCallAnalyticsJobsResult |
withStatus(CallAnalyticsJobStatus status)
When specified, returns only call analytics jobs with that status.
|
ListCallAnalyticsJobsResult |
withStatus(String status)
When specified, returns only call analytics jobs with that status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status
- When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with
the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.CallAnalyticsJobStatus
public String getStatus()
When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
CallAnalyticsJobStatus
public ListCallAnalyticsJobsResult withStatus(String status)
When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status
- When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with
the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.CallAnalyticsJobStatus
public ListCallAnalyticsJobsResult withStatus(CallAnalyticsJobStatus status)
When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status
- When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with
the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.CallAnalyticsJobStatus
public void setNextToken(String nextToken)
The operation returns a page of jobs at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe
returns the NextPage
token. Include the token in your next request to the operation to return next
page of jobs.
nextToken
- The operation returns a page of jobs at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the list than the page size, Amazon
Transcribe returns the NextPage
token. Include the token in your next request to the
operation to return next page of jobs.public String getNextToken()
The operation returns a page of jobs at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe
returns the NextPage
token. Include the token in your next request to the operation to return next
page of jobs.
MaxResults
parameter. If there are more jobs in the list than the page size, Amazon
Transcribe returns the NextPage
token. Include the token in your next request to the
operation to return next page of jobs.public ListCallAnalyticsJobsResult withNextToken(String nextToken)
The operation returns a page of jobs at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe
returns the NextPage
token. Include the token in your next request to the operation to return next
page of jobs.
nextToken
- The operation returns a page of jobs at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the list than the page size, Amazon
Transcribe returns the NextPage
token. Include the token in your next request to the
operation to return next page of jobs.public List<CallAnalyticsJobSummary> getCallAnalyticsJobSummaries()
A list of objects containing summary information for a transcription job.
public void setCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
callAnalyticsJobSummaries
- A list of objects containing summary information for a transcription job.public ListCallAnalyticsJobsResult withCallAnalyticsJobSummaries(CallAnalyticsJobSummary... callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
NOTE: This method appends the values to the existing list (if any). Use
setCallAnalyticsJobSummaries(java.util.Collection)
or
withCallAnalyticsJobSummaries(java.util.Collection)
if you want to override the existing values.
callAnalyticsJobSummaries
- A list of objects containing summary information for a transcription job.public ListCallAnalyticsJobsResult withCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
callAnalyticsJobSummaries
- A list of objects containing summary information for a transcription job.public String toString()
toString
in class Object
Object.toString()
public ListCallAnalyticsJobsResult clone()