public class ListIdentityProvidersRequest extends AmazonWebServiceRequest implements Serializable
Lists information about all identity providers for a user pool.
| Constructor and Description |
|---|
ListIdentityProvidersRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of identity providers to return.
|
String |
getNextToken()
A pagination token.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of identity providers to return.
|
void |
setNextToken(String nextToken)
A pagination token.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityProvidersRequest |
withMaxResults(Integer maxResults)
The maximum number of identity providers to return.
|
ListIdentityProvidersRequest |
withNextToken(String nextToken)
A pagination token.
|
ListIdentityProvidersRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getUserPoolId()
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID.
public void setUserPoolId(String userPoolId)
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID.
public ListIdentityProvidersRequest withUserPoolId(String userPoolId)
The user pool ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID.
public Integer getMaxResults()
The maximum number of identity providers to return.
Constraints:
Range: 0 - 60
The maximum number of identity providers to return.
public void setMaxResults(Integer maxResults)
The maximum number of identity providers to return.
Constraints:
Range: 0 - 60
maxResults - The maximum number of identity providers to return.
public ListIdentityProvidersRequest withMaxResults(Integer maxResults)
The maximum number of identity providers to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 60
maxResults - The maximum number of identity providers to return.
public String getNextToken()
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
A pagination token.
public void setNextToken(String nextToken)
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.
public ListIdentityProvidersRequest withNextToken(String nextToken)
A pagination token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.