public class ListStreamProcessorsResult extends Object implements Serializable
Constructor and Description |
---|
ListStreamProcessorsResult() |
Modifier and Type | Method and Description |
---|---|
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; useful for testing and
debugging.
|
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.
|
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.
Constraints:
Length: - 255
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 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.
Constraints:
Length: - 255
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 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 255
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.
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.
Returns a reference to this object so that method calls can be chained together.
streamProcessors
- List of stream processors that you have created.
public ListStreamProcessorsResult withStreamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
Returns a reference to this object so that method calls can be chained together.
streamProcessors
- List of stream processors that you have created.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.