@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLexBotsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLexBotsResult() |
Modifier and Type | Method and Description |
---|---|
ListLexBotsResult |
clone() |
boolean |
equals(Object obj) |
List<LexBot> |
getLexBots()
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setLexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLexBotsResult |
withLexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResult |
withLexBots(LexBot... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LexBot> getLexBots()
The names and Regions of the Amazon Lex bots associated with the specified instance.
public void setLexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
lexBots
- The names and Regions of the Amazon Lex bots associated with the specified instance.public ListLexBotsResult withLexBots(LexBot... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
NOTE: This method appends the values to the existing list (if any). Use
setLexBots(java.util.Collection)
or withLexBots(java.util.Collection)
if you want to override
the existing values.
lexBots
- The names and Regions of the Amazon Lex bots associated with the specified instance.public ListLexBotsResult withLexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
lexBots
- The names and Regions of the Amazon Lex bots associated with the specified instance.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListLexBotsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListLexBotsResult clone()