@Generated(value="software.amazon.awssdk:codegen") public final class ListAppInstanceUserEndpointsRequest extends ChimeSdkIdentityRequest implements ToCopyableBuilder<ListAppInstanceUserEndpointsRequest.Builder,ListAppInstanceUserEndpointsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAppInstanceUserEndpointsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appInstanceUserArn()
The ARN of the
AppInstanceUser. |
static ListAppInstanceUserEndpointsRequest.Builder |
builder() |
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 endpoints that you want to return.
|
String |
nextToken()
The token passed by previous API calls until all requested endpoints are returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAppInstanceUserEndpointsRequest.Builder> |
serializableBuilderClass() |
ListAppInstanceUserEndpointsRequest.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 AppInstanceUser.
AppInstanceUser.public final Integer maxResults()
The maximum number of endpoints that you want to return.
public final String nextToken()
The token passed by previous API calls until all requested endpoints are returned.
public ListAppInstanceUserEndpointsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAppInstanceUserEndpointsRequest.Builder,ListAppInstanceUserEndpointsRequest>toBuilder in class ChimeSdkIdentityRequestpublic static ListAppInstanceUserEndpointsRequest.Builder builder()
public static Class<? extends ListAppInstanceUserEndpointsRequest.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.