@Generated(value="software.amazon.awssdk:codegen") public final class ProviderUserIdentifierType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProviderUserIdentifierType.Builder,ProviderUserIdentifierType>
A container for information about an identity provider for a user pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProviderUserIdentifierType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProviderUserIdentifierType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
providerAttributeName()
The name of the provider attribute to link to, for example,
NameID. |
String |
providerAttributeValue()
The value of the provider attribute to link to, for example,
xxxxx_account. |
String |
providerName()
The name of the provider, for example, Facebook, Google, or Login with Amazon.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProviderUserIdentifierType.Builder> |
serializableBuilderClass() |
ProviderUserIdentifierType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String providerName()
The name of the provider, for example, Facebook, Google, or Login with Amazon.
public String providerAttributeName()
The name of the provider attribute to link to, for example, NameID.
NameID.public String providerAttributeValue()
The value of the provider attribute to link to, for example, xxxxx_account.
xxxxx_account.public ProviderUserIdentifierType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProviderUserIdentifierType.Builder,ProviderUserIdentifierType>public static ProviderUserIdentifierType.Builder builder()
public static Class<? extends ProviderUserIdentifierType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.