@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBotAliasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetBotAliasesRequest() |
Modifier and Type | Method and Description |
---|---|
GetBotAliasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotName()
The name of the bot.
|
Integer |
getMaxResults()
The maximum number of aliases to return in the response.
|
String |
getNameContains()
Substring to match in bot alias names.
|
String |
getNextToken()
A pagination token for fetching the next page of aliases.
|
int |
hashCode() |
void |
setBotName(String botName)
The name of the bot.
|
void |
setMaxResults(Integer maxResults)
The maximum number of aliases to return in the response.
|
void |
setNameContains(String nameContains)
Substring to match in bot alias names.
|
void |
setNextToken(String nextToken)
A pagination token for fetching the next page of aliases.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetBotAliasesRequest |
withBotName(String botName)
The name of the bot.
|
GetBotAliasesRequest |
withMaxResults(Integer maxResults)
The maximum number of aliases to return in the response.
|
GetBotAliasesRequest |
withNameContains(String nameContains)
Substring to match in bot alias names.
|
GetBotAliasesRequest |
withNextToken(String nextToken)
A pagination token for fetching the next page of aliases.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBotName(String botName)
The name of the bot.
botName
- The name of the bot.public String getBotName()
The name of the bot.
public GetBotAliasesRequest withBotName(String botName)
The name of the bot.
botName
- The name of the bot.public void setNextToken(String nextToken)
A pagination token for fetching the next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the pagination token in the next request.
nextToken
- A pagination token for fetching the next page of aliases. If the response to this call is truncated,
Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the
pagination token in the next request.public String getNextToken()
A pagination token for fetching the next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the pagination token in the next request.
public GetBotAliasesRequest withNextToken(String nextToken)
A pagination token for fetching the next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the pagination token in the next request.
nextToken
- A pagination token for fetching the next page of aliases. If the response to this call is truncated,
Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the
pagination token in the next request.public void setMaxResults(Integer maxResults)
The maximum number of aliases to return in the response. The default is 50. .
maxResults
- The maximum number of aliases to return in the response. The default is 50. .public Integer getMaxResults()
The maximum number of aliases to return in the response. The default is 50. .
public GetBotAliasesRequest withMaxResults(Integer maxResults)
The maximum number of aliases to return in the response. The default is 50. .
maxResults
- The maximum number of aliases to return in the response. The default is 50. .public void setNameContains(String nameContains)
Substring to match in bot alias names. An alias will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
nameContains
- Substring to match in bot alias names. An alias will be returned if any part of its name matches the
substring. For example, "xyz" matches both "xyzabc" and "abcxyz."public String getNameContains()
Substring to match in bot alias names. An alias will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
public GetBotAliasesRequest withNameContains(String nameContains)
Substring to match in bot alias names. An alias will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
nameContains
- Substring to match in bot alias names. An alias will be returned if any part of its name matches the
substring. For example, "xyz" matches both "xyzabc" and "abcxyz."public String toString()
toString
in class Object
Object.toString()
public GetBotAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.