@Generated(value="software.amazon.awssdk:codegen") public final class UnlinkDeveloperIdentityRequest extends CognitoIdentityRequest implements ToCopyableBuilder<UnlinkDeveloperIdentityRequest.Builder,UnlinkDeveloperIdentityRequest>
Input to the UnlinkDeveloperIdentity action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnlinkDeveloperIdentityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnlinkDeveloperIdentityRequest.Builder |
builder() |
String |
developerProviderName()
The "domain" by which Cognito will refer to your users.
|
String |
developerUserIdentifier()
A unique ID used by your backend authentication process to identify a user.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityId()
A unique identifier in the format REGION:GUID.
|
String |
identityPoolId()
An identity pool ID in the format REGION:GUID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnlinkDeveloperIdentityRequest.Builder> |
serializableBuilderClass() |
UnlinkDeveloperIdentityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identityId()
A unique identifier in the format REGION:GUID.
public final String identityPoolId()
An identity pool ID in the format REGION:GUID.
public final String developerProviderName()
The "domain" by which Cognito will refer to your users.
public final String developerUserIdentifier()
A unique ID used by your backend authentication process to identify a user.
public UnlinkDeveloperIdentityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnlinkDeveloperIdentityRequest.Builder,UnlinkDeveloperIdentityRequest>toBuilder in class CognitoIdentityRequestpublic static UnlinkDeveloperIdentityRequest.Builder builder()
public static Class<? extends UnlinkDeveloperIdentityRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.