public class ListStreamProcessorsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets a list of stream processors that you have created with CreateStreamProcessor.
Constructor and Description |
---|
ListStreamProcessorsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
Maximum number of stream processors you want Amazon Rekognition Video to
return in the response.
|
java.lang.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(java.lang.Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to
return in the response.
|
void |
setNextToken(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStreamProcessorsRequest |
withMaxResults(java.lang.Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to
return in the response.
|
ListStreamProcessorsRequest |
withNextToken(java.lang.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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.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.
Constraints:
Length: - 255
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 setNextToken(java.lang.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.
Constraints:
Length: - 255
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 ListStreamProcessorsRequest withNextToken(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 255
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 java.lang.Integer getMaxResults()
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
Constraints:
Range: 1 -
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
public void setMaxResults(java.lang.Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
Constraints:
Range: 1 -
maxResults
- Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
public ListStreamProcessorsRequest withMaxResults(java.lang.Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
maxResults
- Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.