@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchAssociatedTranscriptsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchAssociatedTranscriptsResult() |
Modifier and Type | Method and Description |
---|---|
SearchAssociatedTranscriptsResult |
clone() |
boolean |
equals(Object obj) |
List<AssociatedTranscript> |
getAssociatedTranscripts()
The object that contains the associated transcript that meet the criteria you specified.
|
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.
|
String |
getLocaleId()
The identifier of the language and locale of the transcripts to search.
|
Integer |
getNextIndex()
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts
operation.
|
Integer |
getTotalResults()
The total number of transcripts returned by the search.
|
int |
hashCode() |
void |
setAssociatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
|
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 |
setLocaleId(String localeId)
The identifier of the language and locale of the transcripts to search.
|
void |
setNextIndex(Integer nextIndex)
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts
operation.
|
void |
setTotalResults(Integer totalResults)
The total number of transcripts returned by the search.
|
String |
toString()
Returns a string representation of this object.
|
SearchAssociatedTranscriptsResult |
withAssociatedTranscripts(AssociatedTranscript... associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResult |
withAssociatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResult |
withBotId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
|
SearchAssociatedTranscriptsResult |
withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
|
SearchAssociatedTranscriptsResult |
withBotVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
|
SearchAssociatedTranscriptsResult |
withLocaleId(String localeId)
The identifier of the language and locale of the transcripts to search.
|
SearchAssociatedTranscriptsResult |
withNextIndex(Integer nextIndex)
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts
operation.
|
SearchAssociatedTranscriptsResult |
withTotalResults(Integer totalResults)
The total number of transcripts returned by the search.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 SearchAssociatedTranscriptsResult 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 SearchAssociatedTranscriptsResult 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 SearchAssociatedTranscriptsResult 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 SearchAssociatedTranscriptsResult 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 setNextIndex(Integer nextIndex)
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.
nextIndex
- A index that indicates whether there are more results to return in a response to the
SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the
nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.public Integer getNextIndex()
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.
public SearchAssociatedTranscriptsResult withNextIndex(Integer nextIndex)
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.
nextIndex
- A index that indicates whether there are more results to return in a response to the
SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the
nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.public List<AssociatedTranscript> getAssociatedTranscripts()
The object that contains the associated transcript that meet the criteria you specified.
public void setAssociatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
associatedTranscripts
- The object that contains the associated transcript that meet the criteria you specified.public SearchAssociatedTranscriptsResult withAssociatedTranscripts(AssociatedTranscript... associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedTranscripts(java.util.Collection)
or
withAssociatedTranscripts(java.util.Collection)
if you want to override the existing values.
associatedTranscripts
- The object that contains the associated transcript that meet the criteria you specified.public SearchAssociatedTranscriptsResult withAssociatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
associatedTranscripts
- The object that contains the associated transcript that meet the criteria you specified.public void setTotalResults(Integer totalResults)
The total number of transcripts returned by the search.
totalResults
- The total number of transcripts returned by the search.public Integer getTotalResults()
The total number of transcripts returned by the search.
public SearchAssociatedTranscriptsResult withTotalResults(Integer totalResults)
The total number of transcripts returned by the search.
totalResults
- The total number of transcripts returned by the search.public String toString()
toString
in class Object
Object.toString()
public SearchAssociatedTranscriptsResult clone()