ToCopyableBuilder<ListUserPoolClientsResponse.Builder,ListUserPoolClientsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListUserPoolClientsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListUserPoolClientsResponse.Builder,ListUserPoolClientsResponse>
Represents the response from the server that lists user pool clients.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListUserPoolClientsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListUserPoolClientsResponse.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 ListUserPoolClientsResponse.Builder> |
serializableBuilderClass() |
|
ListUserPoolClientsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UserPoolClientDescription> |
userPoolClients() |
The user pool clients in the response that lists user pool clients.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<UserPoolClientDescription> userPoolClients()
The user pool clients in the response that lists user pool clients.
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 ListUserPoolClientsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListUserPoolClientsResponse.Builder,ListUserPoolClientsResponse>
public static ListUserPoolClientsResponse.Builder builder()
public static Class<? extends ListUserPoolClientsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.