@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCertificatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCertificatesRequest |
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 certificates to return.
|
String |
getNextToken()
When you can get additional results from the
ListCertificates call, a NextToken
parameter is returned in the output. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of certificates to return.
|
void |
setNextToken(String nextToken)
When you can get additional results from the
ListCertificates call, a NextToken
parameter is returned in the output. |
String |
toString()
Returns a string representation of this object.
|
ListCertificatesRequest |
withMaxResults(Integer maxResults)
The maximum number of certificates to return.
|
ListCertificatesRequest |
withNextToken(String nextToken)
When you can get additional results from the
ListCertificates call, a NextToken
parameter is returned in the output. |
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 setMaxResults(Integer maxResults)
The maximum number of certificates to return.
maxResults
- The maximum number of certificates to return.public Integer getMaxResults()
The maximum number of certificates to return.
public ListCertificatesRequest withMaxResults(Integer maxResults)
The maximum number of certificates to return.
maxResults
- The maximum number of certificates to return.public void setNextToken(String nextToken)
When you can get additional results from the ListCertificates
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional certificates.
nextToken
- When you can get additional results from the ListCertificates
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the
NextToken
parameter to continue listing additional certificates.public String getNextToken()
When you can get additional results from the ListCertificates
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional certificates.
ListCertificates
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the
NextToken
parameter to continue listing additional certificates.public ListCertificatesRequest withNextToken(String nextToken)
When you can get additional results from the ListCertificates
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional certificates.
nextToken
- When you can get additional results from the ListCertificates
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the
NextToken
parameter to continue listing additional certificates.public String toString()
toString
in class Object
Object.toString()
public ListCertificatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()