public class ListSignalingChannelsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListSignalingChannelsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ChannelInfo> |
getChannelInfoList()
An array of
ChannelInfo objects. |
java.lang.String |
getNextToken()
If the response is truncated, the call returns this element with a token.
|
int |
hashCode() |
void |
setChannelInfoList(java.util.Collection<ChannelInfo> channelInfoList)
An array of
ChannelInfo objects. |
void |
setNextToken(java.lang.String nextToken)
If the response is truncated, the call returns this element with a token.
|
java.lang.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(java.util.Collection<ChannelInfo> channelInfoList)
An array of
ChannelInfo objects. |
ListSignalingChannelsResult |
withNextToken(java.lang.String nextToken)
If the response is truncated, the call returns this element with a token.
|
public java.util.List<ChannelInfo> getChannelInfoList()
An array of ChannelInfo
objects.
An array of ChannelInfo
objects.
public void setChannelInfoList(java.util.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(java.util.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 java.lang.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(java.lang.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(java.lang.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 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.