@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBotChannelAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBotChannelAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
GetBotChannelAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<BotChannelAssociation> |
getBotChannelAssociations()
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
String |
getNextToken()
A pagination token that fetches the next page of associations.
|
int |
hashCode() |
void |
setBotChannelAssociations(Collection<BotChannelAssociation> botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
void |
setNextToken(String nextToken)
A pagination token that fetches the next page of associations.
|
String |
toString()
Returns a string representation of this object.
|
GetBotChannelAssociationsResult |
withBotChannelAssociations(BotChannelAssociation... botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
GetBotChannelAssociationsResult |
withBotChannelAssociations(Collection<BotChannelAssociation> botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
GetBotChannelAssociationsResult |
withNextToken(String nextToken)
A pagination token that fetches the next page of associations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BotChannelAssociation> getBotChannelAssociations()
An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.
public void setBotChannelAssociations(Collection<BotChannelAssociation> botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.
botChannelAssociations
- An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.public GetBotChannelAssociationsResult withBotChannelAssociations(BotChannelAssociation... botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.
NOTE: This method appends the values to the existing list (if any). Use
setBotChannelAssociations(java.util.Collection)
or
withBotChannelAssociations(java.util.Collection)
if you want to override the existing values.
botChannelAssociations
- An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.public GetBotChannelAssociationsResult withBotChannelAssociations(Collection<BotChannelAssociation> botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.
botChannelAssociations
- An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.public void setNextToken(String nextToken)
A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.
nextToken
- A pagination token that fetches the next page of associations. If the response to this call is truncated,
Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the
pagination token in the next request.public String getNextToken()
A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.
public GetBotChannelAssociationsResult withNextToken(String nextToken)
A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.
nextToken
- A pagination token that fetches the next page of associations. If the response to this call is truncated,
Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the
pagination token in the next request.public String toString()
toString
in class Object
Object.toString()
public GetBotChannelAssociationsResult clone()