StructuredPojo
, ToCopyableBuilder<ProviderDescription.Builder,ProviderDescription>
@Generated("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 | Description |
---|---|---|
static interface |
ProviderDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ProviderDescription.Builder |
builder() |
|
Date |
creationDate() |
The date the provider was added to the user pool.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
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.
|
String |
providerType() |
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() |
public String providerName()
The identity provider name.
public String providerType()
The identity provider type.
IdentityProviderTypeType
public Date lastModifiedDate()
The date the provider was last modified.
public Date creationDate()
The date the provider was added to the user pool.
public ProviderDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProviderDescription.Builder,ProviderDescription>
public static ProviderDescription.Builder builder()
public static Class<? extends ProviderDescription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.