@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of objects that you want to return for this request.
|
String |
getNextToken()
For the first call to this list request, omit this value.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request.
|
void |
setNextToken(String nextToken)
For the first call to this list request, omit this value.
|
String |
toString()
Returns a string representation of this object.
|
ListProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request.
|
ListProfilesRequest |
withNextToken(String nextToken)
For the first call to this list request, omit this value.
|
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 setMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request. If more objects are available, in the
response, a NextToken value, which you can use in a subsequent call to get the next batch of
objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
maxResults - The maximum number of objects that you want to return for this request. If more objects are available, in
the response, a NextToken value, which you can use in a subsequent call to get the next batch
of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
public Integer getMaxResults()
The maximum number of objects that you want to return for this request. If more objects are available, in the
response, a NextToken value, which you can use in a subsequent call to get the next batch of
objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
NextToken value, which you can use in a subsequent call to get the next
batch of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
public ListProfilesRequest withMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request. If more objects are available, in the
response, a NextToken value, which you can use in a subsequent call to get the next batch of
objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
maxResults - The maximum number of objects that you want to return for this request. If more objects are available, in
the response, a NextToken value, which you can use in a subsequent call to get the next batch
of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
public void setNextToken(String nextToken)
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in your
next request.
nextToken - For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in
your next request.
public String getNextToken()
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in your
next request.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in
your next request.
public ListProfilesRequest withNextToken(String nextToken)
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in your
next request.
nextToken - For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in
your next request.
public String toString()
toString in class ObjectObject.toString()public ListProfilesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()