@Generated(value="software.amazon.awssdk:codegen") public class ProviderDescription extends Object implements StructuredPojo, ToCopyableBuilder<ProviderDescription.Builder,ProviderDescription>
A container for identity provider details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProviderDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProviderDescription.Builder |
builder() |
Instant |
creationDate()
The date the provider was added to the user pool.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedDate()
The date the provider was last modified.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
providerName()
The identity provider name.
|
IdentityProviderTypeType |
providerType()
The identity provider type.
|
String |
providerTypeAsString()
The identity provider type.
|
static Class<? extends ProviderDescription.Builder> |
serializableBuilderClass() |
ProviderDescription.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 identity provider name.
public IdentityProviderTypeType providerType()
The identity provider type.
If the service returns an enum value that is not available in the current SDK version, providerType will
return IdentityProviderTypeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from providerTypeAsString().
IdentityProviderTypeTypepublic String providerTypeAsString()
The identity provider type.
If the service returns an enum value that is not available in the current SDK version, providerType will
return IdentityProviderTypeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from providerTypeAsString().
IdentityProviderTypeTypepublic Instant lastModifiedDate()
The date the provider was last modified.
public Instant creationDate()
The date the provider was added to the user pool.
public ProviderDescription.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ProviderDescription.Builder,ProviderDescription>public static ProviderDescription.Builder builder()
public static Class<? extends ProviderDescription.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.