@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPublicKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListPublicKeysRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListPublicKeysRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Integer | getMaxResults()
 Maximum number of results to return. | 
| String | getNextToken()
 The first public key to retrieve. | 
| int | hashCode() | 
| void | setMaxResults(Integer maxResults)
 Maximum number of results to return. | 
| void | setNextToken(String nextToken)
 The first public key to retrieve. | 
| String | toString()Returns a string representation of this object. | 
| ListPublicKeysRequest | withMaxResults(Integer maxResults)
 Maximum number of results to return. | 
| ListPublicKeysRequest | withNextToken(String nextToken)
 The first public key to retrieve. | 
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 setNextToken(String nextToken)
 The first public key to retrieve. This is used for pagination; see the nextToken response field.
 
nextToken - The first public key to retrieve. This is used for pagination; see the nextToken response
        field.public String getNextToken()
 The first public key to retrieve. This is used for pagination; see the nextToken response field.
 
nextToken response
         field.public ListPublicKeysRequest withNextToken(String nextToken)
 The first public key to retrieve. This is used for pagination; see the nextToken response field.
 
nextToken - The first public key to retrieve. This is used for pagination; see the nextToken response
        field.public void setMaxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.public Integer getMaxResults()
Maximum number of results to return. Default: 50.
public ListPublicKeysRequest withMaxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.public String toString()
toString in class ObjectObject.toString()public ListPublicKeysRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()