@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserPoolClientsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server that lists user pool clients.
Constructor and Description |
---|
ListUserPoolClientsResult() |
Modifier and Type | Method and Description |
---|---|
ListUserPoolClientsResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserPoolClientDescription> getUserPoolClients()
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.
NOTE: This method appends the values to the existing list (if any). Use
setUserPoolClients(java.util.Collection)
or withUserPoolClients(java.util.Collection)
if you
want to override the existing values.
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.
userPoolClients
- The user pool clients in the response that lists user pool clients.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.
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 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.
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.
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 Object
Object.toString()
public ListUserPoolClientsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.