@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRealtimeContactAnalysisSegmentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRealtimeContactAnalysisSegmentsResult() |
Modifier and Type | Method and Description |
---|---|
ListRealtimeContactAnalysisSegmentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<RealtimeContactAnalysisSegment> |
getSegments()
An analyzed transcript or category.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setSegments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
|
String |
toString()
Returns a string representation of this object.
|
ListRealtimeContactAnalysisSegmentsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRealtimeContactAnalysisSegmentsResult |
withSegments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
|
ListRealtimeContactAnalysisSegmentsResult |
withSegments(RealtimeContactAnalysisSegment... segments)
An analyzed transcript or category.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListRealtimeContactAnalysisSegmentsResult()
public List<RealtimeContactAnalysisSegment> getSegments()
An analyzed transcript or category.
public void setSegments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
segments
- An analyzed transcript or category.public ListRealtimeContactAnalysisSegmentsResult withSegments(RealtimeContactAnalysisSegment... segments)
An analyzed transcript or category.
NOTE: This method appends the values to the existing list (if any). Use
setSegments(java.util.Collection)
or withSegments(java.util.Collection)
if you want to override
the existing values.
segments
- An analyzed transcript or category.public ListRealtimeContactAnalysisSegmentsResult withSegments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
segments
- An analyzed transcript or category.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results. If response includes
nextToken
there are two possible scenarios:
There are more segments so another call is required to get them.
There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.
If response does not include nextToken
, the analysis is completed (successfully or failed) and there
are no more segments to retrieve.
nextToken
- If there are additional results, this is the token for the next set of results. If response includes
nextToken
there are two possible scenarios:
There are more segments so another call is required to get them.
There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.
If response does not include nextToken
, the analysis is completed (successfully or failed)
and there are no more segments to retrieve.
public String getNextToken()
If there are additional results, this is the token for the next set of results. If response includes
nextToken
there are two possible scenarios:
There are more segments so another call is required to get them.
There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.
If response does not include nextToken
, the analysis is completed (successfully or failed) and there
are no more segments to retrieve.
nextToken
there are two possible scenarios:
There are more segments so another call is required to get them.
There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.
If response does not include nextToken
, the analysis is completed (successfully or failed)
and there are no more segments to retrieve.
public ListRealtimeContactAnalysisSegmentsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results. If response includes
nextToken
there are two possible scenarios:
There are more segments so another call is required to get them.
There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.
If response does not include nextToken
, the analysis is completed (successfully or failed) and there
are no more segments to retrieve.
nextToken
- If there are additional results, this is the token for the next set of results. If response includes
nextToken
there are two possible scenarios:
There are more segments so another call is required to get them.
There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.
If response does not include nextToken
, the analysis is completed (successfully or failed)
and there are no more segments to retrieve.
public String toString()
toString
in class Object
Object.toString()
public ListRealtimeContactAnalysisSegmentsResult clone()