@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 and time when the item was created.
|
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 and time when the item was created.
|
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 and time when the item was created.
|
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.IdentityProviderTypeTypepublic String getProviderType()
The IdP type.
IdentityProviderTypeTypepublic ProviderDescription withProviderType(String providerType)
The IdP type.
providerType - The IdP type.IdentityProviderTypeTypepublic void setProviderType(IdentityProviderTypeType providerType)
The IdP type.
providerType - The IdP type.IdentityProviderTypeTypepublic ProviderDescription withProviderType(IdentityProviderTypeType providerType)
The IdP type.
providerType - The IdP type.IdentityProviderTypeTypepublic 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 and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
creationDate - The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date object.public Date getCreationDate()
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
Date object.public ProviderDescription withCreationDate(Date creationDate)
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
creationDate - The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date object.public String toString()
toString in class ObjectObject.toString()public ProviderDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.