@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfiguredAudienceModelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListConfiguredAudienceModelsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListConfiguredAudienceModelsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListConfiguredAudienceModelsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListConfiguredAudienceModelsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
addHandlerContext, copyBaseTo, 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 setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.public Integer getMaxResults()
The maximum size of the results that is returned per call.
public ListConfiguredAudienceModelsRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListConfiguredAudienceModelsRequest withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String toString()
toString in class ObjectObject.toString()public ListConfiguredAudienceModelsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.