@Generated(value="software.amazon.awssdk:codegen") public class ProviderUserIdentifierType extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
static Class<? extends ProviderUserIdentifierType.Builder> |
serializableBuilderClass() |
ProviderUserIdentifierType.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ProviderUserIdentifierType.Builder,ProviderUserIdentifierType>public static ProviderUserIdentifierType.Builder builder()
public static Class<? extends ProviderUserIdentifierType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.