public class ListIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListIdentitiesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Boolean |
getHideDisabled()
An optional boolean parameter that allows you to hide disabled
identities.
|
String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
Integer |
getMaxResults()
The maximum number of identities to return.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
Boolean |
isHideDisabled()
An optional boolean parameter that allows you to hide disabled
identities.
|
void |
setHideDisabled(Boolean hideDisabled)
An optional boolean parameter that allows you to hide disabled
identities.
|
void |
setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of identities to return.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentitiesRequest |
withHideDisabled(Boolean hideDisabled)
An optional boolean parameter that allows you to hide disabled
identities.
|
ListIdentitiesRequest |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
ListIdentitiesRequest |
withMaxResults(Integer maxResults)
The maximum number of identities to return.
|
ListIdentitiesRequest |
withNextToken(String nextToken)
A pagination token.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIdentityPoolId(String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
public ListIdentitiesRequest withIdentityPoolId(String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setMaxResults(Integer maxResults)
maxResults
- The maximum number of identities to return.public Integer getMaxResults()
public ListIdentitiesRequest withMaxResults(Integer maxResults)
maxResults
- The maximum number of identities to return.public void setNextToken(String nextToken)
nextToken
- A pagination token.public String getNextToken()
public ListIdentitiesRequest withNextToken(String nextToken)
nextToken
- A pagination token.public void setHideDisabled(Boolean hideDisabled)
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
hideDisabled
- An optional boolean parameter that allows you to hide disabled
identities. If omitted, the ListIdentities API will include
disabled identities in the response.public Boolean getHideDisabled()
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
public ListIdentitiesRequest withHideDisabled(Boolean hideDisabled)
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
hideDisabled
- An optional boolean parameter that allows you to hide disabled
identities. If omitted, the ListIdentities API will include
disabled identities in the response.public Boolean isHideDisabled()
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
public String toString()
toString
in class Object
Object.toString()
public ListIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.