public class LookupDeveloperIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Input to the LookupDeveloperIdentityInput
action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
developerUserIdentifier
A unique ID used by your backend authentication process to identify a
user.
|
private java.lang.String |
identityId
A unique identifier in the format REGION:GUID.
|
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 |
---|
LookupDeveloperIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDeveloperUserIdentifier()
A unique ID used by your backend authentication process to identify a
user.
|
java.lang.String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
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() |
void |
setDeveloperUserIdentifier(java.lang.String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a
user.
|
void |
setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
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.
|
LookupDeveloperIdentityRequest |
withDeveloperUserIdentifier(java.lang.String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a
user.
|
LookupDeveloperIdentityRequest |
withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
|
LookupDeveloperIdentityRequest |
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
An identity pool ID in the format REGION:GUID.
private java.lang.String identityId
A unique identifier in the format REGION:GUID.
private java.lang.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.
private java.lang.Integer maxResults
The maximum number of identities to return.
private java.lang.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.
public void setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public java.lang.String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
public LookupDeveloperIdentityRequest withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String getIdentityId()
A unique identifier in the format REGION:GUID.
public LookupDeveloperIdentityRequest withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public void setDeveloperUserIdentifier(java.lang.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 java.lang.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(java.lang.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(java.lang.Integer maxResults)
The maximum number of identities to return.
maxResults
- The maximum number of identities to return.public java.lang.Integer getMaxResults()
The maximum number of identities to return.
public LookupDeveloperIdentityRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
maxResults
- The maximum number of identities to return.public void setNextToken(java.lang.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 java.lang.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(java.lang.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 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 LookupDeveloperIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()