@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBackendConfigResponse extends AmplifyBackendResponse implements ToCopyableBuilder<UpdateBackendConfigResponse.Builder,UpdateBackendConfigResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackendConfigResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The app ID.
|
String |
backendManagerAppId()
The app ID for the backend manager.
|
static UpdateBackendConfigResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
error()
If the request fails, this error is returned.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoginAuthConfigReqObj |
loginAuthConfig()
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBackendConfigResponse.Builder> |
serializableBuilderClass() |
UpdateBackendConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appId()
The app ID.
public final String backendManagerAppId()
The app ID for the backend manager.
public final String error()
If the request fails, this error is returned.
public final LoginAuthConfigReqObj loginAuthConfig()
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
public UpdateBackendConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackendConfigResponse.Builder,UpdateBackendConfigResponse>toBuilder in class AwsResponsepublic static UpdateBackendConfigResponse.Builder builder()
public static Class<? extends UpdateBackendConfigResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.