@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBulkImportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBulkImportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBulkImportJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFilter()
You can use a filter to select the bulk import jobs that you want to retrieve.
|
Integer |
getMaxResults()
The maximum number of results to return for each paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setFilter(String filter)
You can use a filter to select the bulk import jobs that you want to retrieve.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
ListBulkImportJobsRequest |
withFilter(ListBulkImportJobsFilter filter)
You can use a filter to select the bulk import jobs that you want to retrieve.
|
ListBulkImportJobsRequest |
withFilter(String filter)
You can use a filter to select the bulk import jobs that you want to retrieve.
|
ListBulkImportJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListBulkImportJobsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
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 setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken
- The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public ListBulkImportJobsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken
- The token to be used for the next set of paginated results.public void setMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
maxResults
- The maximum number of results to return for each paginated request.public Integer getMaxResults()
The maximum number of results to return for each paginated request.
public ListBulkImportJobsRequest withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
maxResults
- The maximum number of results to return for each paginated request.public void setFilter(String filter)
You can use a filter to select the bulk import jobs that you want to retrieve.
filter
- You can use a filter to select the bulk import jobs that you want to retrieve.ListBulkImportJobsFilter
public String getFilter()
You can use a filter to select the bulk import jobs that you want to retrieve.
ListBulkImportJobsFilter
public ListBulkImportJobsRequest withFilter(String filter)
You can use a filter to select the bulk import jobs that you want to retrieve.
filter
- You can use a filter to select the bulk import jobs that you want to retrieve.ListBulkImportJobsFilter
public ListBulkImportJobsRequest withFilter(ListBulkImportJobsFilter filter)
You can use a filter to select the bulk import jobs that you want to retrieve.
filter
- You can use a filter to select the bulk import jobs that you want to retrieve.ListBulkImportJobsFilter
public String toString()
toString
in class Object
Object.toString()
public ListBulkImportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()