@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackendAuthIdentityPoolConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBackendAuthIdentityPoolConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBackendAuthIdentityPoolConfig.Builder> |
serializableBuilderClass() |
UpdateBackendAuthIdentityPoolConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
unauthenticatedLogin()
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean unauthenticatedLogin()
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
public UpdateBackendAuthIdentityPoolConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackendAuthIdentityPoolConfig.Builder,UpdateBackendAuthIdentityPoolConfig>public static UpdateBackendAuthIdentityPoolConfig.Builder builder()
public static Class<? extends UpdateBackendAuthIdentityPoolConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.