@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChatControlsConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetChatControlsConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetChatControlsConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the application for which the chat controls are configured.
|
Integer |
getMaxResults()
The maximum number of configured chat controls to return.
|
String |
getNextToken()
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the application for which the chat controls are configured.
|
void |
setMaxResults(Integer maxResults)
The maximum number of configured chat controls to return.
|
void |
setNextToken(String nextToken)
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
String |
toString()
Returns a string representation of this object.
|
GetChatControlsConfigurationRequest |
withApplicationId(String applicationId)
The identifier of the application for which the chat controls are configured.
|
GetChatControlsConfigurationRequest |
withMaxResults(Integer maxResults)
The maximum number of configured chat controls to return.
|
GetChatControlsConfigurationRequest |
withNextToken(String nextToken)
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
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 setApplicationId(String applicationId)
The identifier of the application for which the chat controls are configured.
applicationId
- The identifier of the application for which the chat controls are configured.public String getApplicationId()
The identifier of the application for which the chat controls are configured.
public GetChatControlsConfigurationRequest withApplicationId(String applicationId)
The identifier of the application for which the chat controls are configured.
applicationId
- The identifier of the application for which the chat controls are configured.public void setMaxResults(Integer maxResults)
The maximum number of configured chat controls to return.
maxResults
- The maximum number of configured chat controls to return.public Integer getMaxResults()
The maximum number of configured chat controls to return.
public GetChatControlsConfigurationRequest withMaxResults(Integer maxResults)
The maximum number of configured chat controls to return.
maxResults
- The maximum number of configured chat controls to return.public void setNextToken(String nextToken)
If the maxResults
response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon
Q Business chat controls configured.
nextToken
- If the maxResults
response was incomplete because there is more data to retrieve, Amazon Q
Business returns a pagination token in the response. You can use this pagination token to retrieve the
next set of Amazon Q Business chat controls configured.public String getNextToken()
If the maxResults
response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon
Q Business chat controls configured.
maxResults
response was incomplete because there is more data to retrieve, Amazon Q
Business returns a pagination token in the response. You can use this pagination token to retrieve the
next set of Amazon Q Business chat controls configured.public GetChatControlsConfigurationRequest withNextToken(String nextToken)
If the maxResults
response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon
Q Business chat controls configured.
nextToken
- If the maxResults
response was incomplete because there is more data to retrieve, Amazon Q
Business returns a pagination token in the response. You can use this pagination token to retrieve the
next set of Amazon Q Business chat controls configured.public String toString()
toString
in class Object
Object.toString()
public GetChatControlsConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()