@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)
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 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; useful for testing and debugging.
|
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.