@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LookupDeveloperIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to the LookupDeveloperIdentityInput
action.
NOOP
Constructor and Description |
---|
LookupDeveloperIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeveloperUserIdentifier()
A unique ID used by your backend authentication process to identify a user.
|
String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
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() |
void |
setDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a user.
|
void |
setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
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.
|
LookupDeveloperIdentityRequest |
withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a user.
|
LookupDeveloperIdentityRequest |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
withMaxResults(Integer maxResults)
The maximum number of identities to return.
|
LookupDeveloperIdentityRequest |
withNextToken(String nextToken)
A pagination token.
|
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, withSdkRequestTimeout
public void setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
public LookupDeveloperIdentityRequest withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public String getIdentityId()
A unique identifier in the format REGION:GUID.
public LookupDeveloperIdentityRequest withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public void setDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.
developerUserIdentifier
- A unique ID used by your backend authentication process to identify a user. Typically, a developer
identity provider would issue many developer user identifiers, in keeping with the number of users.public String getDeveloperUserIdentifier()
A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.
public LookupDeveloperIdentityRequest withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.
developerUserIdentifier
- A unique ID used by your backend authentication process to identify a user. Typically, a developer
identity provider would issue many developer user identifiers, in keeping with the number of users.public void setMaxResults(Integer maxResults)
The maximum number of identities to return.
maxResults
- The maximum number of identities to return.public Integer getMaxResults()
The maximum number of identities to return.
public LookupDeveloperIdentityRequest withMaxResults(Integer maxResults)
The maximum number of identities to return.
maxResults
- The maximum number of identities to return.public void setNextToken(String nextToken)
A pagination token. The first call you make will have NextToken
set to null. After that the service
will return NextToken
values as needed. For example, let's say you make a request with
MaxResults
set to 10, and there are 20 matches in the database. The service will return a pagination
token as a part of the response. This token can be used to call the API again and get results starting from the
11th match.
nextToken
- A pagination token. The first call you make will have NextToken
set to null. After that the
service will return NextToken
values as needed. For example, let's say you make a request
with MaxResults
set to 10, and there are 20 matches in the database. The service will return
a pagination token as a part of the response. This token can be used to call the API again and get results
starting from the 11th match.public String getNextToken()
A pagination token. The first call you make will have NextToken
set to null. After that the service
will return NextToken
values as needed. For example, let's say you make a request with
MaxResults
set to 10, and there are 20 matches in the database. The service will return a pagination
token as a part of the response. This token can be used to call the API again and get results starting from the
11th match.
NextToken
set to null. After that the
service will return NextToken
values as needed. For example, let's say you make a request
with MaxResults
set to 10, and there are 20 matches in the database. The service will return
a pagination token as a part of the response. This token can be used to call the API again and get
results starting from the 11th match.public LookupDeveloperIdentityRequest withNextToken(String nextToken)
A pagination token. The first call you make will have NextToken
set to null. After that the service
will return NextToken
values as needed. For example, let's say you make a request with
MaxResults
set to 10, and there are 20 matches in the database. The service will return a pagination
token as a part of the response. This token can be used to call the API again and get results starting from the
11th match.
nextToken
- A pagination token. The first call you make will have NextToken
set to null. After that the
service will return NextToken
values as needed. For example, let's say you make a request
with MaxResults
set to 10, and there are 20 matches in the database. The service will return
a pagination token as a part of the response. This token can be used to call the API again and get results
starting from the 11th match.public String toString()
toString
in class Object
Object.toString()
public LookupDeveloperIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.