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