@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProviderDescription extends Object implements Serializable, Cloneable, StructuredPojo
A container for identity provider details.
Constructor and Description |
---|
ProviderDescription() |
Modifier and Type | Method and Description |
---|---|
ProviderDescription |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the provider was added to the user pool.
|
Date |
getLastModifiedDate()
The date the provider was last modified.
|
String |
getProviderName()
The identity provider name.
|
String |
getProviderType()
The identity provider type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationDate(Date creationDate)
The date the provider was added to the user pool.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date the provider was last modified.
|
void |
setProviderName(String providerName)
The identity provider name.
|
void |
setProviderType(IdentityProviderTypeType providerType)
The identity provider type.
|
void |
setProviderType(String providerType)
The identity provider type.
|
String |
toString()
Returns a string representation of this object.
|
ProviderDescription |
withCreationDate(Date creationDate)
The date the provider was added to the user pool.
|
ProviderDescription |
withLastModifiedDate(Date lastModifiedDate)
The date the provider was last modified.
|
ProviderDescription |
withProviderName(String providerName)
The identity provider name.
|
ProviderDescription |
withProviderType(IdentityProviderTypeType providerType)
The identity provider type.
|
ProviderDescription |
withProviderType(String providerType)
The identity provider type.
|
public void setProviderName(String providerName)
The identity provider name.
providerName
- The identity provider name.public String getProviderName()
The identity provider name.
public ProviderDescription withProviderName(String providerName)
The identity provider name.
providerName
- The identity provider name.public void setProviderType(String providerType)
The identity provider type.
providerType
- The identity provider type.IdentityProviderTypeType
public String getProviderType()
The identity provider type.
IdentityProviderTypeType
public ProviderDescription withProviderType(String providerType)
The identity provider type.
providerType
- The identity provider type.IdentityProviderTypeType
public void setProviderType(IdentityProviderTypeType providerType)
The identity provider type.
providerType
- The identity provider type.IdentityProviderTypeType
public ProviderDescription withProviderType(IdentityProviderTypeType providerType)
The identity provider type.
providerType
- The identity provider type.IdentityProviderTypeType
public void setLastModifiedDate(Date lastModifiedDate)
The date the provider was last modified.
lastModifiedDate
- The date the provider was last modified.public Date getLastModifiedDate()
The date the provider was last modified.
public ProviderDescription withLastModifiedDate(Date lastModifiedDate)
The date the provider was last modified.
lastModifiedDate
- The date the provider was last modified.public void setCreationDate(Date creationDate)
The date the provider was added to the user pool.
creationDate
- The date the provider was added to the user pool.public Date getCreationDate()
The date the provider was added to the user pool.
public ProviderDescription withCreationDate(Date creationDate)
The date the provider was added to the user pool.
creationDate
- The date the provider was added to the user pool.public String toString()
toString
in class Object
Object.toString()
public ProviderDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.