public class MergeDeveloperIdentitiesRequest extends AmazonWebServiceRequest implements java.io.Serializable
MergeDeveloperIdentities operation.| Constructor and Description |
|---|
MergeDeveloperIdentitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDestinationUserIdentifier()
Returns the value of the DestinationUserIdentifier property for this
object.
|
java.lang.String |
getDeveloperProviderName()
Returns the value of the DeveloperProviderName property for this
object.
|
java.lang.String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
java.lang.String |
getSourceUserIdentifier()
Returns the value of the SourceUserIdentifier property for this
object.
|
int |
hashCode() |
void |
setDestinationUserIdentifier(java.lang.String destinationUserIdentifier)
Sets the value of the DestinationUserIdentifier property for this
object.
|
void |
setDeveloperProviderName(java.lang.String developerProviderName)
Sets the value of the DeveloperProviderName property for this object.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setSourceUserIdentifier(java.lang.String sourceUserIdentifier)
Sets the value of the SourceUserIdentifier property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MergeDeveloperIdentitiesRequest |
withDestinationUserIdentifier(java.lang.String destinationUserIdentifier)
Sets the value of the DestinationUserIdentifier property for this
object.
|
MergeDeveloperIdentitiesRequest |
withDeveloperProviderName(java.lang.String developerProviderName)
Sets the value of the DeveloperProviderName property for this object.
|
MergeDeveloperIdentitiesRequest |
withIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
MergeDeveloperIdentitiesRequest |
withSourceUserIdentifier(java.lang.String sourceUserIdentifier)
Sets the value of the SourceUserIdentifier property for this object.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic java.lang.String getSourceUserIdentifier()
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
public void setSourceUserIdentifier(java.lang.String sourceUserIdentifier)
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
sourceUserIdentifier - The new value for the SourceUserIdentifier property for this object.public MergeDeveloperIdentitiesRequest withSourceUserIdentifier(java.lang.String sourceUserIdentifier)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
sourceUserIdentifier - The new value for the SourceUserIdentifier property for this object.public java.lang.String getDestinationUserIdentifier()
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
public void setDestinationUserIdentifier(java.lang.String destinationUserIdentifier)
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
destinationUserIdentifier - The new value for the DestinationUserIdentifier property for this
object.public MergeDeveloperIdentitiesRequest withDestinationUserIdentifier(java.lang.String destinationUserIdentifier)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
destinationUserIdentifier - The new value for the DestinationUserIdentifier property for this
object.public java.lang.String getDeveloperProviderName()
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
public void setDeveloperProviderName(java.lang.String developerProviderName)
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
developerProviderName - The new value for the DeveloperProviderName property for this object.public MergeDeveloperIdentitiesRequest withDeveloperProviderName(java.lang.String developerProviderName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
developerProviderName - The new value for the DeveloperProviderName property for this object.public java.lang.String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(java.lang.String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public MergeDeveloperIdentitiesRequest withIdentityPoolId(java.lang.String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object