Class ListSignalingChannelsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest
-
- software.amazon.awssdk.services.kinesisvideo.model.ListSignalingChannelsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListSignalingChannelsRequest.Builder,ListSignalingChannelsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListSignalingChannelsRequest extends KinesisVideoRequest implements ToCopyableBuilder<ListSignalingChannelsRequest.Builder,ListSignalingChannelsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSignalingChannelsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSignalingChannelsRequest.Builderbuilder()ChannelNameConditionchannelNameCondition()Optional: Returns only the channels that satisfy a specific condition.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of channels to return in the response.StringnextToken()If you specify this parameter, when the result of aListSignalingChannelsoperation is truncated, the call returns theNextTokenin the response.List<SdkField<?>>sdkFields()static Class<? extends ListSignalingChannelsRequest.Builder>serializableBuilderClass()ListSignalingChannelsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxResults
public final Integer maxResults()
The maximum number of channels to return in the response. The default is 500.
- Returns:
- The maximum number of channels to return in the response. The default is 500.
-
nextToken
public final String nextToken()
If you specify this parameter, when the result of a
ListSignalingChannelsoperation is truncated, the call returns theNextTokenin the response. To get another batch of channels, provide this token in your next request.- Returns:
- If you specify this parameter, when the result of a
ListSignalingChannelsoperation is truncated, the call returns theNextTokenin the response. To get another batch of channels, provide this token in your next request.
-
channelNameCondition
public final ChannelNameCondition channelNameCondition()
Optional: Returns only the channels that satisfy a specific condition.
- Returns:
- Optional: Returns only the channels that satisfy a specific condition.
-
toBuilder
public ListSignalingChannelsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSignalingChannelsRequest.Builder,ListSignalingChannelsRequest>- Specified by:
toBuilderin classKinesisVideoRequest
-
builder
public static ListSignalingChannelsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSignalingChannelsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-