@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()
Returns only the Call Analytics jobs that contain the specified string.
|
Integer |
getMaxResults()
The maximum number of Call Analytics jobs to return in each page of results.
|
String |
getNextToken()
If your
ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. |
String |
getStatus()
Returns only Call Analytics jobs with the specified status.
|
int |
hashCode() |
void |
setJobNameContains(String jobNameContains)
Returns only the Call Analytics jobs that contain 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 your
ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. |
void |
setStatus(String status)
Returns only Call Analytics jobs with the specified status.
|
String |
toString()
Returns a string representation of this object.
|
ListCallAnalyticsJobsRequest |
withJobNameContains(String jobNameContains)
Returns only the Call Analytics jobs that contain 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 your
ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. |
ListCallAnalyticsJobsRequest |
withStatus(CallAnalyticsJobStatus status)
Returns only Call Analytics jobs with the specified status.
|
ListCallAnalyticsJobsRequest |
withStatus(String status)
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, withSdkRequestTimeoutpublic void setStatus(String status)
Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the newest
job first. If you do not include Status, all Call Analytics jobs are returned.
status - Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the
newest job first. If you do not include Status, all Call Analytics jobs are returned.CallAnalyticsJobStatuspublic String getStatus()
Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the newest
job first. If you do not include Status, all Call Analytics jobs are returned.
Status, all Call Analytics jobs are returned.CallAnalyticsJobStatuspublic ListCallAnalyticsJobsRequest withStatus(String status)
Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the newest
job first. If you do not include Status, all Call Analytics jobs are returned.
status - Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the
newest job first. If you do not include Status, all Call Analytics jobs are returned.CallAnalyticsJobStatuspublic ListCallAnalyticsJobsRequest withStatus(CallAnalyticsJobStatus status)
Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the newest
job first. If you do not include Status, all Call Analytics jobs are returned.
status - Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the
newest job first. If you do not include Status, all Call Analytics jobs are returned.CallAnalyticsJobStatuspublic void setJobNameContains(String jobNameContains)
Returns only the Call Analytics jobs that contain the specified string. The search is not case sensitive.
jobNameContains - Returns only the Call Analytics jobs that contain the specified string. The search is not case sensitive.public String getJobNameContains()
Returns only the Call Analytics jobs that contain the specified string. The search is not case sensitive.
public ListCallAnalyticsJobsRequest withJobNameContains(String jobNameContains)
Returns only the Call Analytics jobs that contain the specified string. The search is not case sensitive.
jobNameContains - Returns only the Call Analytics jobs that contain the specified string. The search is not case sensitive.public void setNextToken(String nextToken)
If your ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. To get the next page of results,
copy this string and repeat your request, including NextToken with the value of the copied string.
Repeat as needed to view all your results.
nextToken - If your ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken with the value of the
copied string. Repeat as needed to view all your results.public String getNextToken()
If your ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. To get the next page of results,
copy this string and repeat your request, including NextToken with the value of the copied string.
Repeat as needed to view all your results.
ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken with the value of the
copied string. Repeat as needed to view all your results.public ListCallAnalyticsJobsRequest withNextToken(String nextToken)
If your ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. To get the next page of results,
copy this string and repeat your request, including NextToken with the value of the copied string.
Repeat as needed to view all your results.
nextToken - If your ListCallAnalyticsJobs request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken with the value of the
copied string. Repeat as needed to view all your results.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 that you specify, only the actual results are returned. If you do not specify a value, a 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 that you specify, only the actual results are returned. If you do not specify a value, a
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 that you specify, only the actual results are returned. If you do not specify a value, a 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 that you specify, only the actual results are returned. If you do not specify a value, a 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 that you specify, only the actual results are returned. If you do not specify a value, a
default of 5 is used.public String toString()
toString in class ObjectObject.toString()public ListCallAnalyticsJobsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()