@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchAssociatedTranscriptsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchAssociatedTranscriptsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchAssociatedTranscriptsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot associated with the transcripts that you are searching.
|
String |
getBotRecommendationId()
The unique identifier of the bot recommendation associated with the transcripts to search.
|
String |
getBotVersion()
The version of the bot containing the transcripts that you are searching.
|
List<AssociatedTranscriptFilter> |
getFilters()
A list of filter objects.
|
String |
getLocaleId()
The identifier of the language and locale of the transcripts to search.
|
Integer |
getMaxResults()
The maximum number of bot recommendations to return in each page of results.
|
Integer |
getNextIndex()
If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the
maxResults parameter, an index is returned in the response.
|
String |
getSearchOrder()
How SearchResults are ordered.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
|
void |
setBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
|
void |
setBotVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
|
void |
setFilters(Collection<AssociatedTranscriptFilter> filters)
A list of filter objects.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the transcripts to search.
|
void |
setMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
void |
setNextIndex(Integer nextIndex)
If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the
maxResults parameter, an index is returned in the response.
|
void |
setSearchOrder(String searchOrder)
How SearchResults are ordered.
|
String |
toString()
Returns a string representation of this object.
|
SearchAssociatedTranscriptsRequest |
withBotId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
|
SearchAssociatedTranscriptsRequest |
withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
|
SearchAssociatedTranscriptsRequest |
withBotVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
|
SearchAssociatedTranscriptsRequest |
withFilters(AssociatedTranscriptFilter... filters)
A list of filter objects.
|
SearchAssociatedTranscriptsRequest |
withFilters(Collection<AssociatedTranscriptFilter> filters)
A list of filter objects.
|
SearchAssociatedTranscriptsRequest |
withLocaleId(String localeId)
The identifier of the language and locale of the transcripts to search.
|
SearchAssociatedTranscriptsRequest |
withMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
SearchAssociatedTranscriptsRequest |
withNextIndex(Integer nextIndex)
If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the
maxResults parameter, an index is returned in the response.
|
SearchAssociatedTranscriptsRequest |
withSearchOrder(SearchOrder searchOrder)
How SearchResults are ordered.
|
SearchAssociatedTranscriptsRequest |
withSearchOrder(String searchOrder)
How SearchResults are ordered.
|
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 setBotId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
botId
- The unique identifier of the bot associated with the transcripts that you are searching.public String getBotId()
The unique identifier of the bot associated with the transcripts that you are searching.
public SearchAssociatedTranscriptsRequest withBotId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
botId
- The unique identifier of the bot associated with the transcripts that you are searching.public void setBotVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
botVersion
- The version of the bot containing the transcripts that you are searching.public String getBotVersion()
The version of the bot containing the transcripts that you are searching.
public SearchAssociatedTranscriptsRequest withBotVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
botVersion
- The version of the bot containing the transcripts that you are searching.public void setLocaleId(String localeId)
The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages
localeId
- The identifier of the language and locale of the transcripts to search. The string must match one of the
supported locales. For more information, see Supported languagespublic String getLocaleId()
The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages
public SearchAssociatedTranscriptsRequest withLocaleId(String localeId)
The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages
localeId
- The identifier of the language and locale of the transcripts to search. The string must match one of the
supported locales. For more information, see Supported languagespublic void setBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
botRecommendationId
- The unique identifier of the bot recommendation associated with the transcripts to search.public String getBotRecommendationId()
The unique identifier of the bot recommendation associated with the transcripts to search.
public SearchAssociatedTranscriptsRequest withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
botRecommendationId
- The unique identifier of the bot recommendation associated with the transcripts to search.public void setSearchOrder(String searchOrder)
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
searchOrder
- How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.SearchOrder
public String getSearchOrder()
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
SearchOrder
public SearchAssociatedTranscriptsRequest withSearchOrder(String searchOrder)
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
searchOrder
- How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.SearchOrder
public SearchAssociatedTranscriptsRequest withSearchOrder(SearchOrder searchOrder)
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
searchOrder
- How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.SearchOrder
public List<AssociatedTranscriptFilter> getFilters()
A list of filter objects.
public void setFilters(Collection<AssociatedTranscriptFilter> filters)
A list of filter objects.
filters
- A list of filter objects.public SearchAssociatedTranscriptsRequest withFilters(AssociatedTranscriptFilter... filters)
A list of filter objects.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- A list of filter objects.public SearchAssociatedTranscriptsRequest withFilters(Collection<AssociatedTranscriptFilter> filters)
A list of filter objects.
filters
- A list of filter objects.public void setMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults
- The maximum number of bot recommendations to return in each page of results. If there are fewer results
than the max page size, only the actual number of results are returned.public Integer getMaxResults()
The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
public SearchAssociatedTranscriptsRequest withMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults
- The maximum number of bot recommendations to return in each page of results. If there are fewer results
than the max page size, only the actual number of results are returned.public void setNextIndex(Integer nextIndex)
If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.
nextIndex
- If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified
in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex
parameter to return the next page of results.public Integer getNextIndex()
If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.
public SearchAssociatedTranscriptsRequest withNextIndex(Integer nextIndex)
If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.
nextIndex
- If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified
in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex
parameter to return the next page of results.public String toString()
toString
in class Object
Object.toString()
public SearchAssociatedTranscriptsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()