public static interface GetBackendApiModelsResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<GetBackendApiModelsResponse.Builder,GetBackendApiModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBackendApiModelsResponse.Builder |
modelIntrospectionSchema(String modelIntrospectionSchema)
Stringified JSON of the model introspection schema for an existing backend API resource.
|
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.
GetBackendApiModelsResponse.Builder modelIntrospectionSchema(String modelIntrospectionSchema)
Stringified JSON of the model introspection schema for an existing backend API resource.
modelIntrospectionSchema - Stringified JSON of the model introspection schema for an existing backend API resource.Copyright © 2023. All rights reserved.