Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UnlinkDeveloperIdentityRequest.Builder,UnlinkDeveloperIdentityRequest>
@Generated("software.amazon.awssdk:codegen") public class UnlinkDeveloperIdentityRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UnlinkDeveloperIdentityRequest.Builder,UnlinkDeveloperIdentityRequest>
Input to the UnlinkDeveloperIdentity
action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UnlinkDeveloperIdentityRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
String |
identityId() |
A unique identifier in the format REGION:GUID.
|
String |
identityPoolId() |
An identity pool ID in the format REGION:GUID.
|
static Class<? extends UnlinkDeveloperIdentityRequest.Builder> |
serializableBuilderClass() |
|
UnlinkDeveloperIdentityRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String identityId()
A unique identifier in the format REGION:GUID.
public String identityPoolId()
An identity pool ID in the format REGION:GUID.
public String developerProviderName()
The "domain" by which Cognito will refer to your users.
public String developerUserIdentifier()
A unique ID used by your backend authentication process to identify a user.
public UnlinkDeveloperIdentityRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UnlinkDeveloperIdentityRequest.Builder,UnlinkDeveloperIdentityRequest>
public static UnlinkDeveloperIdentityRequest.Builder builder()
public static Class<? extends UnlinkDeveloperIdentityRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.