@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLoaderJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLoaderJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLoaderJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeQueuedLoads()
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of
load IDs by setting the parameter to
FALSE . |
Integer |
getLimit()
The number of load IDs to list.
|
int |
hashCode() |
Boolean |
isIncludeQueuedLoads()
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of
load IDs by setting the parameter to
FALSE . |
void |
setIncludeQueuedLoads(Boolean includeQueuedLoads)
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of
load IDs by setting the parameter to
FALSE . |
void |
setLimit(Integer limit)
The number of load IDs to list.
|
String |
toString()
Returns a string representation of this object.
|
ListLoaderJobsRequest |
withIncludeQueuedLoads(Boolean includeQueuedLoads)
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of
load IDs by setting the parameter to
FALSE . |
ListLoaderJobsRequest |
withLimit(Integer limit)
The number of load IDs to list.
|
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 setLimit(Integer limit)
The number of load IDs to list. Must be a positive integer greater than zero and not more than 100
(which is the default).
limit
- The number of load IDs to list. Must be a positive integer greater than zero and not more than
100
(which is the default).public Integer getLimit()
The number of load IDs to list. Must be a positive integer greater than zero and not more than 100
(which is the default).
100
(which is the default).public ListLoaderJobsRequest withLimit(Integer limit)
The number of load IDs to list. Must be a positive integer greater than zero and not more than 100
(which is the default).
limit
- The number of load IDs to list. Must be a positive integer greater than zero and not more than
100
(which is the default).public void setIncludeQueuedLoads(Boolean includeQueuedLoads)
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of
load IDs by setting the parameter to FALSE
. The default value is TRUE
.
includeQueuedLoads
- An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a
list of load IDs by setting the parameter to FALSE
. The default value is TRUE
.public Boolean getIncludeQueuedLoads()
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of
load IDs by setting the parameter to FALSE
. The default value is TRUE
.
FALSE
. The default value is TRUE
.public ListLoaderJobsRequest withIncludeQueuedLoads(Boolean includeQueuedLoads)
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of
load IDs by setting the parameter to FALSE
. The default value is TRUE
.
includeQueuedLoads
- An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a
list of load IDs by setting the parameter to FALSE
. The default value is TRUE
.public Boolean isIncludeQueuedLoads()
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of
load IDs by setting the parameter to FALSE
. The default value is TRUE
.
FALSE
. The default value is TRUE
.public String toString()
toString
in class Object
Object.toString()
public ListLoaderJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()