@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MergeDeveloperIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to the MergeDeveloperIdentities
action.
NOOP
Constructor and Description |
---|
MergeDeveloperIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
MergeDeveloperIdentitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationUserIdentifier()
User identifier for the destination user.
|
String |
getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
|
String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
String |
getSourceUserIdentifier()
User identifier for the source user.
|
int |
hashCode() |
void |
setDestinationUserIdentifier(String destinationUserIdentifier)
User identifier for the destination user.
|
void |
setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
void |
setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setSourceUserIdentifier(String sourceUserIdentifier)
User identifier for the source user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
MergeDeveloperIdentitiesRequest |
withDestinationUserIdentifier(String destinationUserIdentifier)
User identifier for the destination user.
|
MergeDeveloperIdentitiesRequest |
withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
MergeDeveloperIdentitiesRequest |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
MergeDeveloperIdentitiesRequest |
withSourceUserIdentifier(String sourceUserIdentifier)
User identifier for the source user.
|
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 setSourceUserIdentifier(String sourceUserIdentifier)
User identifier for the source user. The value should be a DeveloperUserIdentifier
.
sourceUserIdentifier
- User identifier for the source user. The value should be a DeveloperUserIdentifier
.public String getSourceUserIdentifier()
User identifier for the source user. The value should be a DeveloperUserIdentifier
.
DeveloperUserIdentifier
.public MergeDeveloperIdentitiesRequest withSourceUserIdentifier(String sourceUserIdentifier)
User identifier for the source user. The value should be a DeveloperUserIdentifier
.
sourceUserIdentifier
- User identifier for the source user. The value should be a DeveloperUserIdentifier
.public void setDestinationUserIdentifier(String destinationUserIdentifier)
User identifier for the destination user. The value should be a DeveloperUserIdentifier
.
destinationUserIdentifier
- User identifier for the destination user. The value should be a DeveloperUserIdentifier
.public String getDestinationUserIdentifier()
User identifier for the destination user. The value should be a DeveloperUserIdentifier
.
DeveloperUserIdentifier
.public MergeDeveloperIdentitiesRequest withDestinationUserIdentifier(String destinationUserIdentifier)
User identifier for the destination user. The value should be a DeveloperUserIdentifier
.
destinationUserIdentifier
- User identifier for the destination user. The value should be a DeveloperUserIdentifier
.public void setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while
creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to
communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well
as period (.), underscore (_), and dash (-).
developerProviderName
- The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide
while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito
service to communicate about the developer provider. For the DeveloperProviderName
, you can
use letters as well as period (.), underscore (_), and dash (-).public String getDeveloperProviderName()
The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while
creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to
communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well
as period (.), underscore (_), and dash (-).
DeveloperProviderName
, you can
use letters as well as period (.), underscore (_), and dash (-).public MergeDeveloperIdentitiesRequest withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while
creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to
communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well
as period (.), underscore (_), and dash (-).
developerProviderName
- The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide
while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito
service to communicate about the developer provider. For the DeveloperProviderName
, you can
use letters as well as period (.), underscore (_), and dash (-).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 MergeDeveloperIdentitiesRequest withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public String toString()
toString
in class Object
Object.toString()
public MergeDeveloperIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.