@Generated(value="software.amazon.awssdk:codegen") public final class ListChannelMembershipsForAppInstanceUserRequest extends ChimeSdkMessagingRequest implements ToCopyableBuilder<ListChannelMembershipsForAppInstanceUserRequest.Builder,ListChannelMembershipsForAppInstanceUserRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListChannelMembershipsForAppInstanceUserRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appInstanceUserArn()
The ARN of the
AppInstanceUsers |
static ListChannelMembershipsForAppInstanceUserRequest.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 users that you want returned.
|
String |
nextToken()
The token returned from previous API requests until the number of channel memberships is reached.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListChannelMembershipsForAppInstanceUserRequest.Builder> |
serializableBuilderClass() |
ListChannelMembershipsForAppInstanceUserRequest.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 AppInstanceUsers
AppInstanceUserspublic final Integer maxResults()
The maximum number of users that you want returned.
public final String nextToken()
The token returned from previous API requests until the number of channel memberships 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 ListChannelMembershipsForAppInstanceUserRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListChannelMembershipsForAppInstanceUserRequest.Builder,ListChannelMembershipsForAppInstanceUserRequest>toBuilder in class ChimeSdkMessagingRequestpublic static ListChannelMembershipsForAppInstanceUserRequest.Builder builder()
public static Class<? extends ListChannelMembershipsForAppInstanceUserRequest.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 © 2021. All rights reserved.