@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCallAnalyticsJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCallAnalyticsJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCallAnalyticsJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobNameContains()
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
Integer |
getMaxResults()
The maximum number of call analytics jobs to return in each page of results.
|
String |
getNextToken()
If you receive a truncated result in the previous request of , include
NextToken to fetch the next
set of jobs. |
String |
getStatus()
When specified, returns only call analytics jobs with the specified status.
|
int |
hashCode() |
void |
setJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
void |
setMaxResults(Integer maxResults)
The maximum number of call analytics jobs to return in each page of results.
|
void |
setNextToken(String nextToken)
If you receive a truncated result in the previous request of , include
NextToken to fetch the next
set of jobs. |
void |
setStatus(String status)
When specified, returns only call analytics jobs with the specified status.
|
String |
toString()
Returns a string representation of this object.
|
ListCallAnalyticsJobsRequest |
withJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
ListCallAnalyticsJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of call analytics jobs to return in each page of results.
|
ListCallAnalyticsJobsRequest |
withNextToken(String nextToken)
If you receive a truncated result in the previous request of , include
NextToken to fetch the next
set of jobs. |
ListCallAnalyticsJobsRequest |
withStatus(CallAnalyticsJobStatus status)
When specified, returns only call analytics jobs with the specified status.
|
ListCallAnalyticsJobsRequest |
withStatus(String status)
When specified, returns only call analytics jobs with the specified status.
|
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 void setStatus(String status)
When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.
status
- When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.CallAnalyticsJobStatus
public String getStatus()
When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.
CallAnalyticsJobStatus
public ListCallAnalyticsJobsRequest withStatus(String status)
When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.
status
- When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.CallAnalyticsJobStatus
public ListCallAnalyticsJobsRequest withStatus(CallAnalyticsJobStatus status)
When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.
status
- When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.CallAnalyticsJobStatus
public void setJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
jobNameContains
- When specified, the jobs returned in the list are limited to jobs whose name contains the specified
string.public String getJobNameContains()
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
public ListCallAnalyticsJobsRequest withJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
jobNameContains
- When specified, the jobs returned in the list are limited to jobs whose name contains the specified
string.public void setNextToken(String nextToken)
If you receive a truncated result in the previous request of , include NextToken
to fetch the next
set of jobs.
nextToken
- If you receive a truncated result in the previous request of , include NextToken
to fetch the
next set of jobs.public String getNextToken()
If you receive a truncated result in the previous request of , include NextToken
to fetch the next
set of jobs.
NextToken
to fetch
the next set of jobs.public ListCallAnalyticsJobsRequest withNextToken(String nextToken)
If you receive a truncated result in the previous request of , include NextToken
to fetch the next
set of jobs.
nextToken
- If you receive a truncated result in the previous request of , include NextToken
to fetch the
next set of jobs.public void setMaxResults(Integer maxResults)
The maximum number of call analytics jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults
- The maximum number of call analytics jobs to return in each page of results. If there are fewer results
than the value you specify, only the actual results are returned. If you do not specify a value, the
default of 5 is used.public Integer getMaxResults()
The maximum number of call analytics jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
public ListCallAnalyticsJobsRequest withMaxResults(Integer maxResults)
The maximum number of call analytics jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults
- The maximum number of call analytics jobs to return in each page of results. If there are fewer results
than the value you specify, only the actual results are returned. If you do not specify a value, the
default of 5 is used.public String toString()
toString
in class Object
Object.toString()
public ListCallAnalyticsJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()