ToCopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
@Generated("software.amazon.awssdk:codegen") public class ListUsersResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
The response from the request to list users.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListUsersResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListUsersResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
paginationToken() |
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
static Class<? extends ListUsersResponse.Builder> |
serializableBuilderClass() |
|
ListUsersResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UserType> |
users() |
The users returned in the request to list users.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<UserType> users()
The users returned in the request to list users.
public String paginationToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListUsersResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
public static ListUsersResponse.Builder builder()
public static Class<? extends ListUsersResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.