public class UnlinkDeveloperIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to the UnlinkDeveloperIdentity action.
NOOP| Constructor and Description |
|---|
UnlinkDeveloperIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
UnlinkDeveloperIdentityRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
|
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.
|
int |
hashCode() |
void |
setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UnlinkDeveloperIdentityRequest |
withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
UnlinkDeveloperIdentityRequest |
withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a
user.
|
UnlinkDeveloperIdentityRequest |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
UnlinkDeveloperIdentityRequest |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 UnlinkDeveloperIdentityRequest withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId - A unique identifier in the format REGION:GUID.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 UnlinkDeveloperIdentityRequest withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId - An identity pool ID in the format REGION:GUID.public void setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
developerProviderName - The "domain" by which Cognito will refer to your users.public String getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
public UnlinkDeveloperIdentityRequest withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
developerProviderName - The "domain" by which Cognito will refer to your users.public void setDeveloperUserIdentifier(String developerUserIdentifier)
developerUserIdentifier - A unique ID used by your backend authentication process to
identify a user.public String getDeveloperUserIdentifier()
public UnlinkDeveloperIdentityRequest withDeveloperUserIdentifier(String developerUserIdentifier)
developerUserIdentifier - A unique ID used by your backend authentication process to
identify a user.public String toString()
toString in class ObjectObject.toString()public UnlinkDeveloperIdentityRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.