@Generated(value="software.amazon.awssdk:codegen") public final class ListChannelsRequest extends IvsRequest implements ToCopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListChannelsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListChannelsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterByName()
Filters the channel list to match the specified name.
|
String |
filterByRecordingConfigurationArn()
Filters the channel list to match the specified recording-configuration ARN.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of channels to return.
|
String |
nextToken()
The first channel to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListChannelsRequest.Builder> |
serializableBuilderClass() |
ListChannelsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filterByName()
Filters the channel list to match the specified name.
public final String filterByRecordingConfigurationArn()
Filters the channel list to match the specified recording-configuration ARN.
public final Integer maxResults()
Maximum number of channels to return. Default: 100.
public final String nextToken()
The first channel to retrieve. This is used for pagination; see the nextToken response field.
nextToken response
field.public ListChannelsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>toBuilder in class IvsRequestpublic static ListChannelsRequest.Builder builder()
public static Class<? extends ListChannelsRequest.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.