@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 IdP 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, such as
NameID. |
String |
providerAttributeValue()
The value of the provider attribute to link to, such as
xxxxx_account. |
String |
providerName()
The name of the provider, such as 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 final String providerName()
The name of the provider, such as Facebook, Google, or Login with Amazon.
public final String providerAttributeName()
The name of the provider attribute to link to, such as NameID.
NameID.public final String providerAttributeValue()
The value of the provider attribute to link to, such as 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.