@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamProcessorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStreamProcessorsResult() |
Modifier and Type | Method and Description |
---|---|
ListStreamProcessorsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of stream processors.
|
List<StreamProcessor> |
getStreamProcessors()
List of stream processors that you have created.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of stream processors.
|
void |
setStreamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamProcessorsResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of stream processors.
|
ListStreamProcessorsResult |
withStreamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
|
ListStreamProcessorsResult |
withStreamProcessors(StreamProcessor... streamProcessors)
List of stream processors that you have created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
nextToken
- If the response is truncated, Amazon Rekognition Video returns this token that you can use in the
subsequent request to retrieve the next set of stream processors.public String getNextToken()
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
public ListStreamProcessorsResult withNextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
nextToken
- If the response is truncated, Amazon Rekognition Video returns this token that you can use in the
subsequent request to retrieve the next set of stream processors.public List<StreamProcessor> getStreamProcessors()
List of stream processors that you have created.
public void setStreamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
streamProcessors
- List of stream processors that you have created.public ListStreamProcessorsResult withStreamProcessors(StreamProcessor... streamProcessors)
List of stream processors that you have created.
NOTE: This method appends the values to the existing list (if any). Use
setStreamProcessors(java.util.Collection)
or withStreamProcessors(java.util.Collection)
if you
want to override the existing values.
streamProcessors
- List of stream processors that you have created.public ListStreamProcessorsResult withStreamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
streamProcessors
- List of stream processors that you have created.public String toString()
toString
in class Object
Object.toString()
public ListStreamProcessorsResult clone()