@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProviderDescription extends Object implements Serializable, Cloneable, StructuredPojo
A container for IdP 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 IdP name.
|
String |
getProviderType()
The IdP type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 IdP name.
|
void |
setProviderType(IdentityProviderTypeType providerType)
The IdP type.
|
void |
setProviderType(String providerType)
The IdP 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 IdP name.
|
ProviderDescription |
withProviderType(IdentityProviderTypeType providerType)
The IdP type.
|
ProviderDescription |
withProviderType(String providerType)
The IdP type.
|
public void setProviderName(String providerName)
The IdP name.
providerName
- The IdP name.public String getProviderName()
The IdP name.
public ProviderDescription withProviderName(String providerName)
The IdP name.
providerName
- The IdP name.public void setProviderType(String providerType)
The IdP type.
providerType
- The IdP type.IdentityProviderTypeType
public String getProviderType()
The IdP type.
IdentityProviderTypeType
public ProviderDescription withProviderType(String providerType)
The IdP type.
providerType
- The IdP type.IdentityProviderTypeType
public void setProviderType(IdentityProviderTypeType providerType)
The IdP type.
providerType
- The IdP type.IdentityProviderTypeType
public ProviderDescription withProviderType(IdentityProviderTypeType providerType)
The IdP type.
providerType
- The IdP 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.