@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServerlessCachesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeServerlessCachesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeServerlessCachesRequest |
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 records in the response.
|
String |
getNextToken()
An optional marker returned from a prior request to support pagination of results from this operation.
|
String |
getServerlessCacheName()
The identifier for the serverless cache.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of records in the response.
|
void |
setNextToken(String nextToken)
An optional marker returned from a prior request to support pagination of results from this operation.
|
void |
setServerlessCacheName(String serverlessCacheName)
The identifier for the serverless cache.
|
String |
toString()
Returns a string representation of this object.
|
DescribeServerlessCachesRequest |
withMaxResults(Integer maxResults)
The maximum number of records in the response.
|
DescribeServerlessCachesRequest |
withNextToken(String nextToken)
An optional marker returned from a prior request to support pagination of results from this operation.
|
DescribeServerlessCachesRequest |
withServerlessCacheName(String serverlessCacheName)
The identifier for the serverless cache.
|
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 setServerlessCacheName(String serverlessCacheName)
The identifier for the serverless cache. If this parameter is specified, only information about that specific serverless cache is returned. Default: NULL
serverlessCacheName
- The identifier for the serverless cache. If this parameter is specified, only information about that
specific serverless cache is returned. Default: NULLpublic String getServerlessCacheName()
The identifier for the serverless cache. If this parameter is specified, only information about that specific serverless cache is returned. Default: NULL
public DescribeServerlessCachesRequest withServerlessCacheName(String serverlessCacheName)
The identifier for the serverless cache. If this parameter is specified, only information about that specific serverless cache is returned. Default: NULL
serverlessCacheName
- The identifier for the serverless cache. If this parameter is specified, only information about that
specific serverless cache is returned. Default: NULLpublic void setMaxResults(Integer maxResults)
The maximum number of records in the response. If more records exist than the specified max-records value, the next token is included in the response so that remaining results can be retrieved. The default is 50.
maxResults
- The maximum number of records in the response. If more records exist than the specified max-records value,
the next token is included in the response so that remaining results can be retrieved. The default is 50.public Integer getMaxResults()
The maximum number of records in the response. If more records exist than the specified max-records value, the next token is included in the response so that remaining results can be retrieved. The default is 50.
public DescribeServerlessCachesRequest withMaxResults(Integer maxResults)
The maximum number of records in the response. If more records exist than the specified max-records value, the next token is included in the response so that remaining results can be retrieved. The default is 50.
maxResults
- The maximum number of records in the response. If more records exist than the specified max-records value,
the next token is included in the response so that remaining results can be retrieved. The default is 50.public void setNextToken(String nextToken)
An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.
nextToken
- An optional marker returned from a prior request to support pagination of results from this operation. If
this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxResults.public String getNextToken()
An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.
public DescribeServerlessCachesRequest withNextToken(String nextToken)
An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.
nextToken
- An optional marker returned from a prior request to support pagination of results from this operation. If
this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxResults.public String toString()
toString
in class Object
Object.toString()
public DescribeServerlessCachesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()