@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotAliasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBotAliasesResult() |
Modifier and Type | Method and Description |
---|---|
ListBotAliasesResult |
clone() |
boolean |
equals(Object obj) |
List<BotAliasSummary> |
getBotAliasSummaries()
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
String |
getBotId()
The identifier of the bot associated with the aliases.
|
String |
getNextToken()
A token that indicates whether there are more results to return in a response to the
ListBotAliases
operation. |
int |
hashCode() |
void |
setBotAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
void |
setBotId(String botId)
The identifier of the bot associated with the aliases.
|
void |
setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotAliases
operation. |
String |
toString()
Returns a string representation of this object.
|
ListBotAliasesResult |
withBotAliasSummaries(BotAliasSummary... botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
ListBotAliasesResult |
withBotAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
ListBotAliasesResult |
withBotId(String botId)
The identifier of the bot associated with the aliases.
|
ListBotAliasesResult |
withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotAliases
operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BotAliasSummary> getBotAliasSummaries()
Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults
parameter of the request. If there are more aliases available,
the nextToken
field contains a token to get the next page of results.
maxResults
parameter of the request. If there are
more aliases available, the nextToken
field contains a token to get the next page of
results.public void setBotAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults
parameter of the request. If there are more aliases available,
the nextToken
field contains a token to get the next page of results.
botAliasSummaries
- Summary information for the bot aliases that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults
parameter of the request. If there are more
aliases available, the nextToken
field contains a token to get the next page of results.public ListBotAliasesResult withBotAliasSummaries(BotAliasSummary... botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults
parameter of the request. If there are more aliases available,
the nextToken
field contains a token to get the next page of results.
NOTE: This method appends the values to the existing list (if any). Use
setBotAliasSummaries(java.util.Collection)
or withBotAliasSummaries(java.util.Collection)
if
you want to override the existing values.
botAliasSummaries
- Summary information for the bot aliases that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults
parameter of the request. If there are more
aliases available, the nextToken
field contains a token to get the next page of results.public ListBotAliasesResult withBotAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults
parameter of the request. If there are more aliases available,
the nextToken
field contains a token to get the next page of results.
botAliasSummaries
- Summary information for the bot aliases that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults
parameter of the request. If there are more
aliases available, the nextToken
field contains a token to get the next page of results.public void setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotAliases
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotAliases
operation request to get the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the
ListBotAliases
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a ListBotAliases
operation request to get
the next page of results.public String getNextToken()
A token that indicates whether there are more results to return in a response to the ListBotAliases
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotAliases
operation request to get the next page of results.
ListBotAliases
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a ListBotAliases
operation request to
get the next page of results.public ListBotAliasesResult withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotAliases
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotAliases
operation request to get the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the
ListBotAliases
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a ListBotAliases
operation request to get
the next page of results.public void setBotId(String botId)
The identifier of the bot associated with the aliases.
botId
- The identifier of the bot associated with the aliases.public String getBotId()
The identifier of the bot associated with the aliases.
public ListBotAliasesResult withBotId(String botId)
The identifier of the bot associated with the aliases.
botId
- The identifier of the bot associated with the aliases.public String toString()
toString
in class Object
Object.toString()
public ListBotAliasesResult clone()