@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebsiteAuthorizationProviderSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the website authorization provider.
| Constructor and Description |
|---|
WebsiteAuthorizationProviderSummary() |
| Modifier and Type | Method and Description |
|---|---|
WebsiteAuthorizationProviderSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizationProviderId()
A unique identifier for the authorization provider.
|
String |
getAuthorizationProviderType()
The authorization provider type.
|
Date |
getCreatedTime()
The time of creation.
|
String |
getDomainName()
The domain name of the authorization provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAuthorizationProviderId(String authorizationProviderId)
A unique identifier for the authorization provider.
|
void |
setAuthorizationProviderType(String authorizationProviderType)
The authorization provider type.
|
void |
setCreatedTime(Date createdTime)
The time of creation.
|
void |
setDomainName(String domainName)
The domain name of the authorization provider.
|
String |
toString()
Returns a string representation of this object.
|
WebsiteAuthorizationProviderSummary |
withAuthorizationProviderId(String authorizationProviderId)
A unique identifier for the authorization provider.
|
WebsiteAuthorizationProviderSummary |
withAuthorizationProviderType(AuthorizationProviderType authorizationProviderType)
The authorization provider type.
|
WebsiteAuthorizationProviderSummary |
withAuthorizationProviderType(String authorizationProviderType)
The authorization provider type.
|
WebsiteAuthorizationProviderSummary |
withCreatedTime(Date createdTime)
The time of creation.
|
WebsiteAuthorizationProviderSummary |
withDomainName(String domainName)
The domain name of the authorization provider.
|
public void setAuthorizationProviderId(String authorizationProviderId)
A unique identifier for the authorization provider.
authorizationProviderId - A unique identifier for the authorization provider.public String getAuthorizationProviderId()
A unique identifier for the authorization provider.
public WebsiteAuthorizationProviderSummary withAuthorizationProviderId(String authorizationProviderId)
A unique identifier for the authorization provider.
authorizationProviderId - A unique identifier for the authorization provider.public void setAuthorizationProviderType(String authorizationProviderType)
The authorization provider type.
authorizationProviderType - The authorization provider type.AuthorizationProviderTypepublic String getAuthorizationProviderType()
The authorization provider type.
AuthorizationProviderTypepublic WebsiteAuthorizationProviderSummary withAuthorizationProviderType(String authorizationProviderType)
The authorization provider type.
authorizationProviderType - The authorization provider type.AuthorizationProviderTypepublic WebsiteAuthorizationProviderSummary withAuthorizationProviderType(AuthorizationProviderType authorizationProviderType)
The authorization provider type.
authorizationProviderType - The authorization provider type.AuthorizationProviderTypepublic void setDomainName(String domainName)
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
domainName - The domain name of the authorization provider. This applies only to SAML-based authorization providers.public String getDomainName()
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
public WebsiteAuthorizationProviderSummary withDomainName(String domainName)
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
domainName - The domain name of the authorization provider. This applies only to SAML-based authorization providers.public void setCreatedTime(Date createdTime)
The time of creation.
createdTime - The time of creation.public Date getCreatedTime()
The time of creation.
public WebsiteAuthorizationProviderSummary withCreatedTime(Date createdTime)
The time of creation.
createdTime - The time of creation.public String toString()
toString in class ObjectObject.toString()public WebsiteAuthorizationProviderSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.