public class ListSignalingChannelsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns an array of ChannelInfo
objects. Each object describes a
signaling channel. To retrieve only those channels that satisfy a specific
condition, you can specify a ChannelNameCondition
.
Constructor and Description |
---|
ListSignalingChannelsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ChannelNameCondition |
getChannelNameCondition()
Optional: Returns only the channels that satisfy a specific condition.
|
java.lang.Integer |
getMaxResults()
The maximum number of channels to return in the response.
|
java.lang.String |
getNextToken()
If you specify this parameter, when the result of a
ListSignalingChannels operation is truncated, the call
returns the NextToken in the response. |
int |
hashCode() |
void |
setChannelNameCondition(ChannelNameCondition channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of channels to return in the response.
|
void |
setNextToken(java.lang.String nextToken)
If you specify this parameter, when the result of a
ListSignalingChannels operation is truncated, the call
returns the NextToken in the response. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSignalingChannelsRequest |
withChannelNameCondition(ChannelNameCondition channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
|
ListSignalingChannelsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of channels to return in the response.
|
ListSignalingChannelsRequest |
withNextToken(java.lang.String nextToken)
If you specify this parameter, when the result of a
ListSignalingChannels operation is truncated, the call
returns the NextToken in the response. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.Integer getMaxResults()
The maximum number of channels to return in the response. The default is 500.
Constraints:
Range: 1 - 10000
The maximum number of channels to return in the response. The default is 500.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of channels to return in the response. The default is 500.
Constraints:
Range: 1 - 10000
maxResults
- The maximum number of channels to return in the response. The default is 500.
public ListSignalingChannelsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of channels to return in the response. The default is 500.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 10000
maxResults
- The maximum number of channels to return in the response. The default is 500.
public java.lang.String getNextToken()
If you specify this parameter, when the result of a
ListSignalingChannels
operation is truncated, the call
returns the NextToken
in the response. To get another batch
of channels, provide this token in your next request.
Constraints:
Length: 0 - 512
Pattern: [a-zA-Z0-9+/=]*
If you specify this parameter, when the result of a
ListSignalingChannels
operation is truncated, the
call returns the NextToken
in the response. To get
another batch of channels, provide this token in your next
request.
public void setNextToken(java.lang.String nextToken)
If you specify this parameter, when the result of a
ListSignalingChannels
operation is truncated, the call
returns the NextToken
in the response. To get another batch
of channels, provide this token in your next request.
Constraints:
Length: 0 - 512
Pattern: [a-zA-Z0-9+/=]*
nextToken
-
If you specify this parameter, when the result of a
ListSignalingChannels
operation is truncated, the
call returns the NextToken
in the response. To
get another batch of channels, provide this token in your next
request.
public ListSignalingChannelsRequest withNextToken(java.lang.String nextToken)
If you specify this parameter, when the result of a
ListSignalingChannels
operation is truncated, the call
returns the NextToken
in the response. To get another batch
of channels, provide 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 you specify this parameter, when the result of a
ListSignalingChannels
operation is truncated, the
call returns the NextToken
in the response. To
get another batch of channels, provide this token in your next
request.
public ChannelNameCondition getChannelNameCondition()
Optional: Returns only the channels that satisfy a specific condition.
Optional: Returns only the channels that satisfy a specific condition.
public void setChannelNameCondition(ChannelNameCondition channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
channelNameCondition
- Optional: Returns only the channels that satisfy a specific condition.
public ListSignalingChannelsRequest withChannelNameCondition(ChannelNameCondition channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
Returns a reference to this object so that method calls can be chained together.
channelNameCondition
- Optional: Returns only the channels that satisfy a specific condition.
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.