@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppInstanceBotsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppInstanceBotsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppInstanceBotsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppInstanceArn()
The ARN of the
AppInstance. |
Integer |
getMaxResults()
The maximum number of requests to return.
|
String |
getNextToken()
The token passed by previous API calls until all requested bots are returned.
|
int |
hashCode() |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance. |
void |
setMaxResults(Integer maxResults)
The maximum number of requests to return.
|
void |
setNextToken(String nextToken)
The token passed by previous API calls until all requested bots are returned.
|
String |
toString()
Returns a string representation of this object.
|
ListAppInstanceBotsRequest |
withAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance. |
ListAppInstanceBotsRequest |
withMaxResults(Integer maxResults)
The maximum number of requests to return.
|
ListAppInstanceBotsRequest |
withNextToken(String nextToken)
The token passed by previous API calls until all requested bots are returned.
|
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, withSdkRequestTimeoutpublic void setAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance.
appInstanceArn - The ARN of the AppInstance.public String getAppInstanceArn()
The ARN of the AppInstance.
AppInstance.public ListAppInstanceBotsRequest withAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance.
appInstanceArn - The ARN of the AppInstance.public void setMaxResults(Integer maxResults)
The maximum number of requests to return.
maxResults - The maximum number of requests to return.public Integer getMaxResults()
The maximum number of requests to return.
public ListAppInstanceBotsRequest withMaxResults(Integer maxResults)
The maximum number of requests to return.
maxResults - The maximum number of requests to return.public void setNextToken(String nextToken)
The token passed by previous API calls until all requested bots are returned.
nextToken - The token passed by previous API calls until all requested bots are returned.public String getNextToken()
The token passed by previous API calls until all requested bots are returned.
public ListAppInstanceBotsRequest withNextToken(String nextToken)
The token passed by previous API calls until all requested bots are returned.
nextToken - The token passed by previous API calls until all requested bots are returned.public String toString()
toString in class ObjectObject.toString()public ListAppInstanceBotsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()