@Generated(value="software.amazon.awssdk:codegen") public final class ListAccountsRequest extends ChimeRequest implements ToCopyableBuilder<ListAccountsRequest.Builder,ListAccountsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAccountsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAccountsRequest.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 results to return in a single call.
|
String |
name()
Amazon Chime account name prefix with which to filter results.
|
String |
nextToken()
The token to use to retrieve the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAccountsRequest.Builder> |
serializableBuilderClass() |
ListAccountsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userEmail()
User email address with which to filter results.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Amazon Chime account name prefix with which to filter results.
public final String userEmail()
User email address with which to filter results.
public final String nextToken()
The token to use to retrieve the next page of results.
public final Integer maxResults()
The maximum number of results to return in a single call. Defaults to 100.
public ListAccountsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAccountsRequest.Builder,ListAccountsRequest>toBuilder in class ChimeRequestpublic static ListAccountsRequest.Builder builder()
public static Class<? extends ListAccountsRequest.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.