Struct aws_sdk_apigateway::input::UpdateMethodInput
source · [−]#[non_exhaustive]pub struct UpdateMethodInput { /* private fields */ }Expand description
Request to update an existing Method resource.
Implementations
sourceimpl UpdateMethodInput
impl UpdateMethodInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMethod, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMethod, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateMethod>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMethodInput.
sourceimpl UpdateMethodInput
impl UpdateMethodInput
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 resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The Resource identifier for the Method resource.
sourcepub fn http_method(&self) -> Option<&str>
pub fn http_method(&self) -> Option<&str>
The HTTP verb of the Method resource.
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 UpdateMethodInput
impl Clone for UpdateMethodInput
sourcefn clone(&self) -> UpdateMethodInput
fn clone(&self) -> UpdateMethodInput
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 UpdateMethodInput
impl Debug for UpdateMethodInput
sourceimpl PartialEq<UpdateMethodInput> for UpdateMethodInput
impl PartialEq<UpdateMethodInput> for UpdateMethodInput
sourcefn eq(&self, other: &UpdateMethodInput) -> bool
fn eq(&self, other: &UpdateMethodInput) -> bool
impl StructuralPartialEq for UpdateMethodInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateMethodInput
impl Send for UpdateMethodInput
impl Sync for UpdateMethodInput
impl Unpin for UpdateMethodInput
impl UnwindSafe for UpdateMethodInput
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