#[non_exhaustive]pub struct GetBackendApiModelsInput { /* private fields */ }
Expand description
The request body for GetBackendAPIModels.
Implementations§
source§impl GetBackendApiModelsInput
impl GetBackendApiModelsInput
sourcepub fn builder() -> GetBackendApiModelsInputBuilder
pub fn builder() -> GetBackendApiModelsInputBuilder
Creates a new builder-style object to manufacture GetBackendApiModelsInput
.
source§impl GetBackendApiModelsInput
impl GetBackendApiModelsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBackendAPIModels, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBackendAPIModels, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBackendAPIModels
>
Trait Implementations§
source§impl Clone for GetBackendApiModelsInput
impl Clone for GetBackendApiModelsInput
source§fn clone(&self) -> GetBackendApiModelsInput
fn clone(&self) -> GetBackendApiModelsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetBackendApiModelsInput
impl Debug for GetBackendApiModelsInput
source§impl PartialEq<GetBackendApiModelsInput> for GetBackendApiModelsInput
impl PartialEq<GetBackendApiModelsInput> for GetBackendApiModelsInput
source§fn eq(&self, other: &GetBackendApiModelsInput) -> bool
fn eq(&self, other: &GetBackendApiModelsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetBackendApiModelsInput
Auto Trait Implementations§
impl RefUnwindSafe for GetBackendApiModelsInput
impl Send for GetBackendApiModelsInput
impl Sync for GetBackendApiModelsInput
impl Unpin for GetBackendApiModelsInput
impl UnwindSafe for GetBackendApiModelsInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more