@Generated(value="software.amazon.awssdk:codegen") public final class BackendAPIAuthType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendAPIAuthType.Builder,BackendAPIAuthType>
Describes the auth types for your configured data models.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackendAPIAuthType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BackendAPIAuthType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Mode |
mode()
Describes the authentication mode.
|
String |
modeAsString()
Describes the authentication mode.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BackendAPIAuthType.Builder> |
serializableBuilderClass() |
BackendAPIAppSyncAuthSettings |
settings()
Describes settings for the authentication mode.
|
BackendAPIAuthType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Mode mode()
Describes the authentication mode.
If the service returns an enum value that is not available in the current SDK version, mode will return
Mode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
Modepublic final String modeAsString()
Describes the authentication mode.
If the service returns an enum value that is not available in the current SDK version, mode will return
Mode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
Modepublic final BackendAPIAppSyncAuthSettings settings()
Describes settings for the authentication mode.
public BackendAPIAuthType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BackendAPIAuthType.Builder,BackendAPIAuthType>public static BackendAPIAuthType.Builder builder()
public static Class<? extends BackendAPIAuthType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.