Struct aws_sdk_apigateway::input::GetModelInput
source · [−]#[non_exhaustive]pub struct GetModelInput { /* private fields */ }Expand description
Request to list information about a model in an existing RestApi resource.
Implementations
sourceimpl GetModelInput
impl GetModelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetModel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetModel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetModel>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetModelInput.
sourceimpl GetModelInput
impl GetModelInput
sourcepub fn rest_api_id(&self) -> Option<&str>
pub fn rest_api_id(&self) -> Option<&str>
The RestApi identifier under which the Model exists.
sourcepub fn model_name(&self) -> Option<&str>
pub fn model_name(&self) -> Option<&str>
The name of the model as an identifier.
Trait Implementations
sourceimpl Clone for GetModelInput
impl Clone for GetModelInput
sourcefn clone(&self) -> GetModelInput
fn clone(&self) -> GetModelInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetModelInput
impl Debug for GetModelInput
sourceimpl PartialEq<GetModelInput> for GetModelInput
impl PartialEq<GetModelInput> for GetModelInput
sourcefn eq(&self, other: &GetModelInput) -> bool
fn eq(&self, other: &GetModelInput) -> bool
impl StructuralPartialEq for GetModelInput
Auto Trait Implementations
impl RefUnwindSafe for GetModelInput
impl Send for GetModelInput
impl Sync for GetModelInput
impl Unpin for GetModelInput
impl UnwindSafe for GetModelInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more