@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamProcessorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStreamProcessorsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStreamProcessorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
|
String |
getNextToken()
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon
Rekognition Video returns a pagination token in the response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon
Rekognition Video returns a pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamProcessorsRequest |
withMaxResults(Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
|
ListStreamProcessorsRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon
Rekognition Video returns a pagination token in the response.
|
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)
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.
nextToken
- If the previous response was incomplete (because there are more stream processors to retrieve), Amazon
Rekognition Video returns a pagination token in the response. You can use this pagination token to
retrieve the next set of stream processors.public String getNextToken()
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.
public ListStreamProcessorsRequest withNextToken(String nextToken)
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.
nextToken
- If the previous response was incomplete (because there are more stream processors to retrieve), Amazon
Rekognition Video returns a pagination token in the response. You can use this pagination token to
retrieve the next set of stream processors.public void setMaxResults(Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
maxResults
- Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The
default is 1000.public Integer getMaxResults()
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
public ListStreamProcessorsRequest withMaxResults(Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
maxResults
- Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The
default is 1000.public String toString()
toString
in class Object
Object.toString()
public ListStreamProcessorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()