@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBatchInferenceJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBatchInferenceJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBatchInferenceJobsRequest |
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 batch inference job results to return in each page.
|
String |
getNextToken()
The token to request the next page of results.
|
String |
getSolutionVersionArn()
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of batch inference job results to return in each page.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
void |
setSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
|
String |
toString()
Returns a string representation of this object.
|
ListBatchInferenceJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of batch inference job results to return in each page.
|
ListBatchInferenceJobsRequest |
withNextToken(String nextToken)
The token to request the next page of results.
|
ListBatchInferenceJobsRequest |
withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
|
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 setSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
solutionVersionArn
- The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.public String getSolutionVersionArn()
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
public ListBatchInferenceJobsRequest withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
solutionVersionArn
- The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public ListBatchInferenceJobsRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of batch inference job results to return in each page. The default value is 100.
maxResults
- The maximum number of batch inference job results to return in each page. The default value is 100.public Integer getMaxResults()
The maximum number of batch inference job results to return in each page. The default value is 100.
public ListBatchInferenceJobsRequest withMaxResults(Integer maxResults)
The maximum number of batch inference job results to return in each page. The default value is 100.
maxResults
- The maximum number of batch inference job results to return in each page. The default value is 100.public String toString()
toString
in class Object
Object.toString()
public ListBatchInferenceJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()