public static interface GetBackendApiModelsResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<GetBackendApiModelsResponse.Builder,GetBackendApiModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBackendApiModelsResponse.Builder |
models(String models)
Stringified JSON of the DataStore model.
|
GetBackendApiModelsResponse.Builder |
status(Status status)
The current status of the request.
|
GetBackendApiModelsResponse.Builder |
status(String status)
The current status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBackendApiModelsResponse.Builder models(String models)
Stringified JSON of the DataStore model.
models - Stringified JSON of the DataStore model.GetBackendApiModelsResponse.Builder status(String status)
The current status of the request.
GetBackendApiModelsResponse.Builder status(Status status)
The current status of the request.
Copyright © 2021. All rights reserved.