@Generated(value="software.amazon.awssdk:codegen") public final class ListChannelsAssociatedWithChannelFlowRequest extends ChimeSdkMessagingRequest implements ToCopyableBuilder<ListChannelsAssociatedWithChannelFlowRequest.Builder,ListChannelsAssociatedWithChannelFlowRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListChannelsAssociatedWithChannelFlowRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListChannelsAssociatedWithChannelFlowRequest.Builder |
builder() |
String |
channelFlowArn()
The ARN of the channel flow.
|
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 that you want to return.
|
String |
nextToken()
The token passed by previous API calls until all requested channels are returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListChannelsAssociatedWithChannelFlowRequest.Builder> |
serializableBuilderClass() |
ListChannelsAssociatedWithChannelFlowRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelFlowArn()
The ARN of the channel flow.
public final Integer maxResults()
The maximum number of channels that you want to return.
public final String nextToken()
The token passed by previous API calls until all requested channels are returned.
public ListChannelsAssociatedWithChannelFlowRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListChannelsAssociatedWithChannelFlowRequest.Builder,ListChannelsAssociatedWithChannelFlowRequest>toBuilder in class ChimeSdkMessagingRequestpublic static ListChannelsAssociatedWithChannelFlowRequest.Builder builder()
public static Class<? extends ListChannelsAssociatedWithChannelFlowRequest.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 © 2022. All rights reserved.