@Generated(value="software.amazon.awssdk:codegen") public final class ListSignalingChannelsRequest extends KinesisVideoRequest implements ToCopyableBuilder<ListSignalingChannelsRequest.Builder,ListSignalingChannelsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSignalingChannelsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSignalingChannelsRequest.Builder |
builder() |
ChannelNameCondition |
channelNameCondition()
Optional: Returns only the channels that satisfy a specific condition.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of channels to return in the response.
|
String |
nextToken()
If you specify this parameter, when the result of a
ListSignalingChannels operation is truncated,
the call returns the NextToken in the response. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSignalingChannelsRequest.Builder> |
serializableBuilderClass() |
ListSignalingChannelsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of channels to return in the response. The default is 500.
public final 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.
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 final ChannelNameCondition channelNameCondition()
Optional: Returns only the channels that satisfy a specific condition.
public ListSignalingChannelsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSignalingChannelsRequest.Builder,ListSignalingChannelsRequest>toBuilder in class KinesisVideoRequestpublic static ListSignalingChannelsRequest.Builder builder()
public static Class<? extends ListSignalingChannelsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.