@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotAliasReplicasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBotAliasReplicasRequest() |
Modifier and Type | Method and Description |
---|---|
ListBotAliasReplicasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The request for the unique bot ID of the replicated bot created from the source bot alias.
|
Integer |
getMaxResults()
The request for maximum results to list the replicated bots created from the source bot alias.
|
String |
getNextToken()
The request for the next token for the replicated bot created from the source bot alias.
|
String |
getReplicaRegion()
The request for the secondary region of the replicated bot created from the source bot alias.
|
int |
hashCode() |
void |
setBotId(String botId)
The request for the unique bot ID of the replicated bot created from the source bot alias.
|
void |
setMaxResults(Integer maxResults)
The request for maximum results to list the replicated bots created from the source bot alias.
|
void |
setNextToken(String nextToken)
The request for the next token for the replicated bot created from the source bot alias.
|
void |
setReplicaRegion(String replicaRegion)
The request for the secondary region of the replicated bot created from the source bot alias.
|
String |
toString()
Returns a string representation of this object.
|
ListBotAliasReplicasRequest |
withBotId(String botId)
The request for the unique bot ID of the replicated bot created from the source bot alias.
|
ListBotAliasReplicasRequest |
withMaxResults(Integer maxResults)
The request for maximum results to list the replicated bots created from the source bot alias.
|
ListBotAliasReplicasRequest |
withNextToken(String nextToken)
The request for the next token for the replicated bot created from the source bot alias.
|
ListBotAliasReplicasRequest |
withReplicaRegion(String replicaRegion)
The request for the secondary region of the replicated bot created from the source bot alias.
|
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 setBotId(String botId)
The request for the unique bot ID of the replicated bot created from the source bot alias.
botId
- The request for the unique bot ID of the replicated bot created from the source bot alias.public String getBotId()
The request for the unique bot ID of the replicated bot created from the source bot alias.
public ListBotAliasReplicasRequest withBotId(String botId)
The request for the unique bot ID of the replicated bot created from the source bot alias.
botId
- The request for the unique bot ID of the replicated bot created from the source bot alias.public void setReplicaRegion(String replicaRegion)
The request for the secondary region of the replicated bot created from the source bot alias.
replicaRegion
- The request for the secondary region of the replicated bot created from the source bot alias.public String getReplicaRegion()
The request for the secondary region of the replicated bot created from the source bot alias.
public ListBotAliasReplicasRequest withReplicaRegion(String replicaRegion)
The request for the secondary region of the replicated bot created from the source bot alias.
replicaRegion
- The request for the secondary region of the replicated bot created from the source bot alias.public void setMaxResults(Integer maxResults)
The request for maximum results to list the replicated bots created from the source bot alias.
maxResults
- The request for maximum results to list the replicated bots created from the source bot alias.public Integer getMaxResults()
The request for maximum results to list the replicated bots created from the source bot alias.
public ListBotAliasReplicasRequest withMaxResults(Integer maxResults)
The request for maximum results to list the replicated bots created from the source bot alias.
maxResults
- The request for maximum results to list the replicated bots created from the source bot alias.public void setNextToken(String nextToken)
The request for the next token for the replicated bot created from the source bot alias.
nextToken
- The request for the next token for the replicated bot created from the source bot alias.public String getNextToken()
The request for the next token for the replicated bot created from the source bot alias.
public ListBotAliasReplicasRequest withNextToken(String nextToken)
The request for the next token for the replicated bot created from the source bot alias.
nextToken
- The request for the next token for the replicated bot created from the source bot alias.public String toString()
toString
in class Object
Object.toString()
public ListBotAliasReplicasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()