public class ListStreamsResult extends Object implements Serializable
| Constructor and Description |
|---|
ListStreamsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
If the response is truncated, the call returns this element with a token.
|
List<StreamInfo> |
getStreamInfoList()
An array of
StreamInfo objects. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the response is truncated, the call returns this element with a token.
|
void |
setStreamInfoList(Collection<StreamInfo> streamInfoList)
An array of
StreamInfo objects. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStreamsResult |
withNextToken(String nextToken)
If the response is truncated, the call returns this element with a token.
|
ListStreamsResult |
withStreamInfoList(Collection<StreamInfo> streamInfoList)
An array of
StreamInfo objects. |
ListStreamsResult |
withStreamInfoList(StreamInfo... streamInfoList)
An array of
StreamInfo objects. |
public List<StreamInfo> getStreamInfoList()
An array of StreamInfo objects.
An array of StreamInfo objects.
public void setStreamInfoList(Collection<StreamInfo> streamInfoList)
An array of StreamInfo objects.
streamInfoList -
An array of StreamInfo objects.
public ListStreamsResult withStreamInfoList(StreamInfo... streamInfoList)
An array of StreamInfo objects.
Returns a reference to this object so that method calls can be chained together.
streamInfoList -
An array of StreamInfo objects.
public ListStreamsResult withStreamInfoList(Collection<StreamInfo> streamInfoList)
An array of StreamInfo objects.
Returns a reference to this object so that method calls can be chained together.
streamInfoList -
An array of StreamInfo objects.
public String getNextToken()
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
Constraints:
Length: 0 - 512
Pattern: [a-zA-Z0-9+/=]*
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
public void setNextToken(String nextToken)
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
Constraints:
Length: 0 - 512
Pattern: [a-zA-Z0-9+/=]*
nextToken - If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
public ListStreamsResult withNextToken(String nextToken)
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 512
Pattern: [a-zA-Z0-9+/=]*
nextToken - If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.