Package com.amazonaws.services.s3.model
Class ListNextBatchOfObjectsRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.ListNextBatchOfObjectsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Request object for parameters of listing next batch of objects.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
ConstructorsConstructorDescriptionListNextBatchOfObjectsRequest
(ObjectListing previousObjectListing) Creates a request object for listing next batch of objects. -
Method Summary
Modifier and TypeMethodDescriptionReturns the previous object listing.void
setPreviousObjectListing
(ObjectListing previousObjectListing) Sets the previous object listing and all the features of the next object listing as well.Creates a newListObjectsRequest
object using the previous object listing.withPreviousObjectListing
(ObjectListing previousObjectListing) Sets the previous object listing and returns the updated request object so that additional method calls can be chained together.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListNextBatchOfObjectsRequest
Creates a request object for listing next batch of objects.- Parameters:
previousObjectListing
- The previous object listing whose features are to be fetched.
-
-
Method Details
-
getPreviousObjectListing
Returns the previous object listing.- Returns:
- The previous object listing.
-
setPreviousObjectListing
Sets the previous object listing and all the features of the next object listing as well.- Parameters:
previousObjectListing
- This parameter must be specified.
-
withPreviousObjectListing
Sets the previous object listing and returns the updated request object so that additional method calls can be chained together.- Parameters:
previousObjectListing
- The previous object listing whose features are to be fetched.- Returns:
- The updated request object so that additional method calls can be chained together.
-
toListObjectsRequest
Creates a newListObjectsRequest
object using the previous object listing.- Returns:
- A new
ListObjectsRequest
object using the previous object listing.
-