@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackendAuthSocialProviderConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes third-party social federation configurations for allowing your app users to sign in using OAuth.
| Constructor and Description | 
|---|
| BackendAuthSocialProviderConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| BackendAuthSocialProviderConfig | clone() | 
| boolean | equals(Object obj) | 
| String | getClientId()
 Describes the client_id that can be obtained from the third-party social federation provider. | 
| String | getClientSecret()
 Describes the client_secret that can be obtained from third-party social federation providers. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setClientId(String clientId)
 Describes the client_id that can be obtained from the third-party social federation provider. | 
| void | setClientSecret(String clientSecret)
 Describes the client_secret that can be obtained from third-party social federation providers. | 
| String | toString()Returns a string representation of this object. | 
| BackendAuthSocialProviderConfig | withClientId(String clientId)
 Describes the client_id that can be obtained from the third-party social federation provider. | 
| BackendAuthSocialProviderConfig | withClientSecret(String clientSecret)
 Describes the client_secret that can be obtained from third-party social federation providers. | 
public void setClientId(String clientId)
Describes the client_id that can be obtained from the third-party social federation provider.
clientId - Describes the client_id that can be obtained from the third-party social federation provider.public String getClientId()
Describes the client_id that can be obtained from the third-party social federation provider.
public BackendAuthSocialProviderConfig withClientId(String clientId)
Describes the client_id that can be obtained from the third-party social federation provider.
clientId - Describes the client_id that can be obtained from the third-party social federation provider.public void setClientSecret(String clientSecret)
Describes the client_secret that can be obtained from third-party social federation providers.
clientSecret - Describes the client_secret that can be obtained from third-party social federation providers.public String getClientSecret()
Describes the client_secret that can be obtained from third-party social federation providers.
public BackendAuthSocialProviderConfig withClientSecret(String clientSecret)
Describes the client_secret that can be obtained from third-party social federation providers.
clientSecret - Describes the client_secret that can be obtained from third-party social federation providers.public String toString()
toString in class ObjectObject.toString()public BackendAuthSocialProviderConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.