@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListItemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListItemsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListItemsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum results to return.
|
String |
getNextToken()
The
NextToken received in the ListItemsResponse for the same container and path. |
String |
getPath()
The path in the container from which to retrieve items.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum results to return.
|
void |
setNextToken(String nextToken)
The
NextToken received in the ListItemsResponse for the same container and path. |
void |
setPath(String path)
The path in the container from which to retrieve items.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListItemsRequest |
withMaxResults(Integer maxResults)
The maximum results to return.
|
ListItemsRequest |
withNextToken(String nextToken)
The
NextToken received in the ListItemsResponse for the same container and path. |
ListItemsRequest |
withPath(String path)
The path in the container from which to retrieve items.
|
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 setPath(String path)
The path in the container from which to retrieve items. Format: <folder name>/<folder name>/<file name>
path - The path in the container from which to retrieve items. Format: <folder name>/<folder
name>/<file name>public String getPath()
The path in the container from which to retrieve items. Format: <folder name>/<folder name>/<file name>
public ListItemsRequest withPath(String path)
The path in the container from which to retrieve items. Format: <folder name>/<folder name>/<file name>
path - The path in the container from which to retrieve items. Format: <folder name>/<folder
name>/<file name>public void setMaxResults(Integer maxResults)
The maximum results to return. The service might return fewer results.
maxResults - The maximum results to return. The service might return fewer results.public Integer getMaxResults()
The maximum results to return. The service might return fewer results.
public ListItemsRequest withMaxResults(Integer maxResults)
The maximum results to return. The service might return fewer results.
maxResults - The maximum results to return. The service might return fewer results.public void setNextToken(String nextToken)
The NextToken received in the ListItemsResponse for the same container and path. Tokens
expire after 15 minutes.
nextToken - The NextToken received in the ListItemsResponse for the same container and path.
Tokens expire after 15 minutes.public String getNextToken()
The NextToken received in the ListItemsResponse for the same container and path. Tokens
expire after 15 minutes.
NextToken received in the ListItemsResponse for the same container and
path. Tokens expire after 15 minutes.public ListItemsRequest withNextToken(String nextToken)
The NextToken received in the ListItemsResponse for the same container and path. Tokens
expire after 15 minutes.
nextToken - The NextToken received in the ListItemsResponse for the same container and path.
Tokens expire after 15 minutes.public String toString()
toString in class ObjectObject.toString()public ListItemsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.