@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) |
String |
getNextToken()
A token that indicates where the output should continue from, if a previous request did not show all results.
|
Integer |
getPageSize()
The number of resources in the paginated list.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results.
|
void |
setPageSize(Integer pageSize)
The number of resources in the paginated list.
|
String |
toString()
Returns a string representation of this object.
|
ListProfilesRequest |
withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results.
|
ListProfilesRequest |
withPageSize(Integer pageSize)
The number of resources in the paginated list.
|
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 setNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
nextToken
- A token that indicates where the output should continue from, if a previous request did not show all
results. To get the next results, make the request again with this value.public String getNextToken()
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
public ListProfilesRequest withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
nextToken
- A token that indicates where the output should continue from, if a previous request did not show all
results. To get the next results, make the request again with this value.public void setPageSize(Integer pageSize)
The number of resources in the paginated list.
pageSize
- The number of resources in the paginated list.public Integer getPageSize()
The number of resources in the paginated list.
public ListProfilesRequest withPageSize(Integer pageSize)
The number of resources in the paginated list.
pageSize
- The number of resources in the paginated list.public String toString()
toString
in class Object
Object.toString()
public ListProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()