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