@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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 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)
A unique ID used by your backend authentication process to identify a user.
developerUserIdentifier
- A unique ID used by your backend authentication process to identify a user.public String getDeveloperUserIdentifier()
A unique ID used by your backend authentication process to identify a user.
public UnlinkDeveloperIdentityRequest withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a user.
developerUserIdentifier
- A unique ID used by your backend authentication process to identify a user.public String toString()
toString
in class Object
Object.toString()
public UnlinkDeveloperIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.