@Generated(value="software.amazon.awssdk:codegen") public final class ListChannelsModeratedByAppInstanceUserRequest extends ChimeSdkMessagingRequest implements ToCopyableBuilder<ListChannelsModeratedByAppInstanceUserRequest.Builder,ListChannelsModeratedByAppInstanceUserRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListChannelsModeratedByAppInstanceUserRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appInstanceUserArn()
The ARN of the user in the moderated channel.
|
static ListChannelsModeratedByAppInstanceUserRequest.Builder |
builder() |
String |
chimeBearer()
The
AppInstanceUserArn of the user that makes the API call. |
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 in the request.
|
String |
nextToken()
The token returned from previous API requests until the number of channels moderated by the user is reached.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListChannelsModeratedByAppInstanceUserRequest.Builder> |
serializableBuilderClass() |
ListChannelsModeratedByAppInstanceUserRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appInstanceUserArn()
The ARN of the user in the moderated channel.
public final Integer maxResults()
The maximum number of channels in the request.
public final String nextToken()
The token returned from previous API requests until the number of channels moderated by the user is reached.
public final String chimeBearer()
The AppInstanceUserArn of the user that makes the API call.
AppInstanceUserArn of the user that makes the API call.public ListChannelsModeratedByAppInstanceUserRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListChannelsModeratedByAppInstanceUserRequest.Builder,ListChannelsModeratedByAppInstanceUserRequest>toBuilder in class ChimeSdkMessagingRequestpublic static ListChannelsModeratedByAppInstanceUserRequest.Builder builder()
public static Class<? extends ListChannelsModeratedByAppInstanceUserRequest.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.