@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSignalingChannelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSignalingChannelsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSignalingChannelsResult |
clone() |
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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ChannelInfo> getChannelInfoList()
An array of ChannelInfo objects.
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.
NOTE: This method appends the values to the existing list (if any). Use
setChannelInfoList(java.util.Collection) or withChannelInfoList(java.util.Collection) if you
want to override the existing values.
channelInfoList - An array of ChannelInfo objects.public ListSignalingChannelsResult withChannelInfoList(Collection<ChannelInfo> channelInfoList)
An array of ChannelInfo objects.
channelInfoList - An array of ChannelInfo objects.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.
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 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.
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.
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()public ListSignalingChannelsResult clone()