@Generated(value="software.amazon.awssdk:codegen") public final class ListChannelMembershipsRequest extends ChimeSdkMessagingRequest implements ToCopyableBuilder<ListChannelMembershipsRequest.Builder,ListChannelMembershipsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListChannelMembershipsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListChannelMembershipsRequest.Builder |
builder() |
String |
channelArn()
The maximum number of channel memberships that you want returned.
|
String |
chimeBearer()
The ARN of the
AppInstanceUser or AppInstanceBot 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 channel memberships that you want returned.
|
String |
nextToken()
The token passed by previous API calls until all requested channel memberships are returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListChannelMembershipsRequest.Builder> |
serializableBuilderClass() |
String |
subChannelId()
The ID of the SubChannel in the request.
|
ListChannelMembershipsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ChannelMembershipType |
type()
The membership type of a user,
DEFAULT or HIDDEN. |
String |
typeAsString()
The membership type of a user,
DEFAULT or HIDDEN. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelArn()
The maximum number of channel memberships that you want returned.
public final ChannelMembershipType type()
The membership type of a user, DEFAULT or HIDDEN. Default members are returned as part
of ListChannelMemberships if no type is specified. Hidden members are only returned if the type
filter in ListChannelMemberships equals HIDDEN.
If the service returns an enum value that is not available in the current SDK version, type will return
ChannelMembershipType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
DEFAULT or HIDDEN. Default members are returned
as part of ListChannelMemberships if no type is specified. Hidden members are only returned
if the type filter in ListChannelMemberships equals HIDDEN.ChannelMembershipTypepublic final String typeAsString()
The membership type of a user, DEFAULT or HIDDEN. Default members are returned as part
of ListChannelMemberships if no type is specified. Hidden members are only returned if the type
filter in ListChannelMemberships equals HIDDEN.
If the service returns an enum value that is not available in the current SDK version, type will return
ChannelMembershipType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
DEFAULT or HIDDEN. Default members are returned
as part of ListChannelMemberships if no type is specified. Hidden members are only returned
if the type filter in ListChannelMemberships equals HIDDEN.ChannelMembershipTypepublic final Integer maxResults()
The maximum number of channel memberships that you want returned.
public final String nextToken()
The token passed by previous API calls until all requested channel memberships are returned.
public final String chimeBearer()
The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
AppInstanceUser or AppInstanceBot that makes the API call.public final String subChannelId()
The ID of the SubChannel in the request.
Only required when listing a user's memberships in a particular sub-channel of an elastic channel.
Only required when listing a user's memberships in a particular sub-channel of an elastic channel.
public ListChannelMembershipsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListChannelMembershipsRequest.Builder,ListChannelMembershipsRequest>toBuilder in class ChimeSdkMessagingRequestpublic static ListChannelMembershipsRequest.Builder builder()
public static Class<? extends ListChannelMembershipsRequest.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.