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