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