Class ListUsersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.chime.model.ChimeRequest
-
- software.amazon.awssdk.services.chime.model.ListUsersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListUsersRequest extends ChimeRequest implements ToCopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListUsersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The Amazon Chime account ID.static ListUsersRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return in a single call.StringnextToken()The token to use to retrieve the next page of results.List<SdkField<?>>sdkFields()static Class<? extends ListUsersRequest.Builder>serializableBuilderClass()ListUsersRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserEmail()Optional.UserTypeuserType()The user type.StringuserTypeAsString()The user type.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The Amazon Chime account ID.
- Returns:
- The Amazon Chime account ID.
-
userEmail
public final String userEmail()
Optional. The user email address used to filter results. Maximum 1.
- Returns:
- Optional. The user email address used to filter results. Maximum 1.
-
userType
public final UserType userType()
The user type.
If the service returns an enum value that is not available in the current SDK version,
userTypewill returnUserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuserTypeAsString().- Returns:
- The user type.
- See Also:
UserType
-
userTypeAsString
public final String userTypeAsString()
The user type.
If the service returns an enum value that is not available in the current SDK version,
userTypewill returnUserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuserTypeAsString().- Returns:
- The user type.
- See Also:
UserType
-
maxResults
public final Integer maxResults()
The maximum number of results to return in a single call. Defaults to 100.
- Returns:
- The maximum number of results to return in a single call. Defaults to 100.
-
nextToken
public final String nextToken()
The token to use to retrieve the next page of results.
- Returns:
- The token to use to retrieve the next page of results.
-
toBuilder
public ListUsersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>- Specified by:
toBuilderin classChimeRequest
-
builder
public static ListUsersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListUsersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-