@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBotsResult() |
Modifier and Type | Method and Description |
---|---|
ListBotsResult |
clone() |
boolean |
equals(Object obj) |
List<LexBotConfig> |
getLexBots()
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 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<LexBotConfig> lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 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.
|
ListBotsResult |
withLexBots(Collection<LexBotConfig> lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified
instance.
|
ListBotsResult |
withLexBots(LexBotConfig... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified
instance.
|
ListBotsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LexBotConfig> getLexBots()
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
public void setLexBots(Collection<LexBotConfig> lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
lexBots
- The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the
specified instance.public ListBotsResult withLexBots(LexBotConfig... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 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 Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the
specified instance.public ListBotsResult withLexBots(Collection<LexBotConfig> lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
lexBots
- The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 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 ListBotsResult 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 ListBotsResult clone()