@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListObjectsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListObjectsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Date | getCreatedAfter()(Optional) Created after filter | 
| Date | getCreatedBefore()(Optional) Created before filter | 
| Integer | getMaxResults()Maximum objects count | 
| String | getNextToken()Pagination token | 
| String | getStartingObjectName()Optional, specifies the starting Object name to list from. | 
| String | getStartingObjectPrefix()Optional, specifies the starting Object prefix to list from. | 
| String | getStorageJobId()Storage job id | 
| int | hashCode() | 
| void | setCreatedAfter(Date createdAfter)(Optional) Created after filter | 
| void | setCreatedBefore(Date createdBefore)(Optional) Created before filter | 
| void | setMaxResults(Integer maxResults)Maximum objects count | 
| void | setNextToken(String nextToken)Pagination token | 
| void | setStartingObjectName(String startingObjectName)Optional, specifies the starting Object name to list from. | 
| void | setStartingObjectPrefix(String startingObjectPrefix)Optional, specifies the starting Object prefix to list from. | 
| void | setStorageJobId(String storageJobId)Storage job id | 
| String | toString()Returns a string representation of this object. | 
| ListObjectsRequest | withCreatedAfter(Date createdAfter)(Optional) Created after filter | 
| ListObjectsRequest | withCreatedBefore(Date createdBefore)(Optional) Created before filter | 
| ListObjectsRequest | withMaxResults(Integer maxResults)Maximum objects count | 
| ListObjectsRequest | withNextToken(String nextToken)Pagination token | 
| ListObjectsRequest | withStartingObjectName(String startingObjectName)Optional, specifies the starting Object name to list from. | 
| ListObjectsRequest | withStartingObjectPrefix(String startingObjectPrefix)Optional, specifies the starting Object prefix to list from. | 
| ListObjectsRequest | withStorageJobId(String storageJobId)Storage job id | 
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 setStorageJobId(String storageJobId)
storageJobId - Storage job idpublic String getStorageJobId()
public ListObjectsRequest withStorageJobId(String storageJobId)
storageJobId - Storage job idpublic void setStartingObjectName(String startingObjectName)
startingObjectName - Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULLpublic String getStartingObjectName()
public ListObjectsRequest withStartingObjectName(String startingObjectName)
startingObjectName - Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULLpublic void setStartingObjectPrefix(String startingObjectPrefix)
startingObjectPrefix - Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULLpublic String getStartingObjectPrefix()
public ListObjectsRequest withStartingObjectPrefix(String startingObjectPrefix)
startingObjectPrefix - Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULLpublic void setMaxResults(Integer maxResults)
maxResults - Maximum objects countpublic Integer getMaxResults()
public ListObjectsRequest withMaxResults(Integer maxResults)
maxResults - Maximum objects countpublic void setNextToken(String nextToken)
nextToken - Pagination tokenpublic String getNextToken()
public ListObjectsRequest withNextToken(String nextToken)
nextToken - Pagination tokenpublic void setCreatedBefore(Date createdBefore)
createdBefore - (Optional) Created before filterpublic Date getCreatedBefore()
public ListObjectsRequest withCreatedBefore(Date createdBefore)
createdBefore - (Optional) Created before filterpublic void setCreatedAfter(Date createdAfter)
createdAfter - (Optional) Created after filterpublic Date getCreatedAfter()
public ListObjectsRequest withCreatedAfter(Date createdAfter)
createdAfter - (Optional) Created after filterpublic String toString()
toString in class ObjectObject.toString()public ListObjectsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()