@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMediaAnalysisJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMediaAnalysisJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMediaAnalysisJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return per paginated call.
|
String |
getNextToken()
Pagination token, if the previous response was incomplete.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
void |
setNextToken(String nextToken)
Pagination token, if the previous response was incomplete.
|
String |
toString()
Returns a string representation of this object.
|
ListMediaAnalysisJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
ListMediaAnalysisJobsRequest |
withNextToken(String nextToken)
Pagination token, if the previous response was incomplete.
|
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)
Pagination token, if the previous response was incomplete.
nextToken
- Pagination token, if the previous response was incomplete.public String getNextToken()
Pagination token, if the previous response was incomplete.
public ListMediaAnalysisJobsRequest withNextToken(String nextToken)
Pagination token, if the previous response was incomplete.
nextToken
- Pagination token, if the previous response was incomplete.public void setMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value user can specify is 100. If user
specifies a value greater than 100, an InvalidParameterException
error occurs. The default value is
100.
maxResults
- The maximum number of results to return per paginated call. The largest value user can specify is 100. If
user specifies a value greater than 100, an InvalidParameterException
error occurs. The
default value is 100.public Integer getMaxResults()
The maximum number of results to return per paginated call. The largest value user can specify is 100. If user
specifies a value greater than 100, an InvalidParameterException
error occurs. The default value is
100.
InvalidParameterException
error occurs. The
default value is 100.public ListMediaAnalysisJobsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value user can specify is 100. If user
specifies a value greater than 100, an InvalidParameterException
error occurs. The default value is
100.
maxResults
- The maximum number of results to return per paginated call. The largest value user can specify is 100. If
user specifies a value greater than 100, an InvalidParameterException
error occurs. The
default value is 100.public String toString()
toString
in class Object
Object.toString()
public ListMediaAnalysisJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()