Class BackendAuthAppleProviderConfig
- java.lang.Object
-
- software.amazon.awssdk.services.amplifybackend.model.BackendAuthAppleProviderConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>
@Generated("software.amazon.awssdk:codegen") public final class BackendAuthAppleProviderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>
Describes Apple social federation configurations for allowing your app users to sign in using OAuth.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBackendAuthAppleProviderConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackendAuthAppleProviderConfig.Builderbuilder()StringclientId()Describes the client_id (also called Services ID) that comes from Apple.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyId()Describes the key_id that comes from Apple.StringprivateKey()Describes the private_key that comes from Apple.List<SdkField<?>>sdkFields()static Class<? extends BackendAuthAppleProviderConfig.Builder>serializableBuilderClass()StringteamId()Describes the team_id that comes from Apple.BackendAuthAppleProviderConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clientId
public final String clientId()
Describes the client_id (also called Services ID) that comes from Apple.
- Returns:
- Describes the client_id (also called Services ID) that comes from Apple.
-
keyId
public final String keyId()
Describes the key_id that comes from Apple.
- Returns:
- Describes the key_id that comes from Apple.
-
privateKey
public final String privateKey()
Describes the private_key that comes from Apple.
- Returns:
- Describes the private_key that comes from Apple.
-
teamId
public final String teamId()
Describes the team_id that comes from Apple.
- Returns:
- Describes the team_id that comes from Apple.
-
toBuilder
public BackendAuthAppleProviderConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>
-
builder
public static BackendAuthAppleProviderConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends BackendAuthAppleProviderConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-