@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) |
String |
getDirectoryId()
The identifier of the directory.
|
Integer |
getLimit()
The number of items that should show up on one page
|
String |
getNextToken()
A token for requesting another page of certificates if the
NextToken response element indicates that
more certificates are available. |
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setLimit(Integer limit)
The number of items that should show up on one page
|
void |
setNextToken(String nextToken)
A token for requesting another page of certificates if the
NextToken response element indicates that
more certificates are available. |
String |
toString()
Returns a string representation of this object.
|
ListCertificatesRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
ListCertificatesRequest |
withLimit(Integer limit)
The number of items that should show up on one page
|
ListCertificatesRequest |
withNextToken(String nextToken)
A token for requesting another page of certificates if the
NextToken response element indicates that
more certificates are available. |
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 setDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public String getDirectoryId()
The identifier of the directory.
public ListCertificatesRequest withDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public void setNextToken(String nextToken)
A token for requesting another page of certificates if the NextToken response element indicates that
more certificates are available. Use the value of the returned NextToken element in your request
until the token comes back as null. Pass null if this is the first call.
nextToken - A token for requesting another page of certificates if the NextToken response element
indicates that more certificates are available. Use the value of the returned NextToken
element in your request until the token comes back as null. Pass null if this is
the first call.public String getNextToken()
A token for requesting another page of certificates if the NextToken response element indicates that
more certificates are available. Use the value of the returned NextToken element in your request
until the token comes back as null. Pass null if this is the first call.
NextToken response element
indicates that more certificates are available. Use the value of the returned NextToken
element in your request until the token comes back as null. Pass null if this
is the first call.public ListCertificatesRequest withNextToken(String nextToken)
A token for requesting another page of certificates if the NextToken response element indicates that
more certificates are available. Use the value of the returned NextToken element in your request
until the token comes back as null. Pass null if this is the first call.
nextToken - A token for requesting another page of certificates if the NextToken response element
indicates that more certificates are available. Use the value of the returned NextToken
element in your request until the token comes back as null. Pass null if this is
the first call.public void setLimit(Integer limit)
The number of items that should show up on one page
limit - The number of items that should show up on one pagepublic Integer getLimit()
The number of items that should show up on one page
public ListCertificatesRequest withLimit(Integer limit)
The number of items that should show up on one page
limit - The number of items that should show up on one pagepublic String toString()
toString in class ObjectObject.toString()public ListCertificatesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()