Class UpdateBackendAuthIdentityPoolConfig
- java.lang.Object
-
- software.amazon.awssdk.services.amplifybackend.model.UpdateBackendAuthIdentityPoolConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateBackendAuthIdentityPoolConfig.Builder,UpdateBackendAuthIdentityPoolConfig>
@Generated("software.amazon.awssdk:codegen") public final class UpdateBackendAuthIdentityPoolConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBackendAuthIdentityPoolConfig.Builder,UpdateBackendAuthIdentityPoolConfig>
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateBackendAuthIdentityPoolConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateBackendAuthIdentityPoolConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UpdateBackendAuthIdentityPoolConfig.Builder>serializableBuilderClass()UpdateBackendAuthIdentityPoolConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleanunauthenticatedLogin()A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.-
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
-
unauthenticatedLogin
public final Boolean unauthenticatedLogin()
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
- Returns:
- A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
-
toBuilder
public UpdateBackendAuthIdentityPoolConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateBackendAuthIdentityPoolConfig.Builder,UpdateBackendAuthIdentityPoolConfig>
-
builder
public static UpdateBackendAuthIdentityPoolConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateBackendAuthIdentityPoolConfig.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.
-
-