pub struct Builder { /* private fields */ }
Expand description
A builder for GetBackendApiModelsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_models(self, input: Option<String>) -> Self
pub fn set_models(self, input: Option<String>) -> Self
Stringified JSON of the datastore model.
sourcepub fn set_status(self, input: Option<Status>) -> Self
pub fn set_status(self, input: Option<Status>) -> Self
The current status of the request.
sourcepub fn model_introspection_schema(self, input: impl Into<String>) -> Self
pub fn model_introspection_schema(self, input: impl Into<String>) -> Self
Stringified JSON of the model introspection schema for an existing backend API resource.
sourcepub fn set_model_introspection_schema(self, input: Option<String>) -> Self
pub fn set_model_introspection_schema(self, input: Option<String>) -> Self
Stringified JSON of the model introspection schema for an existing backend API resource.
sourcepub fn build(self) -> GetBackendApiModelsOutput
pub fn build(self) -> GetBackendApiModelsOutput
Consumes the builder and constructs a GetBackendApiModelsOutput
.