@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SocialProviderSettings extends Object implements Serializable, Cloneable, StructuredPojo
The settings for using the social identity providers for access to your Amplify app.
| Constructor and Description |
|---|
SocialProviderSettings() |
| Modifier and Type | Method and Description |
|---|---|
SocialProviderSettings |
clone() |
boolean |
equals(Object obj) |
BackendAuthSocialProviderConfig |
getFacebook() |
BackendAuthSocialProviderConfig |
getGoogle() |
BackendAuthSocialProviderConfig |
getLoginWithAmazon() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFacebook(BackendAuthSocialProviderConfig facebook) |
void |
setGoogle(BackendAuthSocialProviderConfig google) |
void |
setLoginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon) |
String |
toString()
Returns a string representation of this object.
|
SocialProviderSettings |
withFacebook(BackendAuthSocialProviderConfig facebook) |
SocialProviderSettings |
withGoogle(BackendAuthSocialProviderConfig google) |
SocialProviderSettings |
withLoginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon) |
public void setFacebook(BackendAuthSocialProviderConfig facebook)
facebook - public BackendAuthSocialProviderConfig getFacebook()
public SocialProviderSettings withFacebook(BackendAuthSocialProviderConfig facebook)
facebook - public void setGoogle(BackendAuthSocialProviderConfig google)
google - public BackendAuthSocialProviderConfig getGoogle()
public SocialProviderSettings withGoogle(BackendAuthSocialProviderConfig google)
google - public void setLoginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon)
loginWithAmazon - public BackendAuthSocialProviderConfig getLoginWithAmazon()
public SocialProviderSettings withLoginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon)
loginWithAmazon - public String toString()
toString in class ObjectObject.toString()public SocialProviderSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.