@Generated(value="software.amazon.awssdk:codegen") public final class ImportBackendAuthRequest extends AmplifyBackendRequest implements ToCopyableBuilder<ImportBackendAuthRequest.Builder,ImportBackendAuthRequest>
The request body for ImportBackendAuth.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportBackendAuthRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The app ID.
|
String |
backendEnvironmentName()
The name of the backend environment.
|
static ImportBackendAuthRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityPoolId()
The ID of the Amazon Cognito identity pool.
|
String |
nativeClientId()
The ID of the Amazon Cognito native client.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportBackendAuthRequest.Builder> |
serializableBuilderClass() |
ImportBackendAuthRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The ID of the Amazon Cognito user pool.
|
String |
webClientId()
The ID of the Amazon Cognito web client.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appId()
The app ID.
public final String backendEnvironmentName()
The name of the backend environment.
public final String identityPoolId()
The ID of the Amazon Cognito identity pool.
public final String nativeClientId()
The ID of the Amazon Cognito native client.
public final String userPoolId()
The ID of the Amazon Cognito user pool.
public final String webClientId()
The ID of the Amazon Cognito web client.
public ImportBackendAuthRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportBackendAuthRequest.Builder,ImportBackendAuthRequest>toBuilder in class AmplifyBackendRequestpublic static ImportBackendAuthRequest.Builder builder()
public static Class<? extends ImportBackendAuthRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.