@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSignalingChannelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSignalingChannelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSignalingChannelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ChannelNameCondition |
getChannelNameCondition()
Optional: Returns only the channels that satisfy a specific condition.
|
Integer |
getMaxResults()
The maximum number of channels to return in the response.
|
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(Integer maxResults)
The maximum number of channels to return in the response.
|
void |
setNextToken(String nextToken)
If you specify this parameter, when the result of a
ListSignalingChannels operation is truncated,
the call returns the NextToken in the response. |
String |
toString()
Returns a string representation of this object.
|
ListSignalingChannelsRequest |
withChannelNameCondition(ChannelNameCondition channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
|
ListSignalingChannelsRequest |
withMaxResults(Integer maxResults)
The maximum number of channels to return in the response.
|
ListSignalingChannelsRequest |
withNextToken(String nextToken)
If you specify this parameter, when the result of a
ListSignalingChannels operation is truncated,
the call returns the NextToken in the response. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of channels to return in the response. The default is 500.
maxResults
- The maximum number of channels to return in the response. The default is 500.public Integer getMaxResults()
The maximum number of channels to return in the response. The default is 500.
public ListSignalingChannelsRequest withMaxResults(Integer maxResults)
The maximum number of channels to return in the response. The default is 500.
maxResults
- The maximum number of channels to return in the response. The default is 500.public void setNextToken(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.
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 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.
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(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.
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 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 ChannelNameCondition getChannelNameCondition()
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.
channelNameCondition
- Optional: Returns only the channels that satisfy a specific condition.public String toString()
toString
in class Object
Object.toString()
public ListSignalingChannelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()