@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdentityProvidersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListIdentityProvidersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentityProvidersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to be included in the next page.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
String |
getPortalArn()
The ARN of the web portal.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
void |
setPortalArn(String portalArn)
The ARN of the web portal.
|
String |
toString()
Returns a string representation of this object.
|
ListIdentityProvidersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
ListIdentityProvidersRequest |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListIdentityProvidersRequest |
withPortalArn(String portalArn)
The ARN of the web portal.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results to be included in the next page.
maxResults - The maximum number of results to be included in the next page.public Integer getMaxResults()
The maximum number of results to be included in the next page.
public ListIdentityProvidersRequest withMaxResults(Integer maxResults)
The maximum number of results to be included in the next page.
maxResults - The maximum number of results to be included in the next page.public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public ListIdentityProvidersRequest withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public void setPortalArn(String portalArn)
The ARN of the web portal.
portalArn - The ARN of the web portal.public String getPortalArn()
The ARN of the web portal.
public ListIdentityProvidersRequest withPortalArn(String portalArn)
The ARN of the web portal.
portalArn - The ARN of the web portal.public String toString()
toString in class ObjectObject.toString()public ListIdentityProvidersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()