public class ListSignalingChannelsResult extends Object implements Serializable
| Constructor and Description |
|---|
ListSignalingChannelsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ChannelInfo> |
getChannelInfoList()
An array of
ChannelInfo objects. |
String |
getNextToken()
If the response is truncated, the call returns this element with a token.
|
int |
hashCode() |
void |
setChannelInfoList(Collection<ChannelInfo> channelInfoList)
An array of
ChannelInfo objects. |
void |
setNextToken(String nextToken)
If the response is truncated, the call returns this element with a token.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSignalingChannelsResult |
withChannelInfoList(ChannelInfo... channelInfoList)
An array of
ChannelInfo objects. |
ListSignalingChannelsResult |
withChannelInfoList(Collection<ChannelInfo> channelInfoList)
An array of
ChannelInfo objects. |
ListSignalingChannelsResult |
withNextToken(String nextToken)
If the response is truncated, the call returns this element with a token.
|
public List<ChannelInfo> getChannelInfoList()
An array of ChannelInfo objects.
An array of ChannelInfo objects.
public void setChannelInfoList(Collection<ChannelInfo> channelInfoList)
An array of ChannelInfo objects.
channelInfoList -
An array of ChannelInfo objects.
public ListSignalingChannelsResult withChannelInfoList(ChannelInfo... channelInfoList)
An array of ChannelInfo objects.
Returns a reference to this object so that method calls can be chained together.
channelInfoList -
An array of ChannelInfo objects.
public ListSignalingChannelsResult withChannelInfoList(Collection<ChannelInfo> channelInfoList)
An array of ChannelInfo objects.
Returns a reference to this object so that method calls can be chained together.
channelInfoList -
An array of ChannelInfo 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 ListSignalingChannelsResult 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.