@Generated(value="software.amazon.awssdk:codegen") public final class CreateBackendAuthIdentityPoolConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateBackendAuthIdentityPoolConfig.Builder,CreateBackendAuthIdentityPoolConfig>
Describes authorization configurations for the auth resources, configured as a part of your Amplify project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBackendAuthIdentityPoolConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateBackendAuthIdentityPoolConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityPoolName()
Name of the identity pool used for authorization.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBackendAuthIdentityPoolConfig.Builder> |
serializableBuilderClass() |
CreateBackendAuthIdentityPoolConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
unauthenticatedLogin()
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identityPoolName()
Name of the identity pool used for authorization.
public final Boolean unauthenticatedLogin()
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
public CreateBackendAuthIdentityPoolConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBackendAuthIdentityPoolConfig.Builder,CreateBackendAuthIdentityPoolConfig>public static CreateBackendAuthIdentityPoolConfig.Builder builder()
public static Class<? extends CreateBackendAuthIdentityPoolConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.