public class ListStreamProcessorsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListStreamProcessorsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.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.
|
java.util.List<StreamProcessor> |
getStreamProcessors()
List of stream processors that you have created.
|
int |
hashCode() |
void |
setNextToken(java.lang.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(java.util.Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStreamProcessorsResult |
withNextToken(java.lang.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(java.util.Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
|
ListStreamProcessorsResult |
withStreamProcessors(StreamProcessor... streamProcessors)
List of stream processors that you have created.
|
public java.lang.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(java.lang.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(java.lang.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 java.util.List<StreamProcessor> getStreamProcessors()
List of stream processors that you have created.
List of stream processors that you have created.
public void setStreamProcessors(java.util.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(java.util.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 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.