@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListKeysRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListKeysRequest |
clone() |
boolean |
equals(Object obj) |
String |
getKvsARN()
The Amazon Resource Name (ARN) of the Key Value Store.
|
Integer |
getMaxResults()
Maximum number of results that are returned per call.
|
String |
getNextToken()
If nextToken is returned in the response, there are more results available.
|
int |
hashCode() |
void |
setKvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results that are returned per call.
|
void |
setNextToken(String nextToken)
If nextToken is returned in the response, there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
ListKeysRequest |
withKvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
|
ListKeysRequest |
withMaxResults(Integer maxResults)
Maximum number of results that are returned per call.
|
ListKeysRequest |
withNextToken(String nextToken)
If nextToken is returned in the response, there are more results available.
|
addHandlerContext, copyBaseTo, 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 setKvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
kvsARN - The Amazon Resource Name (ARN) of the Key Value Store.public String getKvsARN()
The Amazon Resource Name (ARN) of the Key Value Store.
public ListKeysRequest withKvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
kvsARN - The Amazon Resource Name (ARN) of the Key Value Store.public void setNextToken(String nextToken)
If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
nextToken - If nextToken is returned in the response, there are more results available. Make the next call using the
returned token to retrieve the next page.public String getNextToken()
If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
public ListKeysRequest withNextToken(String nextToken)
If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
nextToken - If nextToken is returned in the response, there are more results available. Make the next call using the
returned token to retrieve the next page.public void setMaxResults(Integer maxResults)
Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
maxResults - Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.public Integer getMaxResults()
Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
public ListKeysRequest withMaxResults(Integer maxResults)
Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
maxResults - Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.public String toString()
toString in class ObjectObject.toString()public ListKeysRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.