ToCopyableBuilder<ListUserPoolsResponse.Builder,ListUserPoolsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListUserPoolsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListUserPoolsResponse.Builder,ListUserPoolsResponse>
Represents the response to list user pools.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListUserPoolsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListUserPoolsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
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 ListUserPoolsResponse.Builder> |
serializableBuilderClass() |
|
ListUserPoolsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UserPoolDescriptionType> |
userPools() |
The user pools from the response to list users.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<UserPoolDescriptionType> userPools()
The user pools from the response to list users.
public String nextToken()
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 ListUserPoolsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListUserPoolsResponse.Builder,ListUserPoolsResponse>
public static ListUserPoolsResponse.Builder builder()
public static Class<? extends ListUserPoolsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.