@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()
Provides a summary of information about each result.
|
String |
getNextToken()
If
NextToken is present in your response, it indicates that not all results are displayed. |
String |
getStatus()
Lists all Call Analytics jobs that have the status specified in your request.
|
int |
hashCode() |
void |
setCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
Provides a summary of information about each result.
|
void |
setNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
void |
setStatus(String status)
Lists all Call Analytics jobs that have the status specified in your request.
|
String |
toString()
Returns a string representation of this object.
|
ListCallAnalyticsJobsResult |
withCallAnalyticsJobSummaries(CallAnalyticsJobSummary... callAnalyticsJobSummaries)
Provides a summary of information about each result.
|
ListCallAnalyticsJobsResult |
withCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
Provides a summary of information about each result.
|
ListCallAnalyticsJobsResult |
withNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
ListCallAnalyticsJobsResult |
withStatus(CallAnalyticsJobStatus status)
Lists all Call Analytics jobs that have the status specified in your request.
|
ListCallAnalyticsJobsResult |
withStatus(String status)
Lists all Call Analytics jobs that have the status specified in your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
Lists all Call Analytics jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status
- Lists all Call Analytics jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.CallAnalyticsJobStatus
public String getStatus()
Lists all Call Analytics jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
CallAnalyticsJobStatus
public ListCallAnalyticsJobsResult withStatus(String status)
Lists all Call Analytics jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status
- Lists all Call Analytics jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.CallAnalyticsJobStatus
public ListCallAnalyticsJobsResult withStatus(CallAnalyticsJobStatus status)
Lists all Call Analytics jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status
- Lists all Call Analytics jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.CallAnalyticsJobStatus
public void setNextToken(String nextToken)
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
nextToken
- If NextToken
is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken
parameter in your
results output, then run your request again including NextToken
with the value of the copied
string. Repeat as needed to view all your results.public String getNextToken()
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
NextToken
is present in your response, it indicates that not all results are displayed.
To view the next set of results, copy the string associated with the NextToken
parameter in
your results output, then run your request again including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public ListCallAnalyticsJobsResult withNextToken(String nextToken)
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
nextToken
- If NextToken
is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken
parameter in your
results output, then run your request again including NextToken
with the value of the copied
string. Repeat as needed to view all your results.public List<CallAnalyticsJobSummary> getCallAnalyticsJobSummaries()
Provides a summary of information about each result.
public void setCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
Provides a summary of information about each result.
callAnalyticsJobSummaries
- Provides a summary of information about each result.public ListCallAnalyticsJobsResult withCallAnalyticsJobSummaries(CallAnalyticsJobSummary... callAnalyticsJobSummaries)
Provides a summary of information about each result.
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
- Provides a summary of information about each result.public ListCallAnalyticsJobsResult withCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
Provides a summary of information about each result.
callAnalyticsJobSummaries
- Provides a summary of information about each result.public String toString()
toString
in class Object
Object.toString()
public ListCallAnalyticsJobsResult clone()