Struct aws_sdk_apigateway::input::UpdateModelInput
source · [−]#[non_exhaustive]pub struct UpdateModelInput { /* private fields */ }Expand description
Request to update an existing model in an existing RestApi resource.
Implementations
sourceimpl UpdateModelInput
impl UpdateModelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateModel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateModel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateModel>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateModelInput.
sourceimpl UpdateModelInput
impl UpdateModelInput
sourcepub fn rest_api_id(&self) -> Option<&str>
pub fn rest_api_id(&self) -> Option<&str>
The string identifier of the associated RestApi.
sourcepub fn model_name(&self) -> Option<&str>
pub fn model_name(&self) -> Option<&str>
The name of the model to update.
sourcepub fn patch_operations(&self) -> Option<&[PatchOperation]>
pub fn patch_operations(&self) -> Option<&[PatchOperation]>
For more information about supported patch operations, see Patch Operations.
Trait Implementations
sourceimpl Clone for UpdateModelInput
impl Clone for UpdateModelInput
sourcefn clone(&self) -> UpdateModelInput
fn clone(&self) -> UpdateModelInput
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 UpdateModelInput
impl Debug for UpdateModelInput
sourceimpl PartialEq<UpdateModelInput> for UpdateModelInput
impl PartialEq<UpdateModelInput> for UpdateModelInput
sourcefn eq(&self, other: &UpdateModelInput) -> bool
fn eq(&self, other: &UpdateModelInput) -> bool
impl StructuralPartialEq for UpdateModelInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateModelInput
impl Send for UpdateModelInput
impl Sync for UpdateModelInput
impl Unpin for UpdateModelInput
impl UnwindSafe for UpdateModelInput
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