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