public class ListIdentitiesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
hideDisabled
An optional boolean parameter that allows you to hide disabled
identities.
|
private java.lang.String |
identityPoolId
An identity pool ID in the format REGION:GUID.
|
private java.lang.Integer |
maxResults
The maximum number of identities to return.
|
private java.lang.String |
nextToken
A pagination token.
|
NOOP
Constructor and Description |
---|
ListIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListIdentitiesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getHideDisabled()
An optional boolean parameter that allows you to hide disabled
identities.
|
java.lang.String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
java.lang.Integer |
getMaxResults()
The maximum number of identities to return.
|
java.lang.String |
getNextToken()
A pagination token.
|
int |
hashCode() |
java.lang.Boolean |
isHideDisabled()
An optional boolean parameter that allows you to hide disabled
identities.
|
void |
setHideDisabled(java.lang.Boolean hideDisabled)
An optional boolean parameter that allows you to hide disabled
identities.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
|
void |
setNextToken(java.lang.String nextToken)
A pagination token.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentitiesRequest |
withHideDisabled(java.lang.Boolean hideDisabled)
An optional boolean parameter that allows you to hide disabled
identities.
|
ListIdentitiesRequest |
withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
ListIdentitiesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
|
ListIdentitiesRequest |
withNextToken(java.lang.String nextToken)
A pagination token.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String identityPoolId
private java.lang.Integer maxResults
private java.lang.String nextToken
private java.lang.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.
public void setIdentityPoolId(java.lang.String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public java.lang.String getIdentityPoolId()
public ListIdentitiesRequest withIdentityPoolId(java.lang.String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setMaxResults(java.lang.Integer maxResults)
maxResults
- The maximum number of identities to return.public java.lang.Integer getMaxResults()
public ListIdentitiesRequest withMaxResults(java.lang.Integer maxResults)
maxResults
- The maximum number of identities to return.public void setNextToken(java.lang.String nextToken)
nextToken
- A pagination token.public java.lang.String getNextToken()
public ListIdentitiesRequest withNextToken(java.lang.String nextToken)
nextToken
- A pagination token.public void setHideDisabled(java.lang.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 java.lang.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(java.lang.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 java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()