public class ListUserPoolClientsResult extends Object implements Serializable
Represents the response from the server that lists user pool clients.
| Constructor and Description |
|---|
ListUserPoolClientsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
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.
|
List<UserPoolClientDescription> |
getUserPoolClients()
The user pool clients in the response that lists user pool clients.
|
int |
hashCode() |
void |
setNextToken(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.
|
void |
setUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListUserPoolClientsResult |
withNextToken(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.
|
ListUserPoolClientsResult |
withUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
|
ListUserPoolClientsResult |
withUserPoolClients(UserPoolClientDescription... userPoolClients)
The user pool clients in the response that lists user pool clients.
|
public List<UserPoolClientDescription> getUserPoolClients()
The user pool clients in the response that lists user pool clients.
The user pool clients in the response that lists user pool clients.
public void setUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
userPoolClients - The user pool clients in the response that lists user pool clients.
public ListUserPoolClientsResult withUserPoolClients(UserPoolClientDescription... userPoolClients)
The user pool clients in the response that lists user pool clients.
Returns a reference to this object so that method calls can be chained together.
userPoolClients - The user pool clients in the response that lists user pool clients.
public ListUserPoolClientsResult withUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
Returns a reference to this object so that method calls can be chained together.
userPoolClients - The user pool clients in the response that lists user pool clients.
public String getNextToken()
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.
Constraints:
Length: 1 -
Pattern: [\S]+
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 void setNextToken(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.
Constraints:
Length: 1 -
Pattern: [\S]+
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 ListUserPoolClientsResult withNextToken(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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
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 String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.